Fix pkg name collisions
With hat: portmgr
This commit is contained in:
parent
1b59ac6203
commit
c11f1a0a1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333018
@ -9,7 +9,7 @@ CATEGORIES= databases
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The Mini SQL server, version 2
|
||||
|
||||
CONFLICTS= msql-3*
|
||||
CONFLICTS= msql-3* msql3-*
|
||||
|
||||
USES= perl5
|
||||
USE_LDCONFIG= YES
|
||||
|
@ -4,6 +4,7 @@
|
||||
PORTNAME= msql
|
||||
PORTVERSION= 3.8
|
||||
CATEGORIES= databases
|
||||
PKGNAMESUFX= 3
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Version 3 of the Mini SQL relational database system
|
||||
@ -16,8 +17,6 @@ USE_LDCONFIG= YES
|
||||
USERS= ${PORTNAME}
|
||||
GROUPS= ${USERS}
|
||||
|
||||
LATEST_LINK= msql3
|
||||
|
||||
# Not free for commercial use.
|
||||
RESTRICTED= restrictive copyright (no commercial use)
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
PORTNAME= ninja
|
||||
PORTVERSION= 1.5.8.1
|
||||
CATEGORIES= irc
|
||||
PKGNAMEPREFIX= irc-
|
||||
MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -15,8 +16,6 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= IRCLIB="${DATADIR}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
LATEST_LINK= irc-ninja
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|%%IRCLIB%%|${DATADIR}|g" \
|
||||
|
@ -20,7 +20,7 @@ BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \
|
||||
xmlto:${PORTSDIR}/textproc/xmlto \
|
||||
${LOCALBASE}/share/sgml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-450
|
||||
|
||||
CONFLICTS= dbmail-2.*
|
||||
CONFLICTS= dbmail-2.* dbmail22-*
|
||||
|
||||
OPTIONS_DEFINE= DOCS LDAP SIEVE THREADS
|
||||
OPTIONS_DEFAULT= THREADS
|
||||
|
@ -5,6 +5,7 @@ PORTNAME= dbmail
|
||||
PORTVERSION= 2.2.18
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.dbmail.org/download/2.2/
|
||||
PKGNAMESUFFIX= 22
|
||||
|
||||
MAINTAINER= ahicks@p-o.co.uk
|
||||
COMMENT= SQL database-based mail system (POP3 and IMAP)
|
||||
|
@ -7,11 +7,11 @@ CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.cc.uoc.gr/system/security/tools/tripwire/ \
|
||||
ftp://ftp.uni-potsdam.de/pub/unix/tools/
|
||||
DISTNAME= Tripwire-${PORTVERSION}-1
|
||||
PKGNAMESUFFIX= -131
|
||||
|
||||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= File system security and verification program
|
||||
|
||||
LATEST_LINK= tripwire-131
|
||||
MAN5= tw.config.5
|
||||
MAN8= siggen.8 tripwire.8
|
||||
NO_CDROM= cannot be redistributed for more than the cost of duplication
|
||||
|
@ -14,7 +14,6 @@ COMMENT= File system security and verification program
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_LICENSES_INSTALL= yes
|
||||
LATEST_LINK= ${PORTNAME}
|
||||
MAN5= twfiles.5 twconfig.5 twpolicy.5
|
||||
MAN8= siggen.8 tripwire.8 twadmin.8 twintro.8 twprint.8
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src
|
||||
|
@ -6,11 +6,11 @@ PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_NETBSD}
|
||||
PKGNAMESUFFIX= 12
|
||||
|
||||
MAINTAINER= jgreco@ns.sol.net
|
||||
COMMENT= File system security and verification program
|
||||
|
||||
LATEST_LINK= tripwire12
|
||||
MAN5= tw.config.5
|
||||
MAN8= siggen.8 tripwire.8
|
||||
NO_CDROM= cannot be redistributed for more than the cost of duplication
|
||||
|
Loading…
Reference in New Issue
Block a user