diff options
-rw-r--r-- | www/shttpd/Makefile | 4 | ||||
-rw-r--r-- | www/shttpd/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/shttpd/Makefile b/www/shttpd/Makefile index 741f38e7c60c..5bfe0e5be78e 100644 --- a/www/shttpd/Makefile +++ b/www/shttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shttpd -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= shttpd @@ -18,7 +18,7 @@ COMMENT= Small, fast, embeddable web server with CGI, SSL, Authorization MAN1= shttpd.1 .if defined(WITHOUT_SSL) -PKGNAMESUFFIX= -nossl +PKGNAMESUFFIX+= -nossl .else CFLAGS+= -DWITH_SSL -lssl -lcrypto .endif diff --git a/www/shttpd/distinfo b/www/shttpd/distinfo index 8e901817b790..02677c1a7f5e 100644 --- a/www/shttpd/distinfo +++ b/www/shttpd/distinfo @@ -1,2 +1,3 @@ -MD5 (shttpd-1.27.tar.gz) = fd745d32adca6446c1db8c5a3b5841d1 -SIZE (shttpd-1.27.tar.gz) = 41855 +MD5 (shttpd-1.28.tar.gz) = 98dc5011a6d55e9318bbccb86991363b +SHA256 (shttpd-1.28.tar.gz) = 57f0413df803fbf074807d787017fabc02fd8512376254b9b76b3d10fee195a0 +SIZE (shttpd-1.28.tar.gz) = 45481 |