diff options
Diffstat (limited to 'www/shttpd')
-rw-r--r-- | www/shttpd/Makefile | 4 | ||||
-rw-r--r-- | www/shttpd/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/shttpd/Makefile b/www/shttpd/Makefile index 888c63d1ce70..4876e668bbf2 100644 --- a/www/shttpd/Makefile +++ b/www/shttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shttpd -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= shttpd @@ -24,7 +24,7 @@ MAN1= shttpd.1 .if defined(WITHOUT_SSL) PKGNAMESUFFIX= -nossl .else -CFLAGS+= -DWITH_SSL -I/usr/include/openssl -lssl -lcrypto +CFLAGS+= -DWITH_SSL -lssl -lcrypto .endif PLIST_FILES= bin/shttpd diff --git a/www/shttpd/distinfo b/www/shttpd/distinfo index ff6ef85aca96..38f94c1d42e6 100644 --- a/www/shttpd/distinfo +++ b/www/shttpd/distinfo @@ -1,2 +1,2 @@ -MD5 (shttpd/shttpd_1.3.c) = 87af500089250ff5186ee553311b856e -SIZE (shttpd/shttpd_1.3.c) = 42037 +MD5 (shttpd/shttpd_1.5.c) = 5ef81caeac7c132850fac4c8340ce2db +SIZE (shttpd/shttpd_1.5.c) = 56977 |