diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-08 16:12:07 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-08 16:12:07 +0000 |
commit | b57055d4c235a7c508fb02882596cf3df9322691 (patch) | |
tree | 94705dfa4d60ac2f56c1675daf984ae9ede60232 /converters/php5-bsdconv | |
parent | 31b3d3ac660793083da0de27877ce35ce5f9ff28 (diff) | |
download | ports-b57055d4c235a7c508fb02882596cf3df9322691.tar.gz ports-b57055d4c235a7c508fb02882596cf3df9322691.zip |
Notes
Diffstat (limited to 'converters/php5-bsdconv')
-rw-r--r-- | converters/php5-bsdconv/Makefile | 18 | ||||
-rw-r--r-- | converters/php5-bsdconv/distinfo | 4 |
2 files changed, 9 insertions, 13 deletions
diff --git a/converters/php5-bsdconv/Makefile b/converters/php5-bsdconv/Makefile index 0f541da18ce0..582e83680ba4 100644 --- a/converters/php5-bsdconv/Makefile +++ b/converters/php5-bsdconv/Makefile @@ -1,16 +1,11 @@ -# Ports collection makefile for: php5-bsdconv -# Date created: 23 May 2009 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= bsdconv -PORTVERSION= 7.3 +PORTVERSION= 9.0 CATEGORIES= converters -MASTER_SITES= https://github.com/buganini/php-${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= php5- -DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} +DISTNAME= buganini-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} MAINTAINER= buganini@gmail.com COMMENT= PHP wrapper for bsdconv @@ -19,9 +14,10 @@ LICENSE= BSD LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv -GITVERSION= a3bad63 -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/buganini-php-${PORTNAME}-${GITVERSION} +USE_GITHUB= yes +GH_ACCOUNT= buganini +GH_PROJECT= php-${PORTNAME} +GH_COMMIT= 314309f USE_PHP= yes USE_PHPEXT= yes diff --git a/converters/php5-bsdconv/distinfo b/converters/php5-bsdconv/distinfo index 9ddcde03b2f4..838c27536c43 100644 --- a/converters/php5-bsdconv/distinfo +++ b/converters/php5-bsdconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-7.3-0-ga3bad63.tar.gz) = df361f33a9cc8105bc408cdd0b82fa1eae653df96a17a1ab3d9b4c253aae8019 -SIZE (buganini-bsdconv-7.3-0-ga3bad63.tar.gz) = 6541 +SHA256 (buganini-php-bsdconv-9.0-0-g314309f.tar.gz) = cb20b8c1f6a6b9b0ca07f2e5f25762564a0ed04be1f67d6ebc1d4b2127a2ff64 +SIZE (buganini-php-bsdconv-9.0-0-g314309f.tar.gz) = 7419 |