svn commit: r325172 - head/print/qpdf

William Grzybowski wg at FreeBSD.org
Wed Aug 21 23:23:52 UTC 2013


Author: wg
Date: Wed Aug 21 23:23:51 2013
New Revision: 325172
URL: http://svnweb.freebsd.org/changeset/ports/325172

Log:
  print/qpdf: update to 4.0.1
  
  - Update to 4.0.1 [1]
  - Add LICENSE (ART20)
  - Convert to new lib depends syntax
  - USES gmake
  
  PR:		ports/176398
  Submitted by:	Dmitry Kazarov <d.y.kazarov mail.ru>
  Approved by:	maintainer (timeout)

Modified:
  head/print/qpdf/Makefile
  head/print/qpdf/distinfo

Modified: head/print/qpdf/Makefile
==============================================================================
--- head/print/qpdf/Makefile	Wed Aug 21 23:21:46 2013	(r325171)
+++ head/print/qpdf/Makefile	Wed Aug 21 23:23:51 2013	(r325172)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qpdf
-PORTVERSION=	4.0.0
+PORTVERSION=	4.0.1
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}
@@ -10,12 +10,14 @@ MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNA
 MAINTAINER=	d.y.kazarov at mail.ru
 COMMENT=	Command-line tools for transforming and inspecting PDF files
 
+LICENSE=	ART20
+
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
-LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
+USES=		gmake
 
 MAN1=		fix-qdf.1 qpdf.1 zlib-flate.1
 

Modified: head/print/qpdf/distinfo
==============================================================================
--- head/print/qpdf/distinfo	Wed Aug 21 23:21:46 2013	(r325171)
+++ head/print/qpdf/distinfo	Wed Aug 21 23:23:51 2013	(r325172)
@@ -1,2 +1,2 @@
-SHA256 (qpdf-4.0.0.tar.gz) = 446af92ef79d8c3014dca2621dedec1edff736f259ab7bebd9a6510d2fabafe3
-SIZE (qpdf-4.0.0.tar.gz) = 5029024
+SHA256 (qpdf-4.0.1.tar.gz) = a4080ad53c778d60aa56df724751fb55bd096130d244fb1483c9257b9739c04d
+SIZE (qpdf-4.0.1.tar.gz) = 5031080


More information about the svn-ports-all mailing list