Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 21:36:02 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329239 - head/net/sflowtool
Message-ID:  <201310032136.r93La2oh041691@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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