[arch-commits] Commit in nmap/repos (3 files)

Eric Belanger eric at archlinux.org
Sun May 11 00:54:22 UTC 2008


    Date: Saturday, May 10, 2008 @ 20:54:21
  Author: eric
Revision: 1479

Merged revisions 2-1478 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/nmap/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1463 | dan | 2008-05-09 22:36:26 -0400 (Fri, 09 May 2008) | 1 line
  
  upgpkg: nmap 4.62-1
........

Modified:
  nmap/repos/extra-x86_64/	(properties)
  nmap/repos/extra-x86_64/PKGBUILD
  nmap/repos/extra-x86_64/zenmap_pixmaps.patch

----------------------+
 PKGBUILD             |    6 +++---
 zenmap_pixmaps.patch |   13 ++++++-------
 2 files changed, 9 insertions(+), 10 deletions(-)


Property changes on: nmap/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /nmap/trunk:1
   + /nmap/trunk:1-1478

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-05-11 00:52:27 UTC (rev 1478)
+++ extra-x86_64/PKGBUILD	2008-05-11 00:54:21 UTC (rev 1479)
@@ -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-x86_64/zenmap_pixmaps.patch
===================================================================
--- extra-x86_64/zenmap_pixmaps.patch	2008-05-11 00:52:27 UTC (rev 1478)
+++ extra-x86_64/zenmap_pixmaps.patch	2008-05-11 00:54:21 UTC (rev 1479)
@@ -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