aboutsummaryrefslogtreecommitdiff
path: root/security/py-python-registry
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-16 17:18:23 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-16 17:18:23 +0000
commitef6d7df3a518482afbd2c890b66d6f140d3164c7 (patch)
tree3ba6e1b4f944022872aa06194dd55aeede080bc3 /security/py-python-registry
parent9dc680d0e8a2ff2a2bc6f286afbcd752ad9b22cd (diff)
downloadports-ef6d7df3a518482afbd2c890b66d6f140d3164c7.tar.gz
ports-ef6d7df3a518482afbd2c890b66d6f140d3164c7.zip
Notes
Diffstat (limited to 'security/py-python-registry')
-rw-r--r--security/py-python-registry/Makefile12
-rw-r--r--security/py-python-registry/distinfo4
-rw-r--r--security/py-python-registry/pkg-plist10
3 files changed, 5 insertions, 21 deletions
diff --git a/security/py-python-registry/Makefile b/security/py-python-registry/Makefile
index 6486a7a049a8..51ac7cabf6fd 100644
--- a/security/py-python-registry/Makefile
+++ b/security/py-python-registry/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= python-registry
-PORTVERSION= 1.0.0
+PORTVERSION= 1.0.1
CATEGORIES= security devel python
MASTER_SITES= GH \
LOCAL/antoine
@@ -16,7 +16,7 @@ LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= williballenthin
GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= 1d16db8
+GH_COMMIT= 0817990
USES= shebangfix
SHEBANG_FILES= samples/*.py
@@ -24,24 +24,18 @@ python_OLD_CMD= .*
python_CMD= ${PYTHON_CMD}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYTHON_PY3K_PLIST_HACK= yes
+PYDISTUTILS_AUTOPLIST= yes
OPTIONS_DEFINE= DOCS EXAMPLES
PORTDOCS= *
PORTEXAMPLES= *
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGELOG.TXT ${WRKSRC}/CONTRIBUTORS.TXT ${WRKSRC}/README.txt \
${WRKSRC}/documentation/* ${STAGEDIR}${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR}
-.endif
.include <bsd.port.mk>
diff --git a/security/py-python-registry/distinfo b/security/py-python-registry/distinfo
index c7f8931c8f2b..c62fc0ed5d38 100644
--- a/security/py-python-registry/distinfo
+++ b/security/py-python-registry/distinfo
@@ -1,2 +1,2 @@
-SHA256 (python-registry-1.0.0.tar.gz) = 6924ba21b92928bc7b6f25e17ce6ad46c82e7a0d6b60506ca6a8a2c380adef5d
-SIZE (python-registry-1.0.0.tar.gz) = 136542
+SHA256 (python-registry-1.0.1.tar.gz) = 0c4c857e4ed0617df8bdf2dd875f36163e8754df939e8402650214fb7dc07f03
+SIZE (python-registry-1.0.1.tar.gz) = 137118
diff --git a/security/py-python-registry/pkg-plist b/security/py-python-registry/pkg-plist
deleted file mode 100644
index 7254f93d4da5..000000000000
--- a/security/py-python-registry/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-%%PYTHON_SITELIBDIR%%/Registry/Registry.py
-%%PYTHON_SITELIBDIR%%/Registry/Registry.pyc
-%%PYTHON_SITELIBDIR%%/Registry/Registry.pyo
-%%PYTHON_SITELIBDIR%%/Registry/RegistryParse.py
-%%PYTHON_SITELIBDIR%%/Registry/RegistryParse.pyc
-%%PYTHON_SITELIBDIR%%/Registry/RegistryParse.pyo
-%%PYTHON_SITELIBDIR%%/Registry/__init__.py
-%%PYTHON_SITELIBDIR%%/Registry/__init__.pyc
-%%PYTHON_SITELIBDIR%%/Registry/__init__.pyo
-@dirrm %%PYTHON_SITELIBDIR%%/Registry