diff options
author | rm <rm@FreeBSD.org> | 2014-02-09 22:15:28 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-02-09 22:15:28 +0800 |
commit | 8b20285727417400b8b920d4f8019593cc55a076 (patch) | |
tree | 3a849ef4bd9f907029f18f54db0eb33e1a4fb1ab /databases/py-MySQLdb55 | |
parent | 97b68bd8c1574135e507d7e95475fcc1d03b44f9 (diff) | |
download | freebsd-ports-gnome-8b20285727417400b8b920d4f8019593cc55a076.tar.gz freebsd-ports-gnome-8b20285727417400b8b920d4f8019593cc55a076.tar.zst freebsd-ports-gnome-8b20285727417400b8b920d4f8019593cc55a076.zip |
- make py*-MySQLdb ports actually conflict with each other [1]
while here:
- do not use easy_install and add stage support
- convert to auto-generated packing list
- bump PORTREVISION
- add py-MySQLdb56 port as a slave to py-MySQLdb
PR: 177620 [1] (based on)
Submitted by: Craig Leres <leres@ee.lbl.gov>
Approved by: maintainer timeout (10 months)
Diffstat (limited to 'databases/py-MySQLdb55')
-rw-r--r-- | databases/py-MySQLdb55/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/py-MySQLdb55/Makefile b/databases/py-MySQLdb55/Makefile index dc788bf2db8c..90dce717a3f0 100644 --- a/databases/py-MySQLdb55/Makefile +++ b/databases/py-MySQLdb55/Makefile @@ -5,11 +5,7 @@ PKGNAMESUFFIX= 55 COMMENT= Access a MySQL database through Python (Using MySQL 5.5 Client) -CONFLICTS= py*-MySQLdb-devel-[0-9]* py*-MySQLdb-[0-9]* py*-MySQLdb[45][0-9]-[0-9]* - WANT_MYSQL_VER= 55 - MASTERDIR= ${.CURDIR}/../py-MySQLdb -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |