Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2014 10:02:20 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373539 - head/databases/py-postgresql
Message-ID:  <201411281002.sASA2L8g017926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411281002.sASA2L8g017926>