diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-11-08 00:48:02 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-11-08 00:48:02 +0800 |
commit | 1d815015278b5420e1aab19729c282b31832622d (patch) | |
tree | a278c563ecca7b4a65cb8be78c6da4c48e79847d /net-mgmt | |
parent | 783b4696968440af4a676c19c88b5685653dfe4f (diff) | |
download | freebsd-ports-gnome-1d815015278b5420e1aab19729c282b31832622d.tar.gz freebsd-ports-gnome-1d815015278b5420e1aab19729c282b31832622d.tar.zst freebsd-ports-gnome-1d815015278b5420e1aab19729c282b31832622d.zip |
- Use USE_DOS2UNIX to remove CR/LF's
- Remove MD5 checksums
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/phpip/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/phpip/distinfo | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/phpip/Makefile b/net-mgmt/phpip/Makefile index 8524b630962a..58a2c72c9519 100644 --- a/net-mgmt/phpip/Makefile +++ b/net-mgmt/phpip/Makefile @@ -7,6 +7,7 @@ PORTNAME= phpip PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/4.3.2%20-%20No%20Upgrade%20Support DISTNAME= ${PORTNAME}-4.3.2-build-${SNAPSHOT} @@ -15,9 +16,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A complete IPv4 IPAM (IP address management) suite SNAPSHOT= 200611081420 -NO_BUILD= YES +NO_BUILD= yes USE_PHP= mysql -WANT_PHP_WEB= YES +USE_DOS2UNIX= yes +WANT_PHP_WEB= yes PHPIP?= www/phpip PLIST_SUB+= PHPIP=${PHPIP} diff --git a/net-mgmt/phpip/distinfo b/net-mgmt/phpip/distinfo index 3e61e5aac439..cc2b27eb2d19 100644 --- a/net-mgmt/phpip/distinfo +++ b/net-mgmt/phpip/distinfo @@ -1,3 +1,2 @@ -MD5 (phpip-4.3.2-build-200611081420.tar.gz) = 36a3466f0af57cb8624a6adc8e396b29 SHA256 (phpip-4.3.2-build-200611081420.tar.gz) = 7a80bafc11d9304795301d75e1fcb7a2f26c68d5dab6d45a25f5f44650e4a50a SIZE (phpip-4.3.2-build-200611081420.tar.gz) = 146237 |