svn commit: r375804 - head/databases/py-PyGreSQL

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Dec 29 21:24:20 UTC 2014


Author: rm
Date: Mon Dec 29 21:24:19 2014
New Revision: 375804
URL: https://svnweb.freebsd.org/changeset/ports/375804
QAT: https://qat.redports.org/buildarchive/r375804/

Log:
  databases/py-PyGreSQL: fix fetch, convert to USES

Modified:
  head/databases/py-PyGreSQL/Makefile

Modified: head/databases/py-PyGreSQL/Makefile
==============================================================================
--- head/databases/py-PyGreSQL/Makefile	Mon Dec 29 21:18:45 2014	(r375803)
+++ head/databases/py-PyGreSQL/Makefile	Mon Dec 29 21:24:19 2014	(r375804)
@@ -6,15 +6,14 @@ PORTVERSION=	4.1.1
 PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	databases python
-MASTER_SITES=	http://www.pygresql.org/files/
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python interface to PostgreSQL, both classic and DP-API 2.0
 
-USES=	python:2 pgsql
-USE_PYTHON=	distutils autoplist
+USES=		python:2 pgsql tar:tgz
+USE_PYTHON=	autoplist distutils
 
 PORTDOCS=	*
 


More information about the svn-ports-head mailing list