diff options
author | tron <tron> | 2000-12-17 13:18:38 +0000 |
---|---|---|
committer | tron <tron> | 2000-12-17 13:18:38 +0000 |
commit | ce7113e98a25a275948d203aca452c858cccfe60 (patch) | |
tree | f19db77f4093470155fd61597d0cbe6ccec19b46 | |
parent | 6d6a65b773db5fb7ef838581b21e622074d7a305 (diff) | |
download | pkgsrc-ce7113e98a25a275948d203aca452c858cccfe60.tar.gz |
Use "g77.rpm" as replacement for the obsolete "f77.rpm".
-rw-r--r-- | emulators/suse_devel/Makefile | 7 | ||||
-rw-r--r-- | emulators/suse_devel/files/md5 | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/emulators/suse_devel/Makefile b/emulators/suse_devel/Makefile index 0ac3341a564..3f84e501a04 100644 --- a/emulators/suse_devel/Makefile +++ b/emulators/suse_devel/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2000/12/17 13:05:42 tron Exp $ +# $NetBSD: Makefile,v 1.9 2000/12/17 13:18:38 tron Exp $ DISTNAME= suse_devel-${SUSE_VERSION} CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUSE:=d1/} +MASTER_SITES= ${MASTER_SITE_SUSE:=d1/} \ + ${MASTER_SITE_SUSE:=d2/} DISTFILES= ${RPMFILES} MAINTAINER= packages@netbsd.org @@ -16,7 +17,7 @@ EXTRACT_ONLY= # empty NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -RPMFILES= bin86.rpm binutils.rpm gcc.rpm gpp.rpm \ +RPMFILES= bin86.rpm binutils.rpm g77.rpm gcc.rpm gpp.rpm \ libc.rpm linclude.rpm make.rpm .include "../suse_linux/Makefile.common" diff --git a/emulators/suse_devel/files/md5 b/emulators/suse_devel/files/md5 index 059396f572f..2d6ac4e714b 100644 --- a/emulators/suse_devel/files/md5 +++ b/emulators/suse_devel/files/md5 @@ -1,7 +1,8 @@ -$NetBSD: md5,v 1.3 2000/12/17 13:05:43 tron Exp $ +$NetBSD: md5,v 1.4 2000/12/17 13:18:39 tron Exp $ MD5 (suse64/bin86.rpm) = b585742bd72fd886eeaabb70f2a89364 MD5 (suse64/binutils.rpm) = fac958ab296d528845b98259202a6363 +MD5 (suse64/g77.rpm) = 7173af2df58fa4534df915ba4199c699 MD5 (suse64/gcc.rpm) = 015f08f07841fd49cc729b6a4aaaa59d MD5 (suse64/gpp.rpm) = a02ff710df1f85f0d940833244a1999f MD5 (suse64/libc.rpm) = d8ea17a27571b72c7cbc6aaf31b5f5c1 |