Index: head/sysutils/gather/Makefile =================================================================== --- head/sysutils/gather/Makefile (revision 436823) +++ head/sysutils/gather/Makefile (revision 436824) @@ -1,48 +1,44 @@ # Created by: Mikolaj Golub # $FreeBSD$ PORTNAME= gather PORTVERSION= 0.4.1 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE MAINTAINER= trociny@FreeBSD.org COMMENT= Utility to store and display system statistics LICENSE= BSD2CLAUSE -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -PROJECTHOST= gatherit - USES= perl5 +USE_GITHUB= yes + +GH_ACCOUNT= trociny CONFLICTS_INSTALL= harvest-[0-9]* DATADIR= /var/db/gather MAKE_ENV+= CONFDIR=${PREFIX}/etc/gather DATADIR=${DATADIR} SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_SCRIPT} ${WRKSRC}/gather ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/gather.1 ${STAGEDIR}${PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${PREFIX}/etc/gather ${INSTALL_DATA} ${WRKSRC}/gather.cfg \ ${STAGEDIR}${PREFIX}/etc/gather/gather.cfg.sample ${INSTALL_DATA} ${WRKSRC}/examples/gather.map.freebsd \ ${STAGEDIR}${PREFIX}/etc/gather/gather.map.sample ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Changelog ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/gather.map.freebsd \ ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/gather.map.linux \ ${STAGEDIR}${EXAMPLESDIR} .include Index: head/sysutils/gather/distinfo =================================================================== --- head/sysutils/gather/distinfo (revision 436823) +++ head/sysutils/gather/distinfo (revision 436824) @@ -1,2 +1,3 @@ -SHA256 (gather-0.4.1.tar.gz) = f76517403cff6671c6b79b09e7fccf1d8ef373a0157480db8d067c7f115e49f4 -SIZE (gather-0.4.1.tar.gz) = 16296 +TIMESTAMP = 1490372948 +SHA256 (trociny-gather-0.4.1_GH0.tar.gz) = 49ee0a47b99bd6f44ed133c0c09956a3badfdcf0a56e9d583b19b32d111e8d9f +SIZE (trociny-gather-0.4.1_GH0.tar.gz) = 16093 Index: head/sysutils/gather/pkg-descr =================================================================== --- head/sysutils/gather/pkg-descr (revision 436823) +++ head/sysutils/gather/pkg-descr (revision 436824) @@ -1,5 +1,5 @@ gather utility can be used to store system statistics provided by variety of system utils and display it. It is just a wrapper around these utilities to make a work with system statistics more convenient. -WWW: http://gatherit.googlecode.com/ +WWW: https://github.com/trociny/gather