[arch-commits] Commit in netkit-bsd-finger/trunk (PKGBUILD fix-manpage-typo.patch)

Andrea Scarpino andrea at archlinux.org
Tue Feb 21 07:25:17 UTC 2012


    Date: Tuesday, February 21, 2012 @ 02:25:16
  Author: andrea
Revision: 150720

upgpkg: netkit-bsd-finger 0.17-7

Fix typo in manpage (FS#28232)

Added:
  netkit-bsd-finger/trunk/fix-manpage-typo.patch
Modified:
  netkit-bsd-finger/trunk/PKGBUILD

------------------------+
 PKGBUILD               |   12 +++++++++---
 fix-manpage-typo.patch |   11 +++++++++++
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-21 06:47:20 UTC (rev 150719)
+++ PKGBUILD	2012-02-21 07:25:16 UTC (rev 150720)
@@ -4,7 +4,7 @@
 
 pkgname=netkit-bsd-finger
 pkgver=0.17
-pkgrel=6
+pkgrel=7
 pkgdesc="BSD-finger ported to Linux"
 arch=('i686' 'x86_64')
 url='ftp://ftp.uk.linux.org/pub/linux/Networking/netkit'
@@ -12,13 +12,19 @@
 depends=('glibc' 'xinetd')
 backup=('etc/xinetd.d/finger')
 source=("ftp://ftp.archlinux.org/other/${pkgname}/bsd-finger-${pkgver}.tar.gz"
-        'finger.xinetd' 'LICENSE')
+        'finger.xinetd' 'LICENSE'
+        'fix-manpage-typo.patch')
 md5sums=('52bf281aac8814bf56cdc92f7661ee75'
          'a8682004dc8dee356065162bde892b47'
-         '5fc568418a0379fc3a358ed1c2523b44')
+         '5fc568418a0379fc3a358ed1c2523b44'
+         '9c4ad79a8df81ade6d1938955f1debbd')
 
 build() {
    cd ${srcdir}/bsd-finger-${pkgver}
+
+   # FS#28232
+   patch -p1 -i "${srcdir}"/fix-manpage-typo.patch
+
    ./configure --prefix=/usr
    sed -i 's at include <sys/time.h>@include <time.h>@' finger/lprint.c
    sed -i 's at include <sys/time.h>@include <time.h>@' finger/sprint.c

Added: fix-manpage-typo.patch
===================================================================
--- fix-manpage-typo.patch	                        (rev 0)
+++ fix-manpage-typo.patch	2012-02-21 07:25:16 UTC (rev 150720)
@@ -0,0 +1,11 @@
+--- bsd-finger-0.17/finger/finger.1~	2012-02-21 07:18:46.236600851 +0000
++++ bsd-finger-0.17/finger/finger.1	2012-02-21 07:19:26.979613738 +0000
+@@ -169,7 +169,7 @@
+ must be able to see the
+ .Pa .nofinger
+ file. This generally means that the home directory containing the file
+-must have the other-users-execute bit set (o+w). See
++must have the other-users-execute bit set (o+x). See
+ .Xr chmod 1 .
+ If you use this feature for privacy, please test it with ``finger
+ @localhost'' before relying on it, just in case.




More information about the arch-commits mailing list