svn commit: r330419 - head/net-mgmt/bsnmp-ucd
Mikolaj Golub
trociny at FreeBSD.org
Tue Oct 15 18:03:01 UTC 2013
Author: trociny (src committer)
Date: Tue Oct 15 18:03:00 2013
New Revision: 330419
URL: http://svnweb.freebsd.org/changeset/ports/330419
Log:
- Update to 0.4.0
- Add stage support.
Approved by: bdrewery
Modified:
head/net-mgmt/bsnmp-ucd/Makefile
head/net-mgmt/bsnmp-ucd/distinfo
head/net-mgmt/bsnmp-ucd/pkg-plist
Modified: head/net-mgmt/bsnmp-ucd/Makefile
==============================================================================
--- head/net-mgmt/bsnmp-ucd/Makefile Tue Oct 15 17:57:49 2013 (r330418)
+++ head/net-mgmt/bsnmp-ucd/Makefile Tue Oct 15 18:03:00 2013 (r330419)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bsnmp-ucd
-PORTVERSION= 0.3.6
+PORTVERSION= 0.4.0
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -11,12 +11,13 @@ COMMENT= A bsnmpd module that implements
LICENSE= BSD
-USE_AUTOTOOLS= libtool:env
+MAKE_ENV+= NO_OBJ=yes
-MAN8= bsnmp-ucd.8
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '32,32 s/^.*/#include <sys\/queue.h>/' ${WRKSRC}/snmp_ucd.h
+post-install:
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}
+
.include <bsd.port.mk>
Modified: head/net-mgmt/bsnmp-ucd/distinfo
==============================================================================
--- head/net-mgmt/bsnmp-ucd/distinfo Tue Oct 15 17:57:49 2013 (r330418)
+++ head/net-mgmt/bsnmp-ucd/distinfo Tue Oct 15 18:03:00 2013 (r330419)
@@ -1,2 +1,2 @@
-SHA256 (bsnmp-ucd-0.3.6.tar.gz) = d8b1e4c703ac48d7beab55f8f8c1da6128676d0c3fd06d72e53af9947aa6b51f
-SIZE (bsnmp-ucd-0.3.6.tar.gz) = 28804
+SHA256 (bsnmp-ucd-0.4.0.tar.gz) = bb88854a1104265747c2b2a49753f57642357f8dc773f0a33877c88d1dbef789
+SIZE (bsnmp-ucd-0.4.0.tar.gz) = 30011
Modified: head/net-mgmt/bsnmp-ucd/pkg-plist
==============================================================================
--- head/net-mgmt/bsnmp-ucd/pkg-plist Tue Oct 15 17:57:49 2013 (r330418)
+++ head/net-mgmt/bsnmp-ucd/pkg-plist Tue Oct 15 18:03:00 2013 (r330419)
@@ -1,6 +1,5 @@
-lib/snmp_ucd.a
-lib/snmp_ucd.la
lib/snmp_ucd.so
lib/snmp_ucd.so.1
+man/man8/bsnmp-ucd.8.gz
%%EXAMPLESDIR%%/snmpd.config.sample
@dirrm %%EXAMPLESDIR%%
More information about the svn-ports-all
mailing list