svn commit: r363368 - head/graphics/py-poppler

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 29 18:21:09 UTC 2014


Author: amdmi3
Date: Tue Jul 29 18:21:08 2014
New Revision: 363368
URL: http://svnweb.freebsd.org/changeset/ports/363368
QAT: https://qat.redports.org/buildarchive/r363368/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/py-poppler/Makefile
  head/graphics/py-poppler/pkg-plist

Modified: head/graphics/py-poppler/Makefile
==============================================================================
--- head/graphics/py-poppler/Makefile	Tue Jul 29 17:50:19 2014	(r363367)
+++ head/graphics/py-poppler/Makefile	Tue Jul 29 18:21:08 2014	(r363368)
@@ -3,7 +3,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	0.12.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics python
 MASTER_SITES=	https://launchpad.net/poppler-python/trunk/development/+download/ \
 		http://launchpadlibrarian.net/30270080/ \
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libpoppler-glib.so:${PORTSD
 
 USE_PYTHON=	yes
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig
+USES=		gmake libtool pkgconfig
 USE_GNOME=	atk pygtk2
 
 .include <bsd.port.mk>

Modified: head/graphics/py-poppler/pkg-plist
==============================================================================
--- head/graphics/py-poppler/pkg-plist	Tue Jul 29 17:50:19 2014	(r363367)
+++ head/graphics/py-poppler/pkg-plist	Tue Jul 29 18:21:08 2014	(r363368)
@@ -1,2 +1 @@
-%%PYTHON_SITELIBDIR%%/poppler.la
 %%PYTHON_SITELIBDIR%%/poppler.so


More information about the svn-ports-all mailing list