Index: head/sysutils/farbot/Makefile =================================================================== --- head/sysutils/farbot/Makefile (revision 434251) +++ head/sysutils/farbot/Makefile (revision 434252) @@ -1,36 +1,37 @@ # Created by: Nick Barkas # $FreeBSD$ PORTNAME= farbot -PORTVERSION= 1.0.b2 -PORTREVISION= 1 +PORTVERSION= 1.0 +DISTVERSIONPREFIX= v CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE -DISTNAME= farbot-1.0-beta2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= FreeBSD Automated Release Bot +LICENSE= BSD3CLAUSE + BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig RUN_DEPENDS:= ${BUILD_DEPENDS} -BROKEN= Unfetchable (google code has gone away) +USE_GITHUB= yes +GH_ACCOUNT= threerings +GH_PROJECT= farbot +GH_TAGNAME= c824009 -WRKSRC= ${WRKDIR}/${DISTNAME} - USES= python -USE_PYTHON= distutils +USE_PYTHON= distutils autoplist PYDISTUTILS_PKGNAME= farb PYDISTUTILS_PKGVERSION= 0.1 NO_ARCH= yes OPTIONS_DEFINE= DOCS post-install: ${INSTALL_DATA} ${WRKSRC}/farbot.conf ${STAGEDIR}${PREFIX}/etc/farbot.conf.sample post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/xhtml ${INSTALL_MAN} ${WRKSRC}/docs/xhtml/* ${STAGEDIR}${DOCSDIR}/xhtml .include Index: head/sysutils/farbot/distinfo =================================================================== --- head/sysutils/farbot/distinfo (revision 434251) +++ head/sysutils/farbot/distinfo (revision 434252) @@ -1,2 +1,3 @@ -SHA256 (farbot-1.0-beta2.tar.gz) = 4287068be8cedf885bd5e635c087ce329ba81f8dda6246f43b987c51c9647d9c -SIZE (farbot-1.0-beta2.tar.gz) = 101867 +TIMESTAMP = 1487277405 +SHA256 (threerings-farbot-v1.0-c824009_GH0.tar.gz) = f2b8b656a430f0075dac5c499905ffa3fc0e48d271dbecf1ab3538a7e520f13c +SIZE (threerings-farbot-v1.0-c824009_GH0.tar.gz) = 102945 Index: head/sysutils/farbot/pkg-descr =================================================================== --- head/sysutils/farbot/pkg-descr (revision 434251) +++ head/sysutils/farbot/pkg-descr (revision 434252) @@ -1,15 +1,15 @@ -Farbot automates building of netinstall/PXE boot FreeBSD releases. It features a -simple configuration file based on the concept of "Installations", -"PackageSets", and "PartitionMaps." +Farbot automates building of netinstall/PXE boot FreeBSD releases. +It features a simple configuration file based on the concept of +"Installations", "PackageSets", and "PartitionMaps." Farbot currently handles the following: * Building FreeBSD releases, including grabbing any source needed. -* Building packages for each release, derived from per installation package - sets. +* Building packages for each release, derived from per installation + package sets. * Laying out an NFS/TFTP exportable file system structure for all built releases, customized for each installation type. * Generation of a customized bootloader with options to install each installation type -WWW: http://code.google.com/p/farbot/ +WWW: https://github.com/threerings/farbot/ Index: head/sysutils/farbot/pkg-plist =================================================================== --- head/sysutils/farbot/pkg-plist (revision 434251) +++ head/sysutils/farbot/pkg-plist (revision 434252) @@ -1,34 +1,9 @@ -bin/farbot -etc/farbot.conf.sample -%%PYTHON_SITELIBDIR%%/farb/__init__.py -%%PYTHON_SITELIBDIR%%/farb/builder.py -%%PYTHON_SITELIBDIR%%/farb/config.py -%%PYTHON_SITELIBDIR%%/farb/runner.py -%%PYTHON_SITELIBDIR%%/farb/sysinstall.py -%%PYTHON_SITELIBDIR%%/farb/utils.py -%%PYTHON_SITELIBDIR%%/farb/data/boot.conf.tmpl -%%PYTHON_SITELIBDIR%%/farb/data/farb_conf.xml -%%PYTHON_SITELIBDIR%%/farb/data/install_package.sh -%%PYTHON_SITELIBDIR%%/farb/data/loader.conf -%%PYTHON_SITELIBDIR%%/farb/data/loader.rc -%%PYTHON_SITELIBDIR%%/farb/data/netinstall.4th.tmpl -%%PYTHON_SITELIBDIR%%/farb/__init__.pyc -%%PYTHON_SITELIBDIR%%/farb/builder.pyc -%%PYTHON_SITELIBDIR%%/farb/config.pyc -%%PYTHON_SITELIBDIR%%/farb/runner.pyc -%%PYTHON_SITELIBDIR%%/farb/sysinstall.pyc -%%PYTHON_SITELIBDIR%%/farb/utils.pyc -%%PYTHON_SITELIBDIR%%/farb/__init__.pyo -%%PYTHON_SITELIBDIR%%/farb/builder.pyo -%%PYTHON_SITELIBDIR%%/farb/config.pyo -%%PYTHON_SITELIBDIR%%/farb/runner.pyo -%%PYTHON_SITELIBDIR%%/farb/sysinstall.pyo -%%PYTHON_SITELIBDIR%%/farb/utils.pyo +@sample etc/farbot.conf.sample %%PORTDOCS%%%%DOCSDIR%%/xhtml/ch01.html %%PORTDOCS%%%%DOCSDIR%%/xhtml/ch01s02.html %%PORTDOCS%%%%DOCSDIR%%/xhtml/ch01s03.html %%PORTDOCS%%%%DOCSDIR%%/xhtml/ch01s04.html %%PORTDOCS%%%%DOCSDIR%%/xhtml/ch02.html %%PORTDOCS%%%%DOCSDIR%%/xhtml/docbook.css %%PORTDOCS%%%%DOCSDIR%%/xhtml/index.html %%PORTDOCS%%%%DOCSDIR%%/xhtml/pr01.html