svn commit: r351702 - in head/security/py-PF: . files
Sofian Brabez
sbz at FreeBSD.org
Mon Apr 21 18:46:05 UTC 2014
Author: sbz
Date: Mon Apr 21 18:46:03 2014
New Revision: 351702
URL: http://svnweb.freebsd.org/changeset/ports/351702
QAT: https://qat.redports.org/buildarchive/r351702/
Log:
- Update to 0.0.8
Deleted:
head/security/py-PF/pkg-plist
Modified:
head/security/py-PF/Makefile
head/security/py-PF/distinfo
head/security/py-PF/files/pkg-message.in
head/security/py-PF/pkg-descr
Modified: head/security/py-PF/Makefile
==============================================================================
--- head/security/py-PF/Makefile Mon Apr 21 18:42:15 2014 (r351701)
+++ head/security/py-PF/Makefile Mon Apr 21 18:46:03 2014 (r351702)
@@ -2,26 +2,27 @@
# $FreeBSD$
PORTNAME= PF
-PORTVERSION= 0.0.6
+PORTVERSION= 0.0.8
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= sbz at FreeBSD.org
-COMMENT= A pure-Python module for managing OpenBSD Packet Filter
+COMMENT= Pure-Python module for managing OpenBSD Packet Filter
-LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE= BSD3CLAUSE
-USE_PYTHON= yes
+USE_GITHUB= yes
+USE_PYTHON= 2
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= ${PYTHON_PKGNAMEPREFIX:C/[0-9]+//}_${PORTNAME}
+PYDISTUTILS_AUTOPLIST= yes
+
+GH_ACCOUNT= dotpy
+GH_PROJECT= py-${PORTNAME:L}
+GH_TAGNAME= ${PORTVERSION}
+GH_COMMIT= 4edf8ee
SUB_FILES= pkg-message
-NO_STAGE= yes
post-install:
.if !defined(BATCH)
@${CAT} ${PKGMESSAGE}
Modified: head/security/py-PF/distinfo
==============================================================================
--- head/security/py-PF/distinfo Mon Apr 21 18:42:15 2014 (r351701)
+++ head/security/py-PF/distinfo Mon Apr 21 18:46:03 2014 (r351702)
@@ -1,2 +1,2 @@
-SHA256 (py-PF-0.0.6.tgz) = a37f224d13ea7b38e704083dd6e95648b536ff0cb7dd32aec6b956aa87c04e09
-SIZE (py-PF-0.0.6.tgz) = 33838
+SHA256 (PF-0.0.8.tar.gz) = 4ad3a44befd7205b5098250ac3c7cea26d68dc592278b9974518a46088255012
+SIZE (PF-0.0.8.tar.gz) = 40459
Modified: head/security/py-PF/files/pkg-message.in
==============================================================================
--- head/security/py-PF/files/pkg-message.in Mon Apr 21 18:42:15 2014 (r351701)
+++ head/security/py-PF/files/pkg-message.in Mon Apr 21 18:46:03 2014 (r351702)
@@ -2,7 +2,7 @@
py-pF is installed.
For a quick start:
- - import PF for using this module
+ - import pf for using this module
- read http://www.kernel-panic.it/programming/py-pf/
- you need to be root for using this module
-------------------------------------------------------------
Modified: head/security/py-PF/pkg-descr
==============================================================================
--- head/security/py-PF/pkg-descr Mon Apr 21 18:42:15 2014 (r351701)
+++ head/security/py-PF/pkg-descr Mon Apr 21 18:46:03 2014 (r351702)
@@ -1,6 +1,6 @@
-py-PF is a pure-Python module for managing OpenBSD's Packet Filter. It aims
+py-pf is a pure-Python module for managing OpenBSD's Packet Filter. It aims
to combine the flexibility of PF's C API and the power of Python, making it
easier to manage PF data and to integrate firewalling capabilities in more
complex applications.
-WWW: http://www.kernel-panic.it/software/py-pf/
+WWW: http://www.kernel-panic.it/software/py-pf/
More information about the svn-ports-all
mailing list