diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-09-14 20:35:26 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-09-14 20:35:26 +0800 |
commit | fd99c1ab4ca407446eb5b5c4a175682354b236e9 (patch) | |
tree | 873c166fd7a7287c0a01955a3ad0c717f32ab674 /security/zenmap | |
parent | 5cf2136164a8d239c4964ef05cd14f4175d8e246 (diff) | |
download | freebsd-ports-gnome-fd99c1ab4ca407446eb5b5c4a175682354b236e9.tar.gz freebsd-ports-gnome-fd99c1ab4ca407446eb5b5c4a175682354b236e9.tar.zst freebsd-ports-gnome-fd99c1ab4ca407446eb5b5c4a175682354b236e9.zip |
- Update to 6.40
- Change maintainer email gmx.ch --> FreeBSD.org
- Add desktop dependency
- Trim dependency for python
- Add OPTIONS_SUB
- Trim NLS
- Trim files/pc-su to newest from PC-BSD
Approved by: wg/pawel (mentors)
Diffstat (limited to 'security/zenmap')
-rw-r--r-- | security/zenmap/Makefile | 21 | ||||
-rw-r--r-- | security/zenmap/distinfo | 4 | ||||
-rw-r--r-- | security/zenmap/files/pc-su | 6 | ||||
-rw-r--r-- | security/zenmap/pkg-plist | 5 |
4 files changed, 18 insertions, 18 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index 8770f347af8e..ceb90325c012 100644 --- a/security/zenmap/Makefile +++ b/security/zenmap/Makefile @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= zenmap -PORTVERSION= 6.25 -PORTREVISION= 1 +PORTVERSION= 6.40 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ DISTNAME= nmap-${PORTVERSION} -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= GUI frontend for the Nmap scanning utility LICENSE= GPLv2 @@ -19,23 +18,21 @@ RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap \ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} USE_BZIP2= yes +USES= desktop-file-utils USE_GNOME= pygtk2 -USE_PYTHON= -2.7 -USE_PYDISTUTILS=yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes MLINKS= zenmap.1 xnmap.1 MAN1= zenmap.1 ndiff.1 OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.include <bsd.port.options.mk> +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif +.include <bsd.port.options.mk> post-extract: @${RM} -f ${WRKSRC}/install_scripts/unix/su-to-zenmap.sh diff --git a/security/zenmap/distinfo b/security/zenmap/distinfo index d8a65768cb67..ddd665d6dada 100644 --- a/security/zenmap/distinfo +++ b/security/zenmap/distinfo @@ -1,2 +1,2 @@ -SHA256 (nmap-6.25.tar.bz2) = 3349cc6d36b86b95ca2b8075d16615a3a598cef494920d6652f9a8bf9f7660b5 -SIZE (nmap-6.25.tar.bz2) = 7668639 +SHA256 (nmap-6.40.tar.bz2) = 491f77d8b3fb3bb38ba4e3850011fe6fb43bbe197f9382b88cb59fa4e8f7a401 +SIZE (nmap-6.40.tar.bz2) = 7871636 diff --git a/security/zenmap/files/pc-su b/security/zenmap/files/pc-su index ceccaace603c..87c6ea74a21b 100644 --- a/security/zenmap/files/pc-su +++ b/security/zenmap/files/pc-su @@ -5,10 +5,10 @@ if [ `id -r -u` != "0" ] ; then VARS="`echo $@`" - # Try qsu first, should always be the default - which qsu >/dev/null 2>/dev/null + # Try qsudo first, should always be the default + which qsudo >/dev/null 2>/dev/null if [ $? -eq 0 ] ; then - qsu $VARS + qsudo $VARS exit $? fi diff --git a/security/zenmap/pkg-plist b/security/zenmap/pkg-plist index 1f397f40f7de..617339d391c6 100644 --- a/security/zenmap/pkg-plist +++ b/security/zenmap/pkg-plist @@ -315,8 +315,8 @@ bin/zenmap %%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/utils.py %%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/utils.pyc %%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/utils.pyo -share/applications/zenmap.desktop share/applications/zenmap-root.desktop +share/applications/zenmap.desktop %%DATADIR%%/config/scan_profile.usp %%DATADIR%%/config/zenmap.conf %%DATADIR%%/config/zenmap_version @@ -326,6 +326,7 @@ share/applications/zenmap-root.desktop %%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/pl/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 @@ -379,6 +380,8 @@ 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/pl/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/pl %%NLS%%@dirrm %%DATADIR%%/locale/ja/LC_MESSAGES %%NLS%%@dirrm %%DATADIR%%/locale/ja %%NLS%%@dirrm %%DATADIR%%/locale/it/LC_MESSAGES |