diff options
author | agc <agc> | 2001-05-03 16:00:02 +0000 |
---|---|---|
committer | agc <agc> | 2001-05-03 16:00:02 +0000 |
commit | ea81d459177f70e2bd07529c757745eb1677dcdb (patch) | |
tree | 16d8c26db4473b85d746cf6cf18fa6ad6594ff96 /editors/xemacs-packages/Makefile | |
parent | 624f55ca6387269ebf69d5d52087ca9843232144 (diff) | |
download | pkgsrc-ea81d459177f70e2bd07529c757745eb1677dcdb.tar.gz |
The dired package has been modified without changing its version number.
For now, copy the distfile from dired-1.09-tar.gz to dired-1.09nb1-tar.gz,
and grab that, so that we know which version of the distfile we're getting.
Upgrade to SHA1 digests, and add distfile sizes.
Diffstat (limited to 'editors/xemacs-packages/Makefile')
-rw-r--r-- | editors/xemacs-packages/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 43084ec70dc..52db8739f80 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/02/25 04:17:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 2001/05/03 16:00:02 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/06/22 22:16:53 gj Exp DISTNAME= xemacs-packages @@ -8,10 +8,11 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/packages/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ + ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ \ + ${MASTER_SITE_BACKUP}/${DIST_SUBDIR} DISTFILES= xemacs-base-1.49-pkg.tar.gz xemacs-devel-1.31-pkg.tar.gz \ c-support-1.16-pkg.tar.gz cc-mode-1.23-pkg.tar.gz \ - debug-1.14-pkg.tar.gz dired-1.09-pkg.tar.gz \ + debug-1.14-pkg.tar.gz dired-1.09nb1-pkg.tar.gz \ edit-utils-1.55-pkg.tar.gz efs-1.22-pkg.tar.gz \ fsf-compat-1.08-pkg.tar.gz mail-lib-1.35-pkg.tar.gz \ mailcrypt-2.07-pkg.tar.gz mule-base-1.37-pkg.tar.gz \ |