svn commit: r414134 - head/devel/pyobfuscate

Carlo Strub cs at FreeBSD.org
Wed Apr 27 21:00:26 UTC 2016


Author: cs
Date: Wed Apr 27 21:00:24 2016
New Revision: 414134
URL: https://svnweb.freebsd.org/changeset/ports/414134

Log:
  - Take maintainership
  - Move to GH
  - Update to latest commit

Modified:
  head/devel/pyobfuscate/Makefile
  head/devel/pyobfuscate/distinfo
  head/devel/pyobfuscate/pkg-descr

Modified: head/devel/pyobfuscate/Makefile
==============================================================================
--- head/devel/pyobfuscate/Makefile	Wed Apr 27 20:30:14 2016	(r414133)
+++ head/devel/pyobfuscate/Makefile	Wed Apr 27 21:00:24 2016	(r414134)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	pyobfuscate
-PORTVERSION=	0.3
-PORTREVISION=	1
+PORTVERSION=	0.3.20131129
 CATEGORIES=	devel
-MASTER_SITES=	http://www.lysator.liu.se/~astrand/projects/pyobfuscate/ \
-		LOCAL/arved
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	cs at FreeBSD.org
 COMMENT=	Python source code obfuscator
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	astrand
+GH_TAGNAME=	47cc6e49bf65649c9fc53fbf4ae7d6e23b565550
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 

Modified: head/devel/pyobfuscate/distinfo
==============================================================================
--- head/devel/pyobfuscate/distinfo	Wed Apr 27 20:30:14 2016	(r414133)
+++ head/devel/pyobfuscate/distinfo	Wed Apr 27 21:00:24 2016	(r414134)
@@ -1,2 +1,2 @@
-SHA256 (pyobfuscate-0.3.tar.gz) = 422a491b3f2e519ae0541ad9368c8115a55b1572eb4c989700923a7945cb6566
-SIZE (pyobfuscate-0.3.tar.gz) = 17972
+SHA256 (astrand-pyobfuscate-0.3.20131129-47cc6e49bf65649c9fc53fbf4ae7d6e23b565550_GH0.tar.gz) = b212b20379b1a6afd77e2c1c401564b4644004a581ebf68596fb4493777b6e9b
+SIZE (astrand-pyobfuscate-0.3.20131129-47cc6e49bf65649c9fc53fbf4ae7d6e23b565550_GH0.tar.gz) = 24883

Modified: head/devel/pyobfuscate/pkg-descr
==============================================================================
--- head/devel/pyobfuscate/pkg-descr	Wed Apr 27 20:30:14 2016	(r414133)
+++ head/devel/pyobfuscate/pkg-descr	Wed Apr 27 21:00:24 2016	(r414134)
@@ -1,4 +1,4 @@
 pyobfuscate is a source code obfuscator: It makes Python source code hard to
 read for humans, while still being executable for the Python interpreter.
 
-WWW: http://www.lysator.liu.se/~astrand/projects/pyobfuscate/
+WWW: https://github.com/astrand/pyobfuscate


More information about the svn-ports-head mailing list