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/php5-pdo_cassandra/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/php5-pdo_cassandra/Makefile')
-rw-r--r-- | databases/php5-pdo_cassandra/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile index c65b1a675405..1bfea0f10189 100644 --- a/databases/php5-pdo_cassandra/Makefile +++ b/databases/php5-pdo_cassandra/Makefile @@ -5,9 +5,7 @@ PORTNAME= pdo_cassandra PORTVERSION= 0.2.1 PORTREVISION= 4 CATEGORIES= databases -MASTER_SITES= https://github.com/${GITHUB_USER}/php-${PORTNAME}/tarball/${GITREVISION}/ PKGNAMEPREFIX= php5- -DISTNAME= ${GITHUB_USER}-php-${PORTNAME}-${GITTAG}-14-g${GITREVISION} MAINTAINER= gasol.wu@gmail.com COMMENT= PDO driver for Apache Cassandra @@ -16,10 +14,10 @@ LICENSE= APACHE20 LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs -GITREVISION= 7debd5b -GITTAG= 0.8-support -GITHUB_USER= mkoppanen -WRKSRC= ${WRKDIR}/${GITHUB_USER}-php-${PORTNAME}-${GITREVISION} +USE_GITHUB= yes +GH_ACCOUNT= mkoppanen +GH_PROJECT= php-${PORTNAME} +GH_TAGNAME= 7debd5b USES= pkgconfig USE_PHP_BUILD= yes |