[arch-commits] Commit in nmap/repos (3 files)
Dan McGee
dan at archlinux.org
Sat May 10 02:36:42 UTC 2008
Date: Friday, May 9, 2008 @ 22:36:42
Author: dan
Revision: 1464
Merged revisions 2-1463 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/nmap/trunk
........
r356 | aaron | 2008-04-18 17:56:27 -0500 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r1463 | dan | 2008-05-09 21:36:26 -0500 (Fri, 09 May 2008) | 1 line
upgpkg: nmap 4.62-1
........
Modified:
nmap/repos/extra-i686/ (properties)
nmap/repos/extra-i686/PKGBUILD
nmap/repos/extra-i686/zenmap_pixmaps.patch
----------------------+
PKGBUILD | 6 +++---
zenmap_pixmaps.patch | 13 ++++++-------
2 files changed, 9 insertions(+), 10 deletions(-)
Property changes on: nmap/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /nmap/trunk:1
+ /nmap/trunk:1-1463
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-05-10 02:36:26 UTC (rev 1463)
+++ extra-i686/PKGBUILD 2008-05-10 02:36:42 UTC (rev 1464)
@@ -2,7 +2,7 @@
# Maintainer: Dan McGee <dan at archlinux.org>
pkgname=nmap
-pkgver=4.60
+pkgver=4.62
pkgrel=1
pkgdesc="A network exploration tool and security/port scanner"
arch=(i686 x86_64)
@@ -34,5 +34,5 @@
install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
}
-md5sums=('084a1c7edded963d6082f8ca72ff8636'
- 'ff5513b71f055cfb8094ef8bf4c74008')
+md5sums=('f6fecb8990898ff2ecfd8f2c54f283f1'
+ '53f6f97ae707e8e7b2e4d38d1c6576a8')
Modified: extra-i686/zenmap_pixmaps.patch
===================================================================
--- extra-i686/zenmap_pixmaps.patch 2008-05-10 02:36:26 UTC (rev 1463)
+++ extra-i686/zenmap_pixmaps.patch 2008-05-10 02:36:42 UTC (rev 1464)
@@ -47,11 +47,10 @@
--- nmap-4.53.old/zenmap/zenmapCore/Paths.py 2008-02-26 22:53:56.000000000 -0600
+++ nmap-4.53/zenmap/zenmapCore/Paths.py 2008-02-26 22:56:11.000000000 -0600
@@ -45,7 +45,7 @@
- LOCALE_DIR = join(main_dir, "share", APP_NAME, "locale")
- MISC_DIR = join(main_dir, "share", APP_NAME, "misc")
- ICONS_DIR = join(main_dir, "share", "icons")
--PIXMAPS_DIR = join(main_dir, "share", "pixmaps")
-+PIXMAPS_DIR = join(main_dir, "share", "pixmaps", APP_NAME)
- DOCS_DIR = join(main_dir, "share", APP_NAME, "docs")
+ LOCALE_DIR = join(prefix, "share", APP_NAME, "locale")
+ MISC_DIR = join(prefix, "share", APP_NAME, "misc")
+ ICONS_DIR = join(prefix, "share", "icons")
+-PIXMAPS_DIR = join(prefix, "share", "pixmaps")
++PIXMAPS_DIR = join(prefix, "share", "pixmaps", APP_NAME)
+ DOCS_DIR = join(prefix, "share", APP_NAME, "docs")
-
More information about the arch-commits
mailing list