From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 20 01:30:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0232106566C for ; Tue, 20 Oct 2009 01:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2E88FC15 for ; Tue, 20 Oct 2009 01:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9K1U5Ux023624 for ; Tue, 20 Oct 2009 01:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9K1U5L6023622; Tue, 20 Oct 2009 01:30:05 GMT (envelope-from gnats) Resent-Date: Tue, 20 Oct 2009 01:30:05 GMT Resent-Message-Id: <200910200130.n9K1U5L6023622@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, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A637106566B; Tue, 20 Oct 2009 01:22:01 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by mx1.freebsd.org (Postfix) with ESMTP id AD5528FC20; Tue, 20 Oct 2009 01:22:00 +0000 (UTC) Received: by ywh8 with SMTP id 8so4478345ywh.3 for ; Mon, 19 Oct 2009 18:22:00 -0700 (PDT) Received: by 10.91.171.4 with SMTP id y4mr5473166ago.116.1256001719939; Mon, 19 Oct 2009 18:21:59 -0700 (PDT) Received: from fbsd.scjamorim.org (200-101-108-167.bsace705.dsl.brasiltelecom.net.br [200.101.108.167]) by mx.google.com with ESMTPS id 23sm3385095yxe.12.2009.10.19.18.21.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Oct 2009 18:21:59 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 8B03C3F416C; Mon, 19 Oct 2009 23:21:57 -0200 (BRST) Message-Id: <20091020012157.8B03C3F416C@fbsd.scjamorim.org> Date: Mon, 19 Oct 2009 23:21:57 -0200 (BRST) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: araujo@FreeBSD.org Subject: ports/139782: [PATCH] graphics/xpdf: Added new patch, xpdf-3.02pl4.patch. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 01:30:06 -0000 >Number: 139782 >Category: ports >Synopsis: [PATCH] graphics/xpdf: Added new patch, xpdf-3.02pl4.patch. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 20 01:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Added new patch Port maintainer (araujo@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpdf-3.02_11.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/xpdf/Makefile,v retrieving revision 1.91 diff -u -u -r1.91 Makefile --- Makefile 18 Apr 2009 17:27:21 -0000 1.91 +++ Makefile 20 Oct 2009 01:20:28 -0000 @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= support/xpdf PATCH_SITES= ftp://ftp.foolabs.com/pub/xpdf/ -PATCHFILES= xpdf-3.02pl1.patch xpdf-3.02pl2.patch xpdf-3.02pl3.patch +PATCHFILES= xpdf-3.02pl1.patch xpdf-3.02pl2.patch xpdf-3.02pl3.patch \ + xpdf-3.02pl4.patch PATCH_DIST_STRIP= -p1 MAINTAINER= araujo@FreeBSD.org @@ -76,8 +77,8 @@ .if defined(WITH_DRAW) # add support for adding/deleting drawing annotations in PDF files -PATCH_SITES+= http://info.iet.unipi.it/~luigi/FreeBSD/ -PATCHFILES+= patch-zz-xpdf-annot.20080728a +PATCH_SITES+= http://info.iet.unipi.it/~luigi/FreeBSD/ +PATCHFILES+= patch-zz-xpdf-annot.20080728a .endif post-install: Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/xpdf/distinfo,v retrieving revision 1.30 diff -u -u -r1.30 distinfo --- distinfo 18 Apr 2009 17:27:21 -0000 1.30 +++ distinfo 20 Oct 2009 01:20:28 -0000 @@ -10,6 +10,9 @@ MD5 (xpdf-3.02pl3.patch) = 581963ede0fb5715e1a69f01b5b8ce63 SHA256 (xpdf-3.02pl3.patch) = 594ce8fbd23bff29eacddfae3533c63c7e86b4a24f7d45e44f1937d3d19e534b SIZE (xpdf-3.02pl3.patch) = 30727 +MD5 (xpdf-3.02pl4.patch) = 70b752716798dd341a4bf890df5f6fdc +SHA256 (xpdf-3.02pl4.patch) = b0844395411318766ef750987787f778231e94bc15f04f7f7d16f41fd58188b0 +SIZE (xpdf-3.02pl4.patch) = 6982 MD5 (patch-zz-xpdf-annot.20080728a) = ddb032df9edcad1ba0ef1fb03189acd8 SHA256 (patch-zz-xpdf-annot.20080728a) = c96308c0fb90450251a6f8a19b5436a5fd5d70b4d6af2626ba85d3c4b7300fe1 SIZE (patch-zz-xpdf-annot.20080728a) = 69092 --- xpdf-3.02_11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: