aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-03-13 19:27:29 +0800
committeredwin <edwin@FreeBSD.org>2008-03-13 19:27:29 +0800
commitd8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7 (patch)
tree913484e87ae07c5bc57ba599fbdb6a2db47c00f5 /databases
parent03e401cf11fa9c26ab4cfd1c3eca67403879d771 (diff)
downloadfreebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.tar.gz
freebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.tar.zst
freebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.zip
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
Diffstat (limited to 'databases')
-rw-r--r--databases/py-migrate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-migrate/Makefile b/databases/py-migrate/Makefile
index 27d7f39adeba..4babecd63705 100644
--- a/databases/py-migrate/Makefile
+++ b/databases/py-migrate/Makefile
@@ -8,7 +8,7 @@
PORTNAME= migrate
PORTVERSION= 0.4.2
CATEGORIES= databases python
-MASTER_SITES= http://sqlalchemy-migrate.googlecode.com/files/ \
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://dose.se/distfiles/migrate/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= sqlalchemy-${PORTNAME}-${PORTVERSION}
@@ -18,6 +18,7 @@ COMMENT= Database schema migrations for SQLAlchemy
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.3.10:${PORTSDIR}/databases/py-sqlalchemy
+PROJECTHOST= sqlalchemy-migrate
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= sqlalchemy_${PORTNAME}