Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 23:10:27 +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: r437091 - head/www/mod_memcache
Message-ID:  <201703272310.v2RNAR04037151@repo.freebsd.org>

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

Log:
  Unbreak splatd and take maintenership for this port
  - project moves from google code to github
  - change WWW and distfile sum
  - bump PORTREVISION

Modified:
  head/www/mod_memcache/Makefile
  head/www/mod_memcache/distinfo
  head/www/mod_memcache/pkg-descr

Modified: head/www/mod_memcache/Makefile
==============================================================================
--- head/www/mod_memcache/Makefile	Mon Mar 27 23:07:20 2017	(r437090)
+++ head/www/mod_memcache/Makefile	Mon Mar 27 23:10:27 2017	(r437091)
@@ -3,21 +3,21 @@
 
 PORTNAME=	mod_memcache
 PORTVERSION=	0.1.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
-MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	rodrigo@FreeBSD.org
 COMMENT=	Apache 2.2.x module to manage apr_memcache connections
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-GNU_CONFIGURE=	yes
-PROJECTHOST=	modmemcache
 USE_APACHE=	22+
+USE_GITHUB=	yes
+GH_ACCOUNT=	joshrotenberg
+GH_PROJECT=	modmemcache
+GH_TAGNAME=	8e6d912
 
 AP_FAST_BUILD=	yes
 AP_GENPLIST=	yes

Modified: head/www/mod_memcache/distinfo
==============================================================================
--- head/www/mod_memcache/distinfo	Mon Mar 27 23:07:20 2017	(r437090)
+++ head/www/mod_memcache/distinfo	Mon Mar 27 23:10:27 2017	(r437091)
@@ -1,2 +1,3 @@
-SHA256 (mod_memcache-0.1.0.tar.gz) = 719aa73ea768889bf16d84450296486d3be9865fd35ecbf1d8e154f239408acd
-SIZE (mod_memcache-0.1.0.tar.gz) = 291514
+TIMESTAMP = 1490655273
+SHA256 (joshrotenberg-modmemcache-0.1.0-8e6d912_GH0.tar.gz) = 790868718f4425389f68800023c5432dc596110f4cb4c15db7c73822f9753c1b
+SIZE (joshrotenberg-modmemcache-0.1.0-8e6d912_GH0.tar.gz) = 8454

Modified: head/www/mod_memcache/pkg-descr
==============================================================================
--- head/www/mod_memcache/pkg-descr	Mon Mar 27 23:07:20 2017	(r437090)
+++ head/www/mod_memcache/pkg-descr	Mon Mar 27 23:10:27 2017	(r437091)
@@ -2,4 +2,4 @@ mod_memcache manages the parsing of memc
 exports a single function for use by other modules to access a
 configured apr_memcache object.
 
-WWW: http://code.google.com/p/modmemcache/
+WWW: https://github.com/joshrotenberg/modmemcache



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