diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-18 17:07:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-18 17:07:45 +0000 |
commit | f29a218fcd1fc4bf16d252f307eef4d729dd5dcc (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /databases/php55-redis/Makefile | |
parent | - Drop @dirrm* from plist (diff) |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'databases/php55-redis/Makefile')
-rw-r--r-- | databases/php55-redis/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/php55-redis/Makefile b/databases/php55-redis/Makefile index ab02e220034e..4c0f29f02b13 100644 --- a/databases/php55-redis/Makefile +++ b/databases/php55-redis/Makefile @@ -4,17 +4,16 @@ PORTNAME= redis PORTVERSION= 2.2.4 CATEGORIES= databases -MASTER_SITES= https://github.com/nicolasff/phpredis/tarball/${PORTVERSION}/ PKGNAMEPREFIX= php55- -DISTNAME= nicolasff-phpredis-${PORTVERSION}-0-g${GITVERSION} MAINTAINER= m.tsatsenko@gmail.com COMMENT= PHP5-Extension for Redis LICENSE= PHP301 -GITVERSION= 0f0661e -WRKSRC= ${WRKDIR}/nicolasff-phpredis-${GITVERSION} +USE_GITHUB= yes +GH_ACCOUNT= nicolasff +GH_PROJECT= phpredis USE_PHP= session USE_PHP_BUILD= yes |