svn commit: r324837 - head/security/py-python-registry
Antoine Brodin
antoine at FreeBSD.org
Sat Aug 17 08:49:49 UTC 2013
Author: antoine
Date: Sat Aug 17 08:49:49 2013
New Revision: 324837
URL: http://svnweb.freebsd.org/changeset/ports/324837
Log:
Update python-registry to 0.2.7
Modified:
head/security/py-python-registry/Makefile
head/security/py-python-registry/distinfo
Modified: head/security/py-python-registry/Makefile
==============================================================================
--- head/security/py-python-registry/Makefile Sat Aug 17 08:48:01 2013 (r324836)
+++ head/security/py-python-registry/Makefile Sat Aug 17 08:49:49 2013 (r324837)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= python-registry
-PORTVERSION= 0.2.6
+PORTVERSION= 0.2.7
CATEGORIES= security devel python
MASTER_SITES= GH \
LOCAL/antoine
@@ -16,7 +16,7 @@ LICENSE= AL2
USE_GITHUB= yes
GH_ACCOUNT= williballenthin
GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= f4930a1
+GH_COMMIT= ca12109
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
@@ -29,8 +29,8 @@ PORTEXAMPLES= *
.include <bsd.port.options.mk>
post-patch:
- ${REINPLACE_CMD} 's|0.2.4.1|${PORTVERSION}|' ${WRKSRC}/Registry/__init__.py
- ${REINPLACE_CMD} 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/samples/*.py
+ ${REINPLACE_CMD} 's|0.2.6|${PORTVERSION}|' ${WRKSRC}/Registry/__init__.py
+ ${REINPLACE_CMD} '1s|.*|#!${PYTHON_CMD}|' ${WRKSRC}/samples/*.py
post-install:
.if ${PORT_OPTIONS:MDOCS}
Modified: head/security/py-python-registry/distinfo
==============================================================================
--- head/security/py-python-registry/distinfo Sat Aug 17 08:48:01 2013 (r324836)
+++ head/security/py-python-registry/distinfo Sat Aug 17 08:49:49 2013 (r324837)
@@ -1,2 +1,2 @@
-SHA256 (python-registry-0.2.6.tar.gz) = 04487f256199f9d19b2afd40a5603d22fb655ba4a292d6fdc180ddc0154f5e2c
-SIZE (python-registry-0.2.6.tar.gz) = 133035
+SHA256 (python-registry-0.2.7.tar.gz) = c5f17f05970b6901b54536b255b2a4f4d962a1cc64aadba8279266a9bec66e59
+SIZE (python-registry-0.2.7.tar.gz) = 136060
More information about the svn-ports-head
mailing list