Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2014 11:09:52 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346881 - in head/databases/py-postgresql: . files
Message-ID:  <201403031109.s23B9qcg067811@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Mar  3 11:09:52 2014
New Revision: 346881
URL: http://svnweb.freebsd.org/changeset/ports/346881
QAT: https://qat.redports.org/buildarchive/r346881/

Log:
  databases/py-postgresql: remove local plist hack and support staging
  
  - clarify the license (BSD3C)
  - use 3 in USE_PYTHON
  - convert to using auto-generated packing list and remove NO_STAGE
  - remove local plist hack - it is now handled by bsd.python.mk
  - bump PORTREVISION for the case
  
  Approved by:	portmgr (blanket)

Deleted:
  head/databases/py-postgresql/files/
  head/databases/py-postgresql/pkg-plist
Modified:
  head/databases/py-postgresql/Makefile

Modified: head/databases/py-postgresql/Makefile
==============================================================================
--- head/databases/py-postgresql/Makefile	Mon Mar  3 10:55:26 2014	(r346880)
+++ head/databases/py-postgresql/Makefile	Mon Mar  3 11:09:52 2014	(r346881)
@@ -2,6 +2,7 @@
 
 PORTNAME=	postgresql
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP \
 		http://python.projects.postgresql.org/files/
@@ -12,19 +13,12 @@ DIST_SUBDIR=	postgresql
 MAINTAINER=	c.kworr@gmail.com
 COMMENT=	Python 3 compatible PostgreSQL database driver and tools
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
-USE_ZIP=	yes
-USE_PGSQL=	yes
-USE_PYTHON=	3.1+
+USE_ZIP=		yes
+USE_PGSQL=		yes
+USE_PYTHON=		3
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	py_${PORTNAME}
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 320
-.include "${FILESDIR}/py3k-fix-pkg-plist.inc"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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