summaryrefslogtreecommitdiff
path: root/databases/py-MySQLdb/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-05-18 17:07:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-05-18 17:07:45 +0000
commitf29a218fcd1fc4bf16d252f307eef4d729dd5dcc (patch)
tree912fc46258efb2d48bb6aedc0d0b7102da00f29c /databases/py-MySQLdb/Makefile
parent- Drop @dirrm* from plist (diff)
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'databases/py-MySQLdb/Makefile')
-rw-r--r--databases/py-MySQLdb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile
index 6fde0f488cdb..484909795925 100644
--- a/databases/py-MySQLdb/Makefile
+++ b/databases/py-MySQLdb/Makefile
@@ -3,8 +3,8 @@
PORTNAME= MySQLdb
DISTVERSION= 1.2.5
+DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= databases python
-MASTER_SITES= https://github.com/farcepest/${PORTNAME}1/archive/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
@@ -13,6 +13,9 @@ COMMENT= Access a MySQL database through Python
USES= python:2
USE_PYTHON= distutils autoplist
USE_MYSQL= yes
+USE_GITHUB= yes
+GH_ACCOUNT= farcepest
+GH_PROJECT= ${PORTNAME}1
CONFLICTS= py*-MySQLdb-[0-9]* py*-MySQLdb5[0-9]-[0-9]*