From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 3 02:20:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F04D37B404 for ; Tue, 3 Jun 2003 02:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B54643F93 for ; Tue, 3 Jun 2003 02:20:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h539KFUp001755 for ; Tue, 3 Jun 2003 02:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h539KFII001754; Tue, 3 Jun 2003 02:20:15 -0700 (PDT) Resent-Date: Tue, 3 Jun 2003 02:20:15 -0700 (PDT) Resent-Message-Id: <200306030920.h539KFII001754@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Dupre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1498037B43F for ; Tue, 3 Jun 2003 02:13:54 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A9A43F93 for ; Tue, 3 Jun 2003 02:13:52 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h539DgLo041871 for ; Tue, 3 Jun 2003 11:13:42 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h539Dfxw041870; Tue, 3 Jun 2003 11:13:41 +0200 (CEST) Message-Id: <200306030913.h539Dfxw041870@vaio.alexdupre.com> Date: Tue, 3 Jun 2003 11:13:41 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52885: [Maintainer Update] print/pdflib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Dupre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 09:20:18 -0000 >Number: 52885 >Category: ports >Synopsis: [Maintainer Update] print/pdflib >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 03 02:20:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Update to 5.0.1 (and fix unfetchable distfile). >How-To-Repeat: >Fix: --- pdflib.diff begins here --- diff -ruN pdflib.orig/Makefile pdflib/Makefile --- pdflib.orig/Makefile Wed Apr 16 08:02:59 2003 +++ pdflib/Makefile Tue Jun 3 07:56:14 2003 @@ -6,10 +6,10 @@ # PORTNAME= pdflib -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.1 CATEGORIES= print MASTER_SITES= http://www.pdflib.com/products/pdflib/download/ -DISTNAME= PDFlib-Lite-5.0.0-Unix-src +DISTNAME= PDFlib-Lite-${PORTVERSION}-Unix-src MAINTAINER= sysadmin@alexdupre.com COMMENT= A C library for dynamically generating PDF @@ -40,7 +40,7 @@ ${INSTALL_DATA} ${WRKSRC}/fonts/* ${DATADIR}/fonts .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/pdflib/* ${DOCSDIR} .endif .include diff -ruN pdflib.orig/distinfo pdflib/distinfo --- pdflib.orig/distinfo Mon Apr 14 08:03:00 2003 +++ pdflib/distinfo Tue Jun 3 07:33:15 2003 @@ -1 +1 @@ -MD5 (PDFlib-Lite-5.0.0-Unix-src.tar.gz) = ed4ef24786f11533f4eb730a39b36f29 +MD5 (PDFlib-Lite-5.0.1-Unix-src.tar.gz) = 260e9bf52edb435184d9c8cdea6d8985 diff -ruN pdflib.orig/files/patch-configure pdflib/files/patch-configure --- pdflib.orig/files/patch-configure Mon Apr 14 08:03:00 2003 +++ pdflib/files/patch-configure Tue Jun 3 07:32:20 2003 @@ -2,12 +2,12 @@ +++ configure Tue Apr 8 11:10:50 2003 @@ -1124,7 +1124,7 @@ PDFLIB_MINOR=0 - PDFLIB_REVISION=0 + PDFLIB_REVISION=1 -PDFLIB_LTCURRENT=3 +PDFLIB_LTCURRENT=5 - PDFLIB_LTREVISION=0 - PDFLIB_LTAGE=2 + PDFLIB_LTREVISION=1 + PDFLIB_LTAGE=1 @@ -6857,6 +6857,7 @@ diff -ruN pdflib.orig/pkg-plist pdflib/pkg-plist --- pdflib.orig/pkg-plist Mon Apr 14 08:03:00 2003 +++ pdflib/pkg-plist Tue Jun 3 07:35:36 2003 @@ -11,10 +11,13 @@ %%PORTDOCS%%share/doc/pdflib/PDFlib-manual.pdf %%PORTDOCS%%share/doc/pdflib/PDFlib-purchase-order.pdf %%PORTDOCS%%share/doc/pdflib/changes.txt +%%PORTDOCS%%share/doc/pdflib/changes4.txt %%PORTDOCS%%share/doc/pdflib/compatibility.txt +%%PORTDOCS%%share/doc/pdflib/readme-binary.txt %%PORTDOCS%%share/doc/pdflib/readme-source-mac.txt %%PORTDOCS%%share/doc/pdflib/readme-source-unix.txt %%PORTDOCS%%share/doc/pdflib/readme-source-windows.txt +%%PORTDOCS%%share/doc/pdflib/readme.txt share/pdflib/fonts/pdflib.upr share/pdflib/fonts/print_glyphs.ps %%PORTDOCS%%@dirrm share/doc/pdflib --- pdflib.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: