aboutsummaryrefslogtreecommitdiff
path: root/databases/percona55-client
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-10-03 23:18:52 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-10-03 23:18:52 +0000
commit174a06e16013e127adc87dc671ef71224191dd04 (patch)
tree58fff617a73e66cf379a0b2845912967eeb351f4 /databases/percona55-client
parent88a7df56879114e70152b8412c3357561051eb19 (diff)
downloadports-174a06e16013e127adc87dc671ef71224191dd04.tar.gz
ports-174a06e16013e127adc87dc671ef71224191dd04.zip
- use unique package names
- stop using LATEST_LINK - update CONFLICTS accordingly Approved by: maintainer
Notes
Notes: svn path=/head/; revision=329247
Diffstat (limited to 'databases/percona55-client')
-rw-r--r--databases/percona55-client/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/percona55-client/Makefile b/databases/percona55-client/Makefile
index ae0bb7d82842..d977742c5a3e 100644
--- a/databases/percona55-client/Makefile
+++ b/databases/percona55-client/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= percona
-PKGNAMESUFFIX= -client
+PKGNAMESUFFIX= 55-client
COMMENT= Multithreaded SQL database (client)
@@ -11,9 +11,7 @@ PKGMESSAGE= mustnotexist
PATCHDIR= ${.CURDIR}/files
PLIST= ${.CURDIR}/pkg-plist
-LATEST_LINK= percona55-client
-
-CONFLICTS_INSTALL= mysql-client-[345].* mariadb-client-5.* percona-client-5.[0-46-9].*
+CONFLICTS_INSTALL= mysql[0-9][0-9]-client-* mariadb[0-9][0-9]-client-* percona5.[0-46-9]-client-* percona[0-46-9][0-9]-client-*
CMAKE_ARGS+= -DWITHOUT_SERVER=1