[arch-commits] Commit in smbclient/repos (extra-i686 extra-i686/PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Jun 3 23:50:46 UTC 2008


    Date: Tuesday, June 3, 2008 @ 19:50:46
  Author: eric
Revision: 2491

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

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r2484 | eric | 2008-06-03 19:14:31 -0400 (Tue, 03 Jun 2008) | 2 lines
  
  upgpkg: smbclient 3.0.30-1
      upstream update to fix security bug (closes  FS#10526), FSH man pages
........

Modified:
  smbclient/repos/extra-i686/	(properties)
  smbclient/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Property changes on: smbclient/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /smbclient/trunk:1
   + /smbclient/trunk:1-2490

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-03 23:47:27 UTC (rev 2490)
+++ extra-i686/PKGBUILD	2008-06-03 23:50:46 UTC (rev 2491)
@@ -1,11 +1,11 @@
 # $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=smbclient
-pkgver=3.0.28A
+pkgver=3.0.30
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.0.28
+_realver=3.0.30
 pkgrel=1
 pkgdesc="Tools to access a server's filespace and printers via SMB"
 arch=(i686 x86_64)
@@ -14,6 +14,7 @@
 options=(!makeflags)
 depends=('popt' 'libldap' 'libcap' 'heimdal>=1.0.1' 'db>=4.6')
 source=(http://us1.samba.org/samba/ftp/samba-${_realver}.tar.gz)
+md5sums=('d647ec1f34414fa8691f74536dcccfb5')
 
 build() {
   cd ${startdir}/src/samba-${_realver}/source
@@ -44,15 +45,14 @@
   gcc -Wall -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o ${startdir}/pkg/sbin/mount.cifs client/mount.cifs.c
   gcc -Wall -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o ${startdir}/pkg/sbin/umount.cifs client/umount.cifs.c
 
-  mkdir -p ${startdir}/pkg/usr/man/man{1,7,8}
+  mkdir -p ${startdir}/pkg/usr/share/man/man{1,7,8}
   for man in smbmnt smbmount smbspool \
       smbumount umount.cifs mount.cifs net; do
-    install -m644 ../docs/manpages/${man}.8 ${startdir}/pkg/usr/man/man8/
+    install -m644 ../docs/manpages/${man}.8 ${startdir}/pkg/usr/share/man/man8/
   done
   for man in rpcclient smbcacls smbclient smbcquotas smbget \
       smbtree smbtar nmblookup; do
-    install -m644 ../docs/manpages/${man}.1 ${startdir}/pkg/usr/man/man1/
+    install -m644 ../docs/manpages/${man}.1 ${startdir}/pkg/usr/share/man/man1/
   done
-  install -m644 ../docs/manpages/libsmbclient.7 ${startdir}/pkg/usr/man/man7/
+  install -m644 ../docs/manpages/libsmbclient.7 ${startdir}/pkg/usr/share/man/man7/
 }
-md5sums=('8761cd7c02833d959fbebd4f69895075')





More information about the arch-commits mailing list