diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-08-17 08:49:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-08-17 08:49:49 +0000 |
commit | 325ea40973f039b2ebb010f1650e0e4031081b7b (patch) | |
tree | cfc4ca45873d797af2268ecb73bb09be979362f2 /security/py-python-registry | |
parent | 1facd6c9b9802777c85a72e61446a66fc58b4539 (diff) |
Notes
Diffstat (limited to 'security/py-python-registry')
-rw-r--r-- | security/py-python-registry/Makefile | 8 | ||||
-rw-r--r-- | security/py-python-registry/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-python-registry/Makefile b/security/py-python-registry/Makefile index c415b6c08998..adaf26bf9906 100644 --- a/security/py-python-registry/Makefile +++ b/security/py-python-registry/Makefile @@ -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} diff --git a/security/py-python-registry/distinfo b/security/py-python-registry/distinfo index 5d79c139edb4..33611ea22e96 100644 --- a/security/py-python-registry/distinfo +++ b/security/py-python-registry/distinfo @@ -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 |