diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 00:12:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 00:12:24 +0000 |
commit | cc0f6e232e91aef0a867544912e8521ed12811e3 (patch) | |
tree | 447399c3bcff9116f3cae2a4e939dede3b757974 | |
parent | 9725028bcd56ce17730c451963ad560bcadc09ba (diff) | |
download | ports-cc0f6e232e91aef0a867544912e8521ed12811e3.tar.gz ports-cc0f6e232e91aef0a867544912e8521ed12811e3.zip |
Update to version 2.5.6.
PR: 14579
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=22750
-rw-r--r-- | archivers/rpm/Makefile | 4 | ||||
-rw-r--r-- | archivers/rpm/distinfo | 2 | ||||
-rw-r--r-- | archivers/rpm/pkg-descr | 8 | ||||
-rw-r--r-- | misc/rpm/Makefile | 4 | ||||
-rw-r--r-- | misc/rpm/distinfo | 2 | ||||
-rw-r--r-- | misc/rpm/pkg-descr | 8 |
6 files changed, 14 insertions, 14 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index 0b47268ab44f..e92cef35e6d9 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: rpm -# Version required: 2.5.5 +# Version required: 2.5.6 # Date created: 30 April 1999 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= rpm-2.5.5 +DISTNAME= rpm-2.5.6 CATEGORIES= misc MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ diff --git a/archivers/rpm/distinfo b/archivers/rpm/distinfo index d389aac591c6..c95aa14fbf95 100644 --- a/archivers/rpm/distinfo +++ b/archivers/rpm/distinfo @@ -1 +1 @@ -MD5 (rpm-2.5.5.tar.gz) = 25a830dc96ea9de63e9d718ba8070d11 +MD5 (rpm-2.5.6.tar.gz) = 6676a957718f498d76554d5c42ff3519 diff --git a/archivers/rpm/pkg-descr b/archivers/rpm/pkg-descr index a46071db8235..29b8cd93f197 100644 --- a/archivers/rpm/pkg-descr +++ b/archivers/rpm/pkg-descr @@ -1,7 +1,7 @@ This is the Red Hat Package Manager. -There is also a rpm2cpio converter written in perl. You still need GNU -cpio and gzip, but at least you don't have to install the whole RPM -manager to get the files in an RPM. +Note: +There is also a rpm2cpio converter written in perl. You don't have to +install the whole RPM manager to get the files in an RPM. -WWW: http://www.eleves.ens.fr:8080/home/espel/hacks.html +WWW: http://www.rpm.org/ diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 0b47268ab44f..e92cef35e6d9 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: rpm -# Version required: 2.5.5 +# Version required: 2.5.6 # Date created: 30 April 1999 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= rpm-2.5.5 +DISTNAME= rpm-2.5.6 CATEGORIES= misc MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ diff --git a/misc/rpm/distinfo b/misc/rpm/distinfo index d389aac591c6..c95aa14fbf95 100644 --- a/misc/rpm/distinfo +++ b/misc/rpm/distinfo @@ -1 +1 @@ -MD5 (rpm-2.5.5.tar.gz) = 25a830dc96ea9de63e9d718ba8070d11 +MD5 (rpm-2.5.6.tar.gz) = 6676a957718f498d76554d5c42ff3519 diff --git a/misc/rpm/pkg-descr b/misc/rpm/pkg-descr index a46071db8235..29b8cd93f197 100644 --- a/misc/rpm/pkg-descr +++ b/misc/rpm/pkg-descr @@ -1,7 +1,7 @@ This is the Red Hat Package Manager. -There is also a rpm2cpio converter written in perl. You still need GNU -cpio and gzip, but at least you don't have to install the whole RPM -manager to get the files in an RPM. +Note: +There is also a rpm2cpio converter written in perl. You don't have to +install the whole RPM manager to get the files in an RPM. -WWW: http://www.eleves.ens.fr:8080/home/espel/hacks.html +WWW: http://www.rpm.org/ |