diff options
author | jwise <jwise> | 2000-09-11 18:11:43 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-09-11 18:11:43 +0000 |
commit | fdf06ee956c011036f08b927198782649bc7b8bf (patch) | |
tree | 761d9245dfd73a38a1b482e18b8e8dca29aaae7f /x11 | |
parent | 1e67870923ca1a2438adfb9d5d5d18df7a582f70 (diff) | |
download | pkgsrc-fdf06ee956c011036f08b927198782649bc7b8bf.tar.gz |
Use the .zip distribution of swing, rather than the .tar.Z, as it is
significantly smaller. Pointed out by Bernd Ernesti.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/swing/Makefile | 10 | ||||
-rw-r--r-- | x11/swing/files/md5 | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/swing/Makefile b/x11/swing/Makefile index 1bdbbbc7a89..edf215f379d 100644 --- a/x11/swing/Makefile +++ b/x11/swing/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2000/09/11 15:36:26 jwise Exp $ +# $NetBSD: Makefile,v 1.8 2000/09/11 18:11:43 jwise Exp $ DISTNAME= swing1_1_1 PKGNAME= swing-1.1.1 CATEGORIES= devel x11 MASTER_SITES= # none -EXTRACT_SUFX= .tar.Z +EXTRACT_SUFX= .zip MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.javasoft.com/products/jfc/ @@ -48,13 +48,13 @@ do-fetch: ${LOCALBASE}/bin/urlget -p http://www.javasoft.com/Download3 \ referer=http://www.javasoft.com/products/jfc/download.html \ protocol="FTP Download" \ - download-name=swing1_1_1.tar.Z \ + download-name=swing1_1_1.zip \ config-file=swing111.config \ - platform=compressed \ + platform=zip \ domain-checked= \ > ${TEMPFILE} ; \ ${FETCH_CMD} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} `${GREP} ftp:// ${TEMPFILE} | \ - ${SED} -e 's|.*\(ftp://.*.tar.Z\).*|\1|'` ; \ + ${SED} -e 's|.*\(ftp://.*.zip\).*|\1|'` ; \ fi do-install: diff --git a/x11/swing/files/md5 b/x11/swing/files/md5 index 9666e4acc38..ebb2187f0c7 100644 --- a/x11/swing/files/md5 +++ b/x11/swing/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/09/11 15:56:26 wiz Exp $ +$NetBSD: md5,v 1.4 2000/09/11 18:11:44 jwise Exp $ -MD5 (swing1_1_1.tar.Z) = 0e40cee0914ca08058b6380b051f5b34 +MD5 (swing1_1_1.zip) = dc639a5f5a26c81b0251c5bfa2845658 |