ports/core (2.4): wget: updated to 1.11.
commit 88bd8ec4b7ca61510d093ed1058b841327495e6f Author: Tilman Sauerbeck <tilman@crux.nu> Date: Sun Jan 27 11:08:27 2008 +0100 wget: updated to 1.11. diff --git a/wget/.md5sum b/wget/.md5sum index fc20a31..d0401c2 100644 --- a/wget/.md5sum +++ b/wget/.md5sum @@ -1,2 +1,2 @@ -795fefbb7099f93e2d346b026785c4b8 wget-1.10.2.tar.gz +b0a4d178672df06435fcbded07cfc054 wget-1.11.tar.gz fa717c9970a09e8ee1775a93e51fb694 wgetrc diff --git a/wget/Pkgfile b/wget/Pkgfile index be24115..ebf3e32 100644 --- a/wget/Pkgfile +++ b/wget/Pkgfile @@ -5,8 +5,8 @@ # Depends on: openssl name=wget -version=1.10.2 -release=2 +version=1.11 +release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ wgetrc) @@ -14,6 +14,7 @@ build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ + --mandir=$PKG/usr/man \ --disable-debug \ --disable-nls make
participants (1)
-
crux@crux.nu