svn commit: r343459 - in head/databases/py-PyGreSQL: . files

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Feb 9 11:11:47 UTC 2014


Author: rm
Date: Sun Feb  9 11:11:46 2014
New Revision: 343459
URL: http://svnweb.freebsd.org/changeset/ports/343459
QAT: https://qat.redports.org/buildarchive/r343459/

Log:
  - install port documentation into stagedir uncoditionally and remove inclusion
    of bsd.port.options.mk
  - unmute docs installation command
  - remove no more needed patch
  - bump PORTREVISION

Deleted:
  head/databases/py-PyGreSQL/files/
Modified:
  head/databases/py-PyGreSQL/Makefile
  head/databases/py-PyGreSQL/pkg-descr

Modified: head/databases/py-PyGreSQL/Makefile
==============================================================================
--- head/databases/py-PyGreSQL/Makefile	Sun Feb  9 11:01:51 2014	(r343458)
+++ head/databases/py-PyGreSQL/Makefile	Sun Feb  9 11:11:46 2014	(r343459)
@@ -3,6 +3,7 @@
 
 PORTNAME=	PyGreSQL
 PORTVERSION=	4.1.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	databases python
 MASTER_SITES=	http://www.pygresql.org/files/
@@ -12,17 +13,15 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python interface to PostgreSQL, both classic and DP-API 2.0
 
-USE_PGSQL=	yes
-USE_PYTHON=	2
-USE_PYDISTUTILS=yes
+USE_PGSQL=		yes
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-.include <bsd.port.options.mk>
+PORTDOCS=	*
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	@cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
-.endif
+	(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>

Modified: head/databases/py-PyGreSQL/pkg-descr
==============================================================================
--- head/databases/py-PyGreSQL/pkg-descr	Sun Feb  9 11:01:51 2014	(r343458)
+++ head/databases/py-PyGreSQL/pkg-descr	Sun Feb  9 11:11:46 2014	(r343459)
@@ -3,4 +3,4 @@ the PostgreSQL query library to allow ea
 features from a Python script.
 PyGreSQL includes a DB-API 2.0 compliant API wrapper.
 
-WWW: http://www.pygresql.org
+WWW: http://www.pygresql.org/


More information about the svn-ports-head mailing list