Update to 8.8.1
This commit is contained in:
parent
ced88b36bf
commit
1441c1dcc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315149
3 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= hiawatha
|
PORTNAME= hiawatha
|
||||||
PORTVERSION= 8.7
|
PORTVERSION= 8.8.1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://www.hiawatha-webserver.org/files/ \
|
MASTER_SITES= http://www.hiawatha-webserver.org/files/ \
|
||||||
http://www.c-s.li/ports/
|
http://www.c-s.li/ports/
|
||||||
|
@ -21,7 +21,7 @@ MAN1= cgi-wrapper.1 hiawatha.1 ssi-cgi.1 wigwam.1
|
||||||
|
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
USES= cmake
|
USE_CMAKE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_RC_SUBR= hiawatha
|
USE_RC_SUBR= hiawatha
|
||||||
WANT_GNOME= yes
|
WANT_GNOME= yes
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (hiawatha-8.7.tar.gz) = c35e1e975962e1105d7914f74901e304ba90681985c94236c113eaca502b5e34
|
SHA256 (hiawatha-8.8.1.tar.gz) = b69d1b33591d0cd3ba26486c9955e5837b7d04c378d50c109a9b306b0be26197
|
||||||
SIZE (hiawatha-8.7.tar.gz) = 656403
|
SIZE (hiawatha-8.8.1.tar.gz) = 3032863
|
||||||
|
|
|
@ -25,5 +25,5 @@ sbin/wigwam
|
||||||
@unexec t=`/bin/ls %D/www/hiawatha`; if [ -z "$t" ]; then %%ECHO_MSG%% "===> WWW directory is empty, removing it."; rmdir %D/www/hiawatha; fi;
|
@unexec t=`/bin/ls %D/www/hiawatha`; if [ -z "$t" ]; then %%ECHO_MSG%% "===> WWW directory is empty, removing it."; rmdir %D/www/hiawatha; fi;
|
||||||
lib/hiawatha/libpolarssl.so
|
lib/hiawatha/libpolarssl.so
|
||||||
lib/hiawatha/libpolarssl.so.2
|
lib/hiawatha/libpolarssl.so.2
|
||||||
lib/hiawatha/libpolarssl.so.1.2.3
|
lib/hiawatha/libpolarssl.so.1.2.5
|
||||||
@dirrm lib/hiawatha
|
@dirrm lib/hiawatha
|
||||||
|
|
Loading…
Reference in a new issue