svn commit: r309939 - head/security/zenmap

Ruslan Mahmatkhanov rm at FreeBSD.org
Fri Jan 4 20:01:48 UTC 2013


Author: rm
Date: Fri Jan  4 20:01:47 2013
New Revision: 309939
URL: http://svnweb.freebsd.org/changeset/ports/309939

Log:
  - update to 6.25
  
  while here:
  - limit python version to 2.x only (pygtk2)
  - correct dependency
  
  PR:		174607
  Submitted by:	nemysis <nemysis at gmx.ch> (maintainer)

Modified:
  head/security/zenmap/Makefile
  head/security/zenmap/distinfo
  head/security/zenmap/pkg-plist

Modified: head/security/zenmap/Makefile
==============================================================================
--- head/security/zenmap/Makefile	Fri Jan  4 20:01:44 2013	(r309938)
+++ head/security/zenmap/Makefile	Fri Jan  4 20:01:47 2013	(r309939)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zenmap
-PORTVERSION=	6.01
-PORTREVISION=	1
+PORTVERSION=	6.25
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://nmap.org/dist/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,13 +14,13 @@ COMMENT=	GUI frontend for the Nmap scann
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap \
-		${PYTHON_PACKAGENAMEPREFIX}sqlite3>:${PORTSDIR}/databases/py-sqlite3
+		${PYTHON_PACKAGENAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
 
 USE_BZIP2=	yes
 USE_GNOME=	pygtk2
-USE_PYTHON=	2.5+
+USE_PYTHON=	-2.7
 USE_PYDISTUTILS=yes
 
 MLINKS=	zenmap.1 xnmap.1

Modified: head/security/zenmap/distinfo
==============================================================================
--- head/security/zenmap/distinfo	Fri Jan  4 20:01:44 2013	(r309938)
+++ head/security/zenmap/distinfo	Fri Jan  4 20:01:47 2013	(r309939)
@@ -1,2 +1,2 @@
-SHA256 (nmap-6.01.tar.bz2) = 77f6635b677d28b546cbef97e4ead6c2d4a5aebcaa108fe3a3c135db6448617a
-SIZE (nmap-6.01.tar.bz2) = 21640157
+SHA256 (nmap-6.25.tar.bz2) = 3349cc6d36b86b95ca2b8075d16615a3a598cef494920d6652f9a8bf9f7660b5
+SIZE (nmap-6.25.tar.bz2) = 7668639

Modified: head/security/zenmap/pkg-plist
==============================================================================
--- head/security/zenmap/pkg-plist	Fri Jan  4 20:01:44 2013	(r309938)
+++ head/security/zenmap/pkg-plist	Fri Jan  4 20:01:47 2013	(r309939)
@@ -324,6 +324,8 @@ share/applications/zenmap-root.desktop
 %%NLS%%%%DATADIR%%/locale/de/LC_MESSAGES/zenmap.mo
 %%NLS%%%%DATADIR%%/locale/fr/LC_MESSAGES/zenmap.mo
 %%NLS%%%%DATADIR%%/locale/hr/LC_MESSAGES/zenmap.mo
+%%NLS%%%%DATADIR%%/locale/it/LC_MESSAGES/zenmap.mo
+%%NLS%%%%DATADIR%%/locale/ja/LC_MESSAGES/zenmap.mo
 %%NLS%%%%DATADIR%%/locale/pt_BR/LC_MESSAGES/zenmap.mo
 %%NLS%%%%DATADIR%%/locale/ru/LC_MESSAGES/zenmap.mo
 %%DATADIR%%/misc/profile_editor.xml
@@ -377,6 +379,10 @@ share/applications/zenmap-root.desktop
 %%NLS%%@dirrm %%DATADIR%%/locale/ru
 %%NLS%%@dirrm %%DATADIR%%/locale/pt_BR/LC_MESSAGES
 %%NLS%%@dirrm %%DATADIR%%/locale/pt_BR
+%%NLS%%@dirrm %%DATADIR%%/locale/ja/LC_MESSAGES
+%%NLS%%@dirrm %%DATADIR%%/locale/ja
+%%NLS%%@dirrm %%DATADIR%%/locale/it/LC_MESSAGES
+%%NLS%%@dirrm %%DATADIR%%/locale/it
 %%NLS%%@dirrm %%DATADIR%%/locale/hr/LC_MESSAGES
 %%NLS%%@dirrm %%DATADIR%%/locale/hr
 %%NLS%%@dirrm %%DATADIR%%/locale/fr/LC_MESSAGES


More information about the svn-ports-all mailing list