svn commit: r329239 - head/net/sflowtool
Olli Hauer
ohauer at FreeBSD.org
Thu Oct 3 21:36:03 UTC 2013
Author: ohauer
Date: Thu Oct 3 21:36:02 2013
New Revision: 329239
URL: http://svnweb.freebsd.org/changeset/ports/329239
Log:
- update to version 3.29
- add stage support
Changes 2013-10-02:
3.29 - added decode for nat_port structure
- include intypes.h for PRIu64 etc.
- minor bugfixes - thanks to Rowan Thorpe
Modified:
head/net/sflowtool/Makefile
head/net/sflowtool/distinfo
Modified: head/net/sflowtool/Makefile
==============================================================================
--- head/net/sflowtool/Makefile Thu Oct 3 21:28:47 2013 (r329238)
+++ head/net/sflowtool/Makefile Thu Oct 3 21:36:02 2013 (r329239)
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= sflowtool
-PORTVERSION= 3.28
+PORTVERSION= 3.29
CATEGORIES= net
MASTER_SITES= http://www.inmon.com/bin/
MAINTAINER= ohauer at FreeBSD.org
-COMMENT= This is a sFlow capture and sFlow-to-NetFlow conversion tool
+COMMENT= sFlow capture and sFlow-to-NetFlow conversion tool
GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
@@ -17,19 +17,12 @@ PORTDOCS= README
PORTEXAMPLES= README ipTopTalkers ipTrafficMatrix sflowRRDChart.cgi \
sflowRRDLoad sflowenable
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${EXAMPLESDIR}
-. for f in ${PORTEXAMPLES}
- @${INSTALL_DATA} ${WRKSRC}/scripts/$f ${EXAMPLESDIR}/
-. endfor
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/scripts/|} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
Modified: head/net/sflowtool/distinfo
==============================================================================
--- head/net/sflowtool/distinfo Thu Oct 3 21:28:47 2013 (r329238)
+++ head/net/sflowtool/distinfo Thu Oct 3 21:36:02 2013 (r329239)
@@ -1,2 +1,2 @@
-SHA256 (sflowtool-3.28.tar.gz) = ef8b37244965a241098ae6c1927ae15a28c06532fd6fc33937d6e634314a4103
-SIZE (sflowtool-3.28.tar.gz) = 166990
+SHA256 (sflowtool-3.29.tar.gz) = 5ee94480f072e33005a2853d8b3a0342a5fe663fcc79e11f1c5128230d2b734b
+SIZE (sflowtool-3.29.tar.gz) = 168454
More information about the svn-ports-all
mailing list