Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 23:07:20 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437090 - head/net/splatd
Message-ID:  <201703272307.v2RN7K5N036881@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Mon Mar 27 23:07:20 2017
New Revision: 437090
URL: https://svnweb.freebsd.org/changeset/ports/437090

Log:
  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

Modified:
  head/net/splatd/Makefile
  head/net/splatd/distinfo
  head/net/splatd/pkg-descr

Modified: head/net/splatd/Makefile
==============================================================================
--- head/net/splatd/Makefile	Mon Mar 27 22:35:20 2017	(r437089)
+++ head/net/splatd/Makefile	Mon Mar 27 23:07:20 2017	(r437090)
@@ -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
 

Modified: head/net/splatd/distinfo
==============================================================================
--- head/net/splatd/distinfo	Mon Mar 27 22:35:20 2017	(r437089)
+++ head/net/splatd/distinfo	Mon Mar 27 23:07:20 2017	(r437090)
@@ -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

Modified: head/net/splatd/pkg-descr
==============================================================================
--- head/net/splatd/pkg-descr	Mon Mar 27 22:35:20 2017	(r437089)
+++ head/net/splatd/pkg-descr	Mon Mar 27 23:07:20 2017	(r437090)
@@ -3,4 +3,4 @@ in an LDAP directory in sync with inform
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703272307.v2RN7K5N036881>