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/py-bsdconv | |
parent | 31b3d3ac660793083da0de27877ce35ce5f9ff28 (diff) | |
download | ports-b57055d4c235a7c508fb02882596cf3df9322691.tar.gz ports-b57055d4c235a7c508fb02882596cf3df9322691.zip |
Notes
Diffstat (limited to 'converters/py-bsdconv')
-rw-r--r-- | converters/py-bsdconv/Makefile | 19 | ||||
-rw-r--r-- | converters/py-bsdconv/distinfo | 4 |
2 files changed, 10 insertions, 13 deletions
diff --git a/converters/py-bsdconv/Makefile b/converters/py-bsdconv/Makefile index 71d85cf9a57a..b5bcddf2d573 100644 --- a/converters/py-bsdconv/Makefile +++ b/converters/py-bsdconv/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: py-bsdconv -# Date created: 11 Oct 2009 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= bsdconv -PORTVERSION= 7.5 +PORTVERSION= 9.0 CATEGORIES= converters python -MASTER_SITES= https://github.com/buganini/python-${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} +DISTNAME= buganini-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} MAINTAINER= buganini@gmail.com COMMENT= Python wrapper for bsdconv @@ -19,9 +14,11 @@ LICENSE= BSD LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv -GITVERSION= e203c4a -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/buganini-python-${PORTNAME}-${GITVERSION} +USE_GITHUB= yes +GH_ACCOUNT= buganini +GH_PROJECT= python-${PORTNAME} +GH_COMMIT= 2fcf39c + USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} diff --git a/converters/py-bsdconv/distinfo b/converters/py-bsdconv/distinfo index c6d30c5e04fa..9c80d3ad6bb2 100644 --- a/converters/py-bsdconv/distinfo +++ b/converters/py-bsdconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-7.5-0-ge203c4a.tar.gz) = f4ac0e8eaad8665b2ee32fe0bfd1206ee8c9ed1bd304b2b9e10cf8ce4a4de99c -SIZE (buganini-bsdconv-7.5-0-ge203c4a.tar.gz) = 4329 +SHA256 (buganini-python-bsdconv-9.0-0-g2fcf39c.tar.gz) = 6a8987eb37368ad4a28544fd1b72cacf05de6773035457e1511a97333a735534 +SIZE (buganini-python-bsdconv-9.0-0-g2fcf39c.tar.gz) = 5019 |