diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2017-03-28 07:07:20 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:58:44 +0800 |
commit | 1ad9dd370d65494964a59bf55c5beaf54cd8d013 (patch) | |
tree | e3130452930ad3c0498fa9bad8914ee201636640 /net | |
parent | f7517b9c78b7690243787de14afa3fd93a54323f (diff) | |
download | freebsd-ports-gnome-1ad9dd370d65494964a59bf55c5beaf54cd8d013.tar.gz freebsd-ports-gnome-1ad9dd370d65494964a59bf55c5beaf54cd8d013.tar.zst freebsd-ports-gnome-1ad9dd370d65494964a59bf55c5beaf54cd8d013.zip |
Unbreak splatd and take maintenership for this port
- move from google code to github
- change WWW in descr
- generate a new sum for the archive
Diffstat (limited to 'net')
-rw-r--r-- | net/splatd/Makefile | 12 | ||||
-rw-r--r-- | net/splatd/distinfo | 5 | ||||
-rw-r--r-- | net/splatd/pkg-descr | 2 |
3 files changed, 9 insertions, 10 deletions
diff --git a/net/splatd/Makefile b/net/splatd/Makefile index dbf96b9062a8..2a8940830d8d 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -3,20 +3,16 @@ 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 \ @@ -28,6 +24,8 @@ 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 diff --git a/net/splatd/distinfo b/net/splatd/distinfo index fa1d77d00e5a..02ea17d5ae70 100644 --- a/net/splatd/distinfo +++ b/net/splatd/distinfo @@ -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 diff --git a/net/splatd/pkg-descr b/net/splatd/pkg-descr index d073c1cdcd65..918578953daa 100644 --- a/net/splatd/pkg-descr +++ b/net/splatd/pkg-descr @@ -3,4 +3,4 @@ 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 |