diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-06-03 03:14:17 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-06-03 03:14:17 +0800 |
commit | 34603e8eb6b148c6f25e97293616f724f6bfc24b (patch) | |
tree | 44ff5dbdffef038f8fddda1b51582dc85f9d2391 /security | |
parent | bcdb489feb9f54fb85842a3b61435a479aab6ad7 (diff) | |
download | freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.tar.gz freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.tar.zst freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.zip |
- Chase net-snmp shlib bump
Diffstat (limited to 'security')
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 3 | ||||
-rw-r--r-- | security/libfwbuilder/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index 4058731d6383..81eedd7834a2 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= libfwbuilder DISTVERSION= 4.0.1 PORTVERSION= ${DISTVERSION} +PORTREVISION= 1 BUILD= 2929 CATEGORIES= security @@ -30,7 +31,7 @@ CONFLICTS= libfwbuilder-[23].* libfwbuilder-devel-* .endif LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp PLIST_SUB= BUILD_VERSION=${DISTVERSION} USE_QT_VER= 4 diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index bdffef61c1fb..26b7f4481401 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -7,6 +7,7 @@ PORTNAME= libfwbuilder DISTVERSION= 4.0.1 PORTVERSION= ${DISTVERSION} +PORTREVISION= 1 CATEGORIES= security .if defined(BUILD) MASTER_SITES= http://www.fwbuilder.org/nightly_builds/fwbuilder-4.0/build-${BUILD}/ \ @@ -27,7 +28,7 @@ CONFLICTS= libfwbuilder-[23].* libfwbuilder-devel-[23].* CONFLICTS= libfwbuilder-[23].* libfwbuilder-devel-* .endif LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp PLIST_SUB= BUILD_VERSION=${DISTVERSION} USE_QT_VER= 4 |