Hi,

this is the diff to update py-nmap to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/py-nmap/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile    25 Oct 2015 08:18:25 -0000      1.11
+++ Makefile    1 Mar 2016 18:11:04 -0000
@@ -2,9 +2,9 @@
 
 COMMENT =              python interface to the nmap scan data
 
-MODPY_EGG_VERSION =    0.4.4
+MODPY_EGG_VERSION =    0.5.0-1
 DISTNAME =             python-nmap-${MODPY_EGG_VERSION}
-PKGNAME =              ${DISTNAME:S/python/py/}
+PKGNAME =              py-nmap-${MODPY_EGG_VERSION:S/-/./}
 CATEGORIES =           net
 
 HOMEPAGE =             http://xael.org/norman/python/python-nmap/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/py-nmap/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    25 Oct 2015 08:18:25 -0000      1.5
+++ distinfo    1 Mar 2016 18:11:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (python-nmap-0.4.4.tar.gz) = 
wwqIG1FitvM5snmPMs41uVqc/VMKQgoMldL58w1ti08=
-SIZE (python-nmap-0.4.4.tar.gz) = 37558
+SHA256 (python-nmap-0.5.0-1.tar.gz) = 
MYS/pWRza2/faXDLHZrUzcXKq02dk717hhpIoFzHJ5g=
+SIZE (python-nmap-0.5.0-1.tar.gz) = 40440
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/py-nmap/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 PLIST
--- pkg/PLIST   25 Oct 2015 08:18:25 -0000      1.4
+++ pkg/PLIST   1 Mar 2016 18:11:04 -0000
@@ -7,6 +7,6 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/nmap/${MODPY_PYCACHE}test_nmap.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/nmap/nmap.py
 lib/python${MODPY_VERSION}/site-packages/nmap/test_nmap.py
-lib/python${MODPY_VERSION}/site-packages/python_nmap-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
+lib/python${MODPY_VERSION}/site-packages/python_nmap-0.5.0_1-py${MODPY_VERSION}.egg-info
 share/examples/${MODPY_PY_PREFIX}nmap/
 share/examples/${MODPY_PY_PREFIX}nmap/example.py

Reply via email to