From f29a218fcd1fc4bf16d252f307eef4d729dd5dcc Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 18 May 2015 17:07:45 +0000 Subject: Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage. With hat: portmgr Sponsored by: Absolight --- databases/php55-redis/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'databases/php55-redis/Makefile') 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 -- cgit v1.2.3