mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
RPM port update to v2.2.5.(Actually, v3.x has already there.)
PR: 10137 Submitted by: Marcel Moolenaar <marcel@scc.nl>
This commit is contained in:
parent
887068771a
commit
89f270822c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18314
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (rpm-2.5.1.tar.gz) = 7ad09e9b98bc839a0646c62dd130186e
|
||||
MD5 (rpm-2.5.5.tar.gz) = 25a830dc96ea9de63e9d718ba8070d11
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (rpm-2.5.1.tar.gz) = 7ad09e9b98bc839a0646c62dd130186e
|
||||
MD5 (rpm-2.5.5.tar.gz) = 25a830dc96ea9de63e9d718ba8070d11
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user