svn commit: r350862 - head/net-mgmt/net-snmp
Ryan Steinmetz
zi at FreeBSD.org
Thu Apr 10 22:02:01 UTC 2014
Author: zi
Date: Thu Apr 10 22:02:00 2014
New Revision: 350862
URL: http://svnweb.freebsd.org/changeset/ports/350862
QAT: https://qat.redports.org/buildarchive/r350862/
Log:
- Fix another pkg-plist issue
- Bump PORTREVISION
Modified:
head/net-mgmt/net-snmp/Makefile
head/net-mgmt/net-snmp/pkg-plist
Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile Thu Apr 10 21:52:06 2014 (r350861)
+++ head/net-mgmt/net-snmp/Makefile Thu Apr 10 22:02:00 2014 (r350862)
@@ -3,7 +3,7 @@
PORTNAME= snmp
PORTVERSION= 5.7.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-mgmt ipv6
MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= net-
Modified: head/net-mgmt/net-snmp/pkg-plist
==============================================================================
--- head/net-mgmt/net-snmp/pkg-plist Thu Apr 10 21:52:06 2014 (r350861)
+++ head/net-mgmt/net-snmp/pkg-plist Thu Apr 10 22:02:00 2014 (r350862)
@@ -636,4 +636,4 @@ sbin/snmptrapd
@dirrm include/net-snmp/agent
@dirrm include/net-snmp
@exec mkdir -p /var/agentx
- at unexec rm -d /var/agentx 2>/dev/null || true
+ at unexec rmdir /var/agentx 2>/dev/null || true
More information about the svn-ports-all
mailing list