svn commit: r358106 - in head/print: cups-filters qpdf

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 17 12:41:29 UTC 2014


Author: amdmi3
Date: Tue Jun 17 12:41:28 2014
New Revision: 358106
URL: http://svnweb.freebsd.org/changeset/ports/358106
QAT: https://qat.redports.org/buildarchive/r358106/

Log:
  - Add missing USES=libtool to print/qpdf, drop .la files
  - Bump dependent port (print/cups-filters) as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/print/cups-filters/Makefile
  head/print/qpdf/Makefile
  head/print/qpdf/pkg-plist

Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile	Tue Jun 17 12:41:15 2014	(r358105)
+++ head/print/cups-filters/Makefile	Tue Jun 17 12:41:28 2014	(r358106)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cups-filters
 PORTVERSION=	1.0.54
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
 

Modified: head/print/qpdf/Makefile
==============================================================================
--- head/print/qpdf/Makefile	Tue Jun 17 12:41:15 2014	(r358105)
+++ head/print/qpdf/Makefile	Tue Jun 17 12:41:28 2014	(r358106)
@@ -3,9 +3,9 @@
 
 PORTNAME=	qpdf
 PORTVERSION=	5.1.1
+PORTREVISION=	1
 CATEGORIES=	print
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	SF
 
 MAINTAINER=	d.y.kazarov at mail.ru
 COMMENT=	Command-line tools for transforming and inspecting PDF files
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake
+USES=		gmake libtool
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \

Modified: head/print/qpdf/pkg-plist
==============================================================================
--- head/print/qpdf/pkg-plist	Tue Jun 17 12:41:15 2014	(r358105)
+++ head/print/qpdf/pkg-plist	Tue Jun 17 12:41:28 2014	(r358106)
@@ -29,9 +29,9 @@ include/qpdf/RandomDataProvider.hh
 include/qpdf/Types.h
 include/qpdf/qpdf-c.h
 lib/libqpdf.a
-lib/libqpdf.la
 lib/libqpdf.so
-lib/libqpdf.so.14
+lib/libqpdf.so.13
+lib/libqpdf.so.13.1.1
 libdata/pkgconfig/libqpdf.pc
 man/man1/fix-qdf.1.gz
 man/man1/qpdf.1.gz


More information about the svn-ports-all mailing list