svn commit: r346881 - in head/databases/py-postgresql: . files

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Mar 3 11:09:52 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list