summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikolaj Golub <trociny@FreeBSD.org>2016-03-12 08:48:40 +0000
committerMikolaj Golub <trociny@FreeBSD.org>2016-03-12 08:48:40 +0000
commit43876f1de759ba8450b064d0d782ab98d8488907 (patch)
treee97448fb7f564420ded54e4f7eca53c617939cb4
parentmail/thunderbird: update to 38.7.0 (diff)
- update to 0.4.2
- remove `make depend` hack (the issue is fixed in 0.4.2) - remove '#include <sys/queue.h>' patch (was needed for 8.X)
Notes
Notes: svn path=/head/; revision=410869
-rw-r--r--net-mgmt/bsnmp-ucd/Makefile12
-rw-r--r--net-mgmt/bsnmp-ucd/distinfo4
2 files changed, 6 insertions, 10 deletions
diff --git a/net-mgmt/bsnmp-ucd/Makefile b/net-mgmt/bsnmp-ucd/Makefile
index 536302a6bc0f..6ab2ff4a52bf 100644
--- a/net-mgmt/bsnmp-ucd/Makefile
+++ b/net-mgmt/bsnmp-ucd/Makefile
@@ -2,26 +2,22 @@
# $FreeBSD$
PORTNAME= bsnmp-ucd
-PORTVERSION= 0.4.1
+PORTVERSION= 0.4.2
CATEGORIES= net-mgmt
-MASTER_SITES= http://people.freebsd.org/~trociny/${PORTNAME}/
MAINTAINER= trociny@FreeBSD.org
COMMENT= bsnmpd module that implements parts of UCD-SNMP-MIB
LICENSE= BSD2CLAUSE
+USE_GITHUB= yes
+GH_ACCOUNT= trociny
+
USES= uidfix
MAKE_ENV+= NO_OBJ=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}
-pre-build:
- ${MAKE_CMD} -C ${WRKSRC} depend
-
.include <bsd.port.mk>
diff --git a/net-mgmt/bsnmp-ucd/distinfo b/net-mgmt/bsnmp-ucd/distinfo
index 4cbaea1f014f..42a0d2cabd49 100644
--- a/net-mgmt/bsnmp-ucd/distinfo
+++ b/net-mgmt/bsnmp-ucd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bsnmp-ucd-0.4.1.tar.gz) = bbad61fc1ba56199e8332c0aefd17b0f8d9a68de4b22bfd646fd2faf52046af8
-SIZE (bsnmp-ucd-0.4.1.tar.gz) = 29041
+SHA256 (trociny-bsnmp-ucd-0.4.2_GH0.tar.gz) = 546800f6c9b6c090f10c1b82d353ef5c61c9784ee772051c669ec35f14e39580
+SIZE (trociny-bsnmp-ucd-0.4.2_GH0.tar.gz) = 27578