diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2017-03-28 07:10:27 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2017-03-28 07:10:27 +0800 |
commit | 9ccdc8d482e93df67924c7bae60a189f2121c18f (patch) | |
tree | cb170c87ddd3d2069f881bf27e525efb085db513 /www | |
parent | 8d9ff77318d6e2b637725cddb7efca2b2d266643 (diff) | |
download | freebsd-ports-gnome-9ccdc8d482e93df67924c7bae60a189f2121c18f.tar.gz freebsd-ports-gnome-9ccdc8d482e93df67924c7bae60a189f2121c18f.tar.zst freebsd-ports-gnome-9ccdc8d482e93df67924c7bae60a189f2121c18f.zip |
Unbreak splatd and take maintenership for this port
- project moves from google code to github
- change WWW and distfile sum
- bump PORTREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_memcache/Makefile | 16 | ||||
-rw-r--r-- | www/mod_memcache/distinfo | 5 | ||||
-rw-r--r-- | www/mod_memcache/pkg-descr | 2 |
3 files changed, 12 insertions, 11 deletions
diff --git a/www/mod_memcache/Makefile b/www/mod_memcache/Makefile index fa3e4c3ac88c..f817f74aca01 100644 --- a/www/mod_memcache/Makefile +++ b/www/mod_memcache/Makefile @@ -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 diff --git a/www/mod_memcache/distinfo b/www/mod_memcache/distinfo index 78e0f2fc5793..eb473e7bda53 100644 --- a/www/mod_memcache/distinfo +++ b/www/mod_memcache/distinfo @@ -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 diff --git a/www/mod_memcache/pkg-descr b/www/mod_memcache/pkg-descr index 07e852a7b742..f3afdb8f2d5a 100644 --- a/www/mod_memcache/pkg-descr +++ b/www/mod_memcache/pkg-descr @@ -2,4 +2,4 @@ mod_memcache manages the parsing of memcached server configuration and 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 |