Bug 176398 - [maintainer update] print/qpdf update to 4.0.1
Summary: [maintainer update] print/qpdf update to 4.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-24 17:50 UTC by d.y.kazarov
Modified: 2013-08-22 00:30 UTC (History)
0 users

See Also:


Attachments
file.diff (771 bytes, patch)
2013-02-24 17:50 UTC, d.y.kazarov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description d.y.kazarov 2013-02-24 17:50:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Po-Chien Lin freebsd_committer freebsd_triage 2013-02-25 12:30:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pclin

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-08-22 00:23:44 UTC
Responsible Changed
From-To: pclin->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-08-22 00:23:59 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-08-22 00:24:08 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!