Index: head/net-mgmt/pmacct/Makefile =================================================================== --- head/net-mgmt/pmacct/Makefile (revision 120968) +++ head/net-mgmt/pmacct/Makefile (revision 120969) @@ -1,58 +1,58 @@ # New ports collection makefile for: pmacct # Date created: Thu May 8 16:03:11 CEST 2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= pmacct -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ MAINTAINER= krion@FreeBSD.org COMMENT= Network tool to gather IP traffic information .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+=--enable-mysql PLIST_SUB+= WITH_MYSQL="" .else CONFIGURE_ARGS+= --disable-mysql PLIST_SUB+= WITH_MYSQL="@comment " .endif .if defined(WITH_PGSQL) LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 CONFIGURE_ARGS+=--enable-pgsql PLIST_SUB+= WITH_PGSQL="" .else CONFIGURE_ARGS+= --disable-pgsql PLIST_SUB+= WITH_PGSQL="@comment " .endif .if defined(WITH_MMAP) CONFIGURE_ARGS+=--enable-mmap .endif GNU_CONFIGURE= yes GNUCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GETOPT_LONG=yes USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ChangeLog EXAMPLES FAQS README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-mgmt/pmacct/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/net-mgmt/pmacct/distinfo =================================================================== --- head/net-mgmt/pmacct/distinfo (revision 120968) +++ head/net-mgmt/pmacct/distinfo (revision 120969) @@ -1,2 +1,2 @@ -MD5 (pmacct-0.7.5.tar.gz) = 22e20be4632eebb3f95a95dffa36db71 -SIZE (pmacct-0.7.5.tar.gz) = 177270 +MD5 (pmacct-0.7.6.tar.gz) = a9570c396e9af970d373725a1be63725 +SIZE (pmacct-0.7.6.tar.gz) = 182750 Property changes on: head/net-mgmt/pmacct/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/net-mgmt/pmacct/pkg-plist =================================================================== --- head/net-mgmt/pmacct/pkg-plist (revision 120968) +++ head/net-mgmt/pmacct/pkg-plist (revision 120969) @@ -1,26 +1,29 @@ bin/pmacct %%WITH_MYSQL%%bin/pmmyplay %%WITH_PGSQL%%bin/pmpgplay sbin/nfacctd sbin/pmacctd %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/EXAMPLES %%PORTDOCS%%%%DOCSDIR%%/FAQS %%PORTDOCS%%%%DOCSDIR%%/README %%EXAMPLESDIR%%/allow-list.example +%%EXAMPLESDIR%%/gnuplot-example.sh +%%EXAMPLESDIR%%/gnuplot.script.example %%EXAMPLESDIR%%/id_map.example -%%EXAMPLESDIR%%/mrtg.conf.hosts.example -%%EXAMPLESDIR%%/mrtg.conf.ports.example +%%EXAMPLESDIR%%/mrtg-example.sh +%%EXAMPLESDIR%%/mrtg.conf.example %%EXAMPLESDIR%%/networks.example %%EXAMPLESDIR%%/nfacctd-print.conf.example %%EXAMPLESDIR%%/nfacctd-sql.conf.example %%EXAMPLESDIR%%/nfacctd-sql_v1.conf.example %%EXAMPLESDIR%%/nfacctd-sql_v2.conf.example %%EXAMPLESDIR%%/pmacctd-imt.conf.example %%EXAMPLESDIR%%/pmacctd-names.conf.example %%EXAMPLESDIR%%/pmacctd-sql.conf.example %%EXAMPLESDIR%%/pmacctd-sql_v1.conf.example %%EXAMPLESDIR%%/pmacctd-sql_v2.conf.example %%EXAMPLESDIR%%/ports.example +%%EXAMPLESDIR%%/rrdtool-example.sh @dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net-mgmt/pmacct/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property