svn commit: r373539 - head/databases/py-postgresql

John Marino marino at FreeBSD.org
Fri Nov 28 10:02:21 UTC 2014


Author: marino
Date: Fri Nov 28 10:02:20 2014
New Revision: 373539
URL: https://svnweb.freebsd.org/changeset/ports/373539
QAT: https://qat.redports.org/buildarchive/r373539/

Log:
  databases/py-postgresql: Support python 3.4
  
  When python 3 only is specified, building the port tries to install
  python 3.3 even if python 3.4 is requested, so this change addresses that.
  
  PR:		194656
  Submitted by:	Axel Rau (chaos1.de)
  Approved by:	maintainer timeout

Modified:
  head/databases/py-postgresql/Makefile

Modified: head/databases/py-postgresql/Makefile
==============================================================================
--- head/databases/py-postgresql/Makefile	Fri Nov 28 09:50:35 2014	(r373538)
+++ head/databases/py-postgresql/Makefile	Fri Nov 28 10:02:20 2014	(r373539)
@@ -2,7 +2,7 @@
 
 PORTNAME=	postgresql
 PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP \
 		http://python.projects.postgresql.org/files/
@@ -15,7 +15,7 @@ COMMENT=	Python 3 compatible PostgreSQL 
 
 LICENSE=	BSD3CLAUSE
 
-USES=			zip pgsql python:3
+USES=		zip pgsql python:3.3+
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list