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 /devel/py-uncompyle2 | |
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 'devel/py-uncompyle2')
-rw-r--r-- | devel/py-uncompyle2/Makefile | 6 | ||||
-rw-r--r-- | devel/py-uncompyle2/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-uncompyle2/Makefile b/devel/py-uncompyle2/Makefile index 8532e0b8522f..a8beda094f92 100644 --- a/devel/py-uncompyle2/Makefile +++ b/devel/py-uncompyle2/Makefile @@ -4,14 +4,14 @@ PORTNAME= uncompyle2 PORTVERSION= 1.1 CATEGORIES= devel -MASTER_SITES= https://github.com/Mysterie/${PORTNAME}/tarball/${HASH}/ PKGNAMEPREFIX= py- -DISTNAME= Mysterie-${PORTNAME}-${HASH} MAINTAINER= mi@aldan.algebra.com COMMENT= Decompiler for Python's .pyc and .pyo files -HASH= 3956a5a +USE_GITHUB= yes +GH_ACCOUNT= Mysterie +GH_TAGNAME= 3956a5a USES= python:2 USE_PYTHON= distutils REINPLACE_ARGS= -i "" diff --git a/devel/py-uncompyle2/distinfo b/devel/py-uncompyle2/distinfo index 6f8e852cf3da..200505a7ff99 100644 --- a/devel/py-uncompyle2/distinfo +++ b/devel/py-uncompyle2/distinfo @@ -1,2 +1,2 @@ -SHA256 (Mysterie-uncompyle2-3956a5a.tar.gz) = 686b24e1b1d1010d1a80153ea1774389a6a37b1fd03e660231a66577e71901af -SIZE (Mysterie-uncompyle2-3956a5a.tar.gz) = 379493 +SHA256 (Mysterie-uncompyle2-1.1-3956a5a_GH0.tar.gz) = e3c1e968b17133074ed391c3d709c3c8d40691946a23b511f3969a1bcb2d1ca1 +SIZE (Mysterie-uncompyle2-1.1-3956a5a_GH0.tar.gz) = 379493 |