diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-10-04 05:36:02 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-10-04 05:36:02 +0800 |
commit | 01e1de6b769116a174db4693caaf1eb07646ad93 (patch) | |
tree | d4b1facedf90101e3487da530210c443fd7bcd15 /net | |
parent | c8a44ff2f8a43fe214ce223fe23ee896ba82b7f3 (diff) | |
download | freebsd-ports-gnome-01e1de6b769116a174db4693caaf1eb07646ad93.tar.gz freebsd-ports-gnome-01e1de6b769116a174db4693caaf1eb07646ad93.tar.zst freebsd-ports-gnome-01e1de6b769116a174db4693caaf1eb07646ad93.zip |
- 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
Diffstat (limited to 'net')
-rw-r--r-- | net/sflowtool/Makefile | 19 | ||||
-rw-r--r-- | net/sflowtool/distinfo | 4 |
2 files changed, 8 insertions, 15 deletions
diff --git a/net/sflowtool/Makefile b/net/sflowtool/Makefile index a088de95b0a3..bfcdb1e2a90a 100644 --- a/net/sflowtool/Makefile +++ b/net/sflowtool/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= sflowtool -PORTVERSION= 3.28 +PORTVERSION= 3.29 CATEGORIES= net MASTER_SITES= http://www.inmon.com/bin/ MAINTAINER= ohauer@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> diff --git a/net/sflowtool/distinfo b/net/sflowtool/distinfo index 0954819e4de6..85423065dfe6 100644 --- a/net/sflowtool/distinfo +++ b/net/sflowtool/distinfo @@ -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 |