diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-27 21:09:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-27 21:09:23 +0800 |
commit | 2de6b4cd4c240640c3df42125e49c3c0f35cbea9 (patch) | |
tree | 6ebe4a99fb401c1d945cfb508efd2a07134cc24d /security | |
parent | 25219da759067077297ee6bb7ebbc47bf4734d87 (diff) | |
download | freebsd-ports-gnome-2de6b4cd4c240640c3df42125e49c3c0f35cbea9.tar.gz freebsd-ports-gnome-2de6b4cd4c240640c3df42125e49c3c0f35cbea9.tar.zst freebsd-ports-gnome-2de6b4cd4c240640c3df42125e49c3c0f35cbea9.zip |
- Update to 0.0.5
PR: 155025
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-PF/Makefile | 9 | ||||
-rw-r--r-- | security/py-PF/distinfo | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/security/py-PF/Makefile b/security/py-PF/Makefile index a04042364e48..d3434b5392b6 100644 --- a/security/py-PF/Makefile +++ b/security/py-PF/Makefile @@ -6,21 +6,28 @@ # PORTNAME= PF -PORTVERSION= 0.0.4 +PORTVERSION= 0.0.5 CATEGORIES= security python MASTER_SITES= SF/py-${PORTNAME:L}/py-${PORTNAME:L}/${DISTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PYTHON_PKGNAMEPREFIX:C/[0-9]+//}${PORTNAME}-${PORTVERSION} +EXTRACT_SUFX= .tgz MAINTAINER= sbrabez@gmail.com COMMENT= A pure-Python module for managing OpenBSD Packet Filter +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= ${PYTHON_PKGNAMEPREFIX:C/[0-9]+//}_${PORTNAME} SUB_FILES= pkg-message +post-patch: + @${REINPLACE_CMD} -e 's#"0.0.4"#"0.0.5"#g' ${WRKSRC}/setup.py + post-install: .if !defined(BATCH) @${CAT} ${PKGMESSAGE} diff --git a/security/py-PF/distinfo b/security/py-PF/distinfo index 84c995c3caa9..e9a231f728ad 100644 --- a/security/py-PF/distinfo +++ b/security/py-PF/distinfo @@ -1,3 +1,2 @@ -MD5 (py-PF-0.0.4.tar.gz) = 1bfae82e3ad334941a620a05ba884e4a -SHA256 (py-PF-0.0.4.tar.gz) = f49b4550cbf6fb8cc3ef5cfdf3dfe99c36632ddb6554fc7420e37c985a948a95 -SIZE (py-PF-0.0.4.tar.gz) = 28765 +SHA256 (py-PF-0.0.5.tgz) = d183081916469345532c514dba1c055fa8d3e0d228f057be485c316915d9784f +SIZE (py-PF-0.0.5.tgz) = 30383 |