1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix pkgname conflicts

This commit is contained in:
Baptiste Daroussin 2014-01-04 00:54:13 +00:00
parent 98ea2e3aed
commit dd82006981
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338613
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ COMMENT= The Red Hat Package Manager
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
CONFLICTS= rpm-[45].*
CONFLICTS= rpm-[45].* rpm[45]-*
NO_STAGE= yes
USES= gmake

View File

@ -27,7 +27,7 @@ USE_BDB= 46+
INVALID_BDB_VER=51
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFLICTS_INSTALL= rpm-[35].*
CONFLICTS_INSTALL= rpm-[35].* rpm5-*
SHEBANG_FILES= scripts/brp-python-bytecompile scripts/check-prereqs \
scripts/check-rpaths-worker scripts/pythondeps.sh \
scripts/mono-find-requires scripts/mono-find-provides \

View File

@ -6,6 +6,7 @@ PORTVERSION= 5.2.1
PORTREVISION= 3
CATEGORIES= archivers
MASTER_SITES= http://rpm5.org/files/rpm/rpm-${PORTVERSION:R}/
PKGNAMESUFFIX= 5
MAINTAINER= afb@rpm5.org
COMMENT= The RPM Package Manager
@ -36,8 +37,7 @@ CONFIGURE_ARGS= --without-js
USES= gmake perl5
USE_PERL5= build
USE_LDCONFIG= yes
LATEST_LINK= rpm5
CONFLICTS= rpm-3.* rpm-4.*
CONFLICTS= rpm-3.* rpm-4.* rpm4-*
.include <bsd.port.options.mk>