mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 0.0.6
Approved by: miwi@ (mentor)
This commit is contained in:
parent
53f7ebd45a
commit
5a31dc0f26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277578
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= PF
|
||||
PORTVERSION= 0.0.5
|
||||
PORTVERSION= 0.0.6
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= SF/py-${PORTNAME:L}/py-${PORTNAME:L}/${DISTNAME}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -25,9 +25,6 @@ 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}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (py-PF-0.0.5.tgz) = d183081916469345532c514dba1c055fa8d3e0d228f057be485c316915d9784f
|
||||
SIZE (py-PF-0.0.5.tgz) = 30383
|
||||
SHA256 (py-PF-0.0.6.tgz) = a37f224d13ea7b38e704083dd6e95648b536ff0cb7dd32aec6b956aa87c04e09
|
||||
SIZE (py-PF-0.0.6.tgz) = 33838
|
||||
|
@ -1,3 +1,6 @@
|
||||
%%PYTHON_SITELIBDIR%%/PF/PFAltq.py
|
||||
%%PYTHON_SITELIBDIR%%/PF/PFAltq.pyc
|
||||
%%PYTHON_SITELIBDIR%%/PF/PFAltq.pyo
|
||||
%%PYTHON_SITELIBDIR%%/PF/PFConstants.py
|
||||
%%PYTHON_SITELIBDIR%%/PF/PFConstants.pyc
|
||||
%%PYTHON_SITELIBDIR%%/PF/PFConstants.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user