diff options
author | glewis <glewis@FreeBSD.org> | 2005-06-03 00:43:18 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-06-03 00:43:18 +0800 |
commit | 5207159990bd0f973276fe7296626f50f98f4109 (patch) | |
tree | 30fce44b0f627eff0e06b730d297c7fcf234f3b9 /archivers/rpm4/Makefile | |
parent | 01204934b7f4174eb1e7867d43835e75bcd849e2 (diff) | |
download | freebsd-ports-gnome-5207159990bd0f973276fe7296626f50f98f4109.tar.gz freebsd-ports-gnome-5207159990bd0f973276fe7296626f50f98f4109.tar.zst freebsd-ports-gnome-5207159990bd0f973276fe7296626f50f98f4109.zip |
. Change rpmrc to support amd64 and also to indicate that i386 and amd64
are compatible. This differs from PR 80922 in that amd64 is made the
canonical RPM architecture on that architecture rather than x86_64 as
it is under Linux.
. Bump PORTREVISION.
PR: 80922 (based on)
Diffstat (limited to 'archivers/rpm4/Makefile')
-rw-r--r-- | archivers/rpm4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 7b2ac32022d7..52149309d9d0 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -6,7 +6,7 @@ PORTNAME= rpm PORTVERSION= 4.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ \ ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ |