Bug 174607 - [MAINTAINER] security/zenmap: update to 6.25
Summary: [MAINTAINER] security/zenmap: update to 6.25
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 10:50 UTC by nemysis
Modified: 2013-01-04 20:10 UTC (History)
0 users

See Also:


Attachments
py27-zenmap-6.25.patch (1.98 KB, patch)
2012-12-21 10:50 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-12-21 10:50:00 UTC
- Update to 6.25

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)

How-To-Repeat: 
portlint -A
looks usual.

port test: clean
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-04 20:01:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-04 20:02:08 UTC
State Changed
From-To: open->closed

Committed, thank you!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-04 20:03:14 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"