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 /textproc/py-paragrep | |
parent | 638d4ac389fd6f388090fb19a9c40966f4f7f262 (diff) | |
download | ports-f29a218fcd1fc4bf16d252f307eef4d729dd5dcc.tar.gz ports-f29a218fcd1fc4bf16d252f307eef4d729dd5dcc.zip |
Notes
Diffstat (limited to 'textproc/py-paragrep')
-rw-r--r-- | textproc/py-paragrep/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-paragrep/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/py-paragrep/Makefile b/textproc/py-paragrep/Makefile index a9b6e6f225a9..46584b40828e 100644 --- a/textproc/py-paragrep/Makefile +++ b/textproc/py-paragrep/Makefile @@ -3,8 +3,8 @@ PORTNAME= paragrep PORTVERSION= 3.1.1 +DISTVERSIONPREFIX= release- CATEGORIES= textproc python -MASTER_SITES= http://github.com/bmc/paragrep/zipball/release-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org @@ -18,6 +18,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/bmc-${PORTNAME}-e7d5553 USES= python USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= bmc post-patch: @${REINPLACE_CMD} -e "s|'man'|'man/man1'|g" ${WRKSRC}/setup.py diff --git a/textproc/py-paragrep/distinfo b/textproc/py-paragrep/distinfo index 1302c6fb18b6..6ead09c14361 100644 --- a/textproc/py-paragrep/distinfo +++ b/textproc/py-paragrep/distinfo @@ -1,2 +1,2 @@ -SHA256 (paragrep-3.1.1.tar.gz) = 4bbe39dd7cdf9d39212b75a5536bbf73f43e59911abde1f8c8ae208a42f1091a -SIZE (paragrep-3.1.1.tar.gz) = 17284 +SHA256 (bmc-paragrep-release-3.1.1_GH0.tar.gz) = 1bce720632c727569bd82f17778e97499b2b58c903511fd005bb59a6635073a8 +SIZE (bmc-paragrep-release-3.1.1_GH0.tar.gz) = 14032 |