From 7fcbe2da8db718c5c2bf1fb95036550f4a0e946d Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 23 Mar 2011 08:56:36 +0100 Subject: [PATCH] tnftp: update to 20100108, FS#698 --- tnftp/.footprint | 4 ++-- tnftp/.md5sum | 3 +-- tnftp/Pkgfile | 16 ++++------------ 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/tnftp/.footprint b/tnftp/.footprint index c5e63b203..06034f27d 100644 --- a/tnftp/.footprint +++ b/tnftp/.footprint @@ -1,6 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --r-xr-xr-x root/root usr/bin/tnftp +-rwxr-xr-x root/root usr/bin/tnftp drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --r--r--r-- root/root usr/man/man1/tnftp.1.gz +-rw-r--r-- root/root usr/man/man1/tnftp.1.gz diff --git a/tnftp/.md5sum b/tnftp/.md5sum index 793c57f92..be799e403 100644 --- a/tnftp/.md5sum +++ b/tnftp/.md5sum @@ -1,2 +1 @@ -cc85dc7e259efc9e2c0f5dd74da5f808 tnftp-20070806-glibc-2.8.diff -bc78ddc857156f8bc4222d15cce6f76d tnftp-20070806.tar.gz +192aac255abd515d7d4cc9b397dc0cba tnftp-20100108.tar.gz diff --git a/tnftp/Pkgfile b/tnftp/Pkgfile index d1067cac7..674bd3d65 100644 --- a/tnftp/Pkgfile +++ b/tnftp/Pkgfile @@ -4,21 +4,13 @@ # Depends on: name=tnftp -version=20070806 +version=20100108 release=1 -source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$name-$version.tar.gz - $name-$version-glibc-2.8.diff) +source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$name-$version.tar.gz) build() { cd $name-$version - patch -p1 -i $SRC/$name-$version-glibc-2.8.diff - ./configure \ - --prefix=$PKG/usr \ - --mandir=$PKG/usr/man \ - --program-prefix=tn - + ./configure --prefix=/usr --mandir=/usr/man make - make install - - mv $PKG/usr/man/{cat,man}1 + make DESTDIR=$PKG install }