Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2014 22:02:01 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350862 - head/net-mgmt/net-snmp
Message-ID:  <201404102202.s3AM21RA063328@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@unexec rm -d /var/agentx 2>/dev/null || true
+@unexec rmdir /var/agentx 2>/dev/null || true



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404102202.s3AM21RA063328>