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 /misc | |
parent | add quotes around variable so it can work on the command line correctly (diff) |
RPM port update to v2.2.5.(Actually, v3.x has already there.)
PR: 10137
Submitted by: Marcel Moolenaar <marcel@scc.nl>
Notes
Notes:
svn path=/head/; revision=18314
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rpm/Makefile | 13 | ||||
-rw-r--r-- | misc/rpm/distinfo | 2 | ||||
-rw-r--r-- | misc/rpm/pkg-plist | 15 |
3 files changed, 17 insertions, 13 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index ee163f4f343a..40eed5dd7b5c 100644 --- a/misc/rpm/Makefile +++ b/misc/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 diff --git a/misc/rpm/distinfo b/misc/rpm/distinfo index 15d8cf55708f..d389aac591c6 100644 --- a/misc/rpm/distinfo +++ b/misc/rpm/distinfo @@ -1 +1 @@ -MD5 (rpm-2.5.1.tar.gz) = 7ad09e9b98bc839a0646c62dd130186e +MD5 (rpm-2.5.5.tar.gz) = 25a830dc96ea9de63e9d718ba8070d11 diff --git a/misc/rpm/pkg-plist b/misc/rpm/pkg-plist index 772cf5237b27..17577dc857e5 100644 --- a/misc/rpm/pkg-plist +++ b/misc/rpm/pkg-plist @@ -1,12 +1,19 @@ bin/gendiff bin/rpm -bin/find-requires -bin/find-provides bin/rpm2cpio include/rpm/rpmlib.h include/rpm/dbindex.h include/rpm/header.h lib/librpm.a -share/misc/rpmrc -share/misc/rpmpopt +@unexec rm %D/lib/rpmrc ++@unexec rm %D/lib/rpmpopt +lib/rpm/mkinstalldirs +lib/rpm/find-provides +lib/rpm/find-requires +lib/rpm/rpmrc +lib/rpm/rpmpopt +lib/rpm/freshen.sh +lib/rpm/find-lang.sh @dirrm include/rpm +@dirrm lib/rpm + |