From 2c09df8c23634954a800d5cc48e04bde6a4caf79 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 16 Nov 2015 08:14:50 +0000 Subject: [PATCH 1/1] wgt: updated to 1.16.3 and updated mandir --- wget/.footprint | 7 ++++--- wget/.md5sum | 2 +- wget/Pkgfile | 5 ++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wget/.footprint b/wget/.footprint index c71150c..9b4e7ad 100644 --- a/wget/.footprint +++ b/wget/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/wget -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/wget.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/wget.1.gz diff --git a/wget/.md5sum b/wget/.md5sum index 1e93dc7..f555b7d 100644 --- a/wget/.md5sum +++ b/wget/.md5sum @@ -1,2 +1,2 @@ -7a279d5ac5594919124d5526e7143e28 wget-1.15.tar.xz +d2e4455781a70140ae83b54ca594ce21 wget-1.16.3.tar.xz fa717c9970a09e8ee1775a93e51fb694 wgetrc diff --git a/wget/Pkgfile b/wget/Pkgfile index 128cbde..089e47d 100644 --- a/wget/Pkgfile +++ b/wget/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl name=wget -version=1.15 +version=1.16.3 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz \ wgetrc) @@ -17,7 +17,6 @@ build() { --host=$CTARGET \ --prefix=/usr \ --sysconfdir=/etc \ - --mandir=/usr/man \ --disable-debug \ --disable-nls \ --with-ssl=openssl \ @@ -27,5 +26,5 @@ build() { make DESTDIR=$PKG install install -D -m 0644 $SRC/wgetrc $PKG/etc/wgetrc - rm -r $PKG/usr/share + rm -r $PKG/usr/share/info } -- 2.26.2