Index: head/net-mgmt/statsite/Makefile =================================================================== --- head/net-mgmt/statsite/Makefile (revision 477496) +++ head/net-mgmt/statsite/Makefile (revision 477497) @@ -1,26 +1,36 @@ # $FreeBSD$ PORTNAME= statsite -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt MAINTAINER= rbarabas@rbarabas.info COMMENT= C implementation of statsd LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= scons +USES= autoreconf +GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= armon +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" + USERS= statsd GROUPS= statsd -PLIST_FILES= bin/statsite +OPTIONS_DEFINE= DOCS -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/statsite ${STAGEDIR}/${PREFIX}/bin/ +PORTDOCS= README.md + +post-install: + ${INSTALL_DATA} ${WRKSRC}/rpm/statsite.conf.example \ + ${STAGEDIR}${PREFIX}/etc/statsite.conf.sample + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/net-mgmt/statsite/distinfo =================================================================== --- head/net-mgmt/statsite/distinfo (revision 477496) +++ head/net-mgmt/statsite/distinfo (revision 477497) @@ -1,2 +1,3 @@ -SHA256 (armon-statsite-v0.7.1_GH0.tar.gz) = ee0f1e889305950e2bb9714cc885c4e58b5d71fc20a653f155d03b10e63b7191 -SIZE (armon-statsite-v0.7.1_GH0.tar.gz) = 1177462 +TIMESTAMP = 1533418630 +SHA256 (armon-statsite-v0.8.0_GH0.tar.gz) = 79d30a68e395b23e736eb2856ce35055aedb9662e4a00c2492b43b975b4ea24a +SIZE (armon-statsite-v0.8.0_GH0.tar.gz) = 962923 Index: head/net-mgmt/statsite/pkg-plist =================================================================== --- head/net-mgmt/statsite/pkg-plist (nonexistent) +++ head/net-mgmt/statsite/pkg-plist (revision 477497) @@ -0,0 +1,11 @@ +bin/statsite +@sample etc/statsite.conf.sample +%%DATADIR%%/sinks/__init__.py +%%DATADIR%%/sinks/binary_sink.py +%%DATADIR%%/sinks/cloudwatch.sh +%%DATADIR%%/sinks/gmetric.py +%%DATADIR%%/sinks/graphite.py +%%DATADIR%%/sinks/influxdb.py +%%DATADIR%%/sinks/librato.py +%%DATADIR%%/sinks/opentsdb.js +%%DATADIR%%/sinks/statsite_json_sink.rb Property changes on: head/net-mgmt/statsite/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property