Index: head/net/splatd/Makefile =================================================================== --- head/net/splatd/Makefile (revision 437089) +++ head/net/splatd/Makefile (revision 437090) @@ -1,44 +1,42 @@ # Created by: Landon Fuller # $FreeBSD$ PORTNAME= splatd PORTVERSION= 1.2 -PORTREVISION= 6 +DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 7 CATEGORIES= net -MASTER_SITES= GOOGLE_CODE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= Splat is the Scalable Periodic LDAP Attribute Transmogrifier LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap RUN_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap USES= python twisted USE_PYTHON= distutils PYDISTUTILS_PKGNAME= splat USE_RC_SUBR= splatd SUB_LIST= PYTHON_CMD=${PYTHON_CMD} NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= threerings OPTIONS_DEFINE= DOCS post-install: ${INSTALL_DATA} ${WRKSRC}/splat.conf ${STAGEDIR}${PREFIX}/etc/splat.conf.sample ${MV} -f ${STAGEDIR}${PREFIX}/bin/splatd ${STAGEDIR}${PREFIX}/sbin/splatd ${INSTALL_MAN} ${WRKSRC}/docs/man/splat.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/docs/man/splatd.8 ${STAGEDIR}${MANPREFIX}/man/man8 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/xhtml ${INSTALL_DATA} ${WRKSRC}/docs/xhtml/* ${STAGEDIR}${DOCSDIR}/xhtml .include Index: head/net/splatd/distinfo =================================================================== --- head/net/splatd/distinfo (revision 437089) +++ head/net/splatd/distinfo (revision 437090) @@ -1,2 +1,3 @@ -SHA256 (splatd-1.2.tar.gz) = 1d2c219408a58b1361df77203587c8843c3f20942081c7ff1fc4b58fd9092ae8 -SIZE (splatd-1.2.tar.gz) = 93988 +TIMESTAMP = 1490549138 +SHA256 (threerings-splatd-splatd-1.2_GH0.tar.gz) = cffd3945eb22743374e7eea24fbb05c70c097a53aa2181dfeae7aaa614244d7f +SIZE (threerings-splatd-splatd-1.2_GH0.tar.gz) = 94335 Index: head/net/splatd/pkg-descr =================================================================== --- head/net/splatd/pkg-descr (revision 437089) +++ head/net/splatd/pkg-descr (revision 437090) @@ -1,6 +1,6 @@ Splat is a set of utilities designed to help keep information in an LDAP directory in sync with information outside of an LDAP directory. This information can be any set of attributes on any object in the LDAP directory. -WWW: http://code.google.com/p/splatd/ +WWW: https://github.com/threerings/splatd