diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-06-20 02:56:51 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-06-20 02:56:51 +0800 |
commit | 2e2e5aed0ad717c4ca41e4188f913fa945f47016 (patch) | |
tree | f45d98956a607b45cae475e303d1eac2bdb027f4 /archivers/rpm | |
parent | b4cfed09e5c131dc197a86ca898e181b9ee53b09 (diff) | |
download | freebsd-ports-gnome-2e2e5aed0ad717c4ca41e4188f913fa945f47016.tar.gz freebsd-ports-gnome-2e2e5aed0ad717c4ca41e4188f913fa945f47016.tar.zst freebsd-ports-gnome-2e2e5aed0ad717c4ca41e4188f913fa945f47016.zip |
- Update MASTER_SITES and merge CONFLICTS
PR: ports/147883
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe: yes
Diffstat (limited to 'archivers/rpm')
-rw-r--r-- | archivers/rpm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index 717600bd66d9..d3058668e613 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -10,14 +10,15 @@ PORTVERSION= 3.0.6 PORTREVISION= 15 CATEGORIES= archivers MASTER_SITES= http://rpm5.org/files/rpm/rpm-3.0/ \ - http://ftp.tpnet.pl/vol/d4/ftp.rpm.org/rpm/dist/rpm-3.0.x/ + http://rpm.org/releases/historical/rpm-3.0.x/ \ + http://www.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ MAINTAINER= sylvio@FreeBSD.org COMMENT= The Red Hat Package Manager LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -CONFLICTS= rpm-4.* rpm-5.* +CONFLICTS= rpm-[45].* USE_GMAKE= yes MAKE_JOBS_SAFE= yes |