Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 11:11:47 +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: r343459 - in head/databases/py-PyGreSQL: . files
Message-ID:  <201402091111.s19BBlos076416@svn.freebsd.org>

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



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