ports/core (2.2): zip/unzip: changed source url (finally)
commit 97eb3e96bfba6a1b54bbd39aab28f339c40564b4 Author: Juergen Daubert <jue@jue.li> Date: Tue Dec 26 20:29:05 2006 +0100 zip/unzip: changed source url (finally) the sources are no longer available from tug.org. We are using the reliable and fast software-archive server from t-systems. diff --git a/unzip/Pkgfile b/unzip/Pkgfile index 73a65b3..ba13e95 100644 --- a/unzip/Pkgfile +++ b/unzip/Pkgfile @@ -1,11 +1,11 @@ # Description: Decompress utility for zipfiles -# URL: http://www.info-zip.org/ +# URL: http://infozip.sourceforge.net/UnZip.html # Maintainer: Per Lidén, core-ports at crux dot nu name=unzip version=5.52 release=2 -source=(http://www.tug.org/ftp/dist/unzip552.tar.gz) +source=(http://fresh.t-systems-sfr.com/unix/src/misc/unzip552.tar.gz) build() { cd $name-$version diff --git a/zip/Pkgfile b/zip/Pkgfile index caf22fe..08dab0e 100644 --- a/zip/Pkgfile +++ b/zip/Pkgfile @@ -1,11 +1,11 @@ # Description: Compression and file packaging/archive utility -# URL: http://www.info-zip.org/Zip.html +# URL: http://infozip.sourceforge.net/Zip.html # Maintainer: Per Lidén, core-ports at crux dot nu name=zip version=2.32 release=1 -source=(http://www.tug.org/ftp/dist/${name}232.tar.gz) +source=(http://fresh.t-systems-sfr.com/unix/src/misc/zip232.tar.gz) build() { cd $name-$version
participants (1)
-
crux@crux.nu