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
This commit is contained in:
parent
1805c52271
commit
38ba7ae0bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437090
3 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue