diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-30 09:52:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-30 09:52:04 +0000 |
commit | bbf9cc50f629d6d3a02f7d99cd958fd6525fba5b (patch) | |
tree | 24c2ea4967d076074a3e7eb60ae9124dfd6217a4 /net-mgmt/ipplan/Makefile | |
parent | e883a3c7db93f494c52c4c739a8bad8a75959780 (diff) | |
download | ports-bbf9cc50f629d6d3a02f7d99cd958fd6525fba5b.tar.gz ports-bbf9cc50f629d6d3a02f7d99cd958fd6525fba5b.zip |
- Update to 4.92b
PR: 167024
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=297755
Diffstat (limited to 'net-mgmt/ipplan/Makefile')
-rw-r--r-- | net-mgmt/ipplan/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/ipplan/Makefile b/net-mgmt/ipplan/Makefile index 84edec9c297b..ca10e75ebd26 100644 --- a/net-mgmt/ipplan/Makefile +++ b/net-mgmt/ipplan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipplan -PORTVERSION= 4.92a +PORTVERSION= 4.92b CATEGORIES= net-mgmt MASTER_SITES= SF/iptrack/${PORTNAME}/Release%204.92 @@ -15,7 +15,6 @@ COMMENT= IP address management and tracking RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap -MAKE_JOBS_SAFE= yes USE_PERL5_RUN= yes USE_PHP= gettext pcre xml zlib |