diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 1999-05-02 12:03:10 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 1999-05-02 12:03:10 +0000 |
commit | 89f270822cf3d6efc5f57e77147b83a269cfcdfb (patch) | |
tree | 257ce30abd543ae4e27eef7b8e4b68537cb8d06b /archivers/rpm/Makefile | |
parent | 887068771a932be7a2bded046ed46d629707c249 (diff) |
Notes
Diffstat (limited to 'archivers/rpm/Makefile')
-rw-r--r-- | archivers/rpm/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index ee163f4f343a..40eed5dd7b5c 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -1,17 +1,14 @@ # New ports collection makefile for: rpm -# Version required: 2.5.1 -# Date created: 23 January 1997 +# Version required: 2.5.5 +# Date created: 30 April 1999 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.16 1998/10/28 12:06:26 tg Exp $ +# $Id: Makefile,v 1.17 1998/12/14 17:02:13 tg Exp $ # -DISTNAME= rpm-2.5.1 +DISTNAME= rpm-2.5.5 CATEGORIES= misc -MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/ \ - ftp://ftp.uni-bayreuth.de/pub/linux/redhat/code/rpm/ \ - ftp://mirror.nucba.ac.jp/mirror/redhat/code/rpm/ \ - ftp://ftp.cdrom.com/pub/linux/redhat/code/rpm/ +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ MAINTAINER= tg@FreeBSD.ORG |