diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-11-12 08:30:55 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-11-12 08:30:55 +0800 |
commit | d49b7498bc0da2e20075b9230acd1eaf2584f4f2 (patch) | |
tree | 09f9c75e0877725b4149e7c1624d8653368bf930 /www/hiawatha | |
parent | f12f303ed7ff9288322bf6651f5f14ed0deb64e4 (diff) | |
download | freebsd-ports-gnome-d49b7498bc0da2e20075b9230acd1eaf2584f4f2.tar.gz freebsd-ports-gnome-d49b7498bc0da2e20075b9230acd1eaf2584f4f2.tar.zst freebsd-ports-gnome-d49b7498bc0da2e20075b9230acd1eaf2584f4f2.zip |
- Updated to 7.4 (http://www.hiawatha-webserver.org/changelog) [1]
- Revised some informational messages in pkg-plist for clarity
PR: ports/152094 [1]
Submitted by: Carlo Strub <c-s at c-s dot li>
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 5 | ||||
-rw-r--r-- | www/hiawatha/distinfo | 5 | ||||
-rw-r--r-- | www/hiawatha/pkg-plist | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 9119aa2bd4c4..82a17c989d02 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hiawatha -PORTVERSION= 7.3 -PORTREVISION= 1 +PORTVERSION= 7.4 CATEGORIES= www MASTER_SITES= http://www.hiawatha-webserver.org/files/ \ http://www.c-s.li/ports/ @@ -42,6 +41,8 @@ OPTIONS= COMMAND "Enable the Hiawatha CommandChannel" Off \ TOOLKIT "Enable URL Toolkit" On \ XSLT "XSLT support" On +PLIST_SUB+= ECHO_MSG=${ECHO_MSG} + .include <bsd.port.pre.mk> .if defined(WITH_COMMAND) diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo index 2e312ce9648e..34e84a76558c 100644 --- a/www/hiawatha/distinfo +++ b/www/hiawatha/distinfo @@ -1,3 +1,2 @@ -MD5 (hiawatha-7.3.tar.gz) = 0a16d97a51ac8bc3559f165cb6ce97e9 -SHA256 (hiawatha-7.3.tar.gz) = 43453ffa1a8beffe4b5cb9bec9720704294235b5962aaae1d6ba22d8df44858f -SIZE (hiawatha-7.3.tar.gz) = 273120 +SHA256 (hiawatha-7.4.tar.gz) = 71e8935926e91632c0e601520f1b60c20dc961e085c692454018c6ac86ab58d2 +SIZE (hiawatha-7.4.tar.gz) = 274169 diff --git a/www/hiawatha/pkg-plist b/www/hiawatha/pkg-plist index fda3e752b9a3..13a3244b9705 100644 --- a/www/hiawatha/pkg-plist +++ b/www/hiawatha/pkg-plist @@ -17,9 +17,9 @@ sbin/wigwam @unexec if cmp -s %D/etc/hiawatha/php-fcgi.conf.sample %D/etc/hiawatha/php-fcgi.conf ; then rm -f %D/etc/hiawatha/php-fcgi.conf; fi %%ETCDIR%%/php-fcgi.conf.sample @exec if [ ! -f %D/etc/hiawatha/php-fcgi.conf ] ; then cp -p %D/%F %%ETCDIR%%/php-fcgi.conf; fi -@unexec t=`/bin/ls %D/etc/hiawatha`; if [ -z "$t" ]; then echo "Configuration directory is empty, remove it."; rmdir %D/etc/hiawatha; fi; -@unexec t=`/bin/ls /var/log/hiawatha`; if [ -z "$t" ]; then echo "Log directory is empty, remove it."; rmdir /var/log/hiawatha; fi; +@unexec t=`/bin/ls %D/etc/hiawatha`; if [ -z "$t" ]; then %%ECHO_MSG%% "===> Configuration directory is empty, removing it."; rmdir %D/etc/hiawatha; fi; +@unexec t=`/bin/ls /var/log/hiawatha`; if [ -z "$t" ]; then %%ECHO_MSG%% "===> Log directory is empty, removing it."; rmdir /var/log/hiawatha; fi; @unexec if cmp -s %D/www/hiawatha/index.html %D/www/hiawatha/index.hiawatha.html ; then rm -f %D/www/hiawatha/index.html; fi %%WWWDIR%%/index.hiawatha.html @exec if [ ! -f %D/www/hiawatha/index.html ] ; then cp -p %D/%F %%WWWDIR%%/index.html; fi -@unexec t=`/bin/ls %D/www/hiawatha`; if [ -z "$t" ]; then echo "WWW directory is empty, remove 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; |