Date: Wed, 18 May 2005 19:41:12 -0600 From: Nicholas Kirby <nkirby@dagr.net> To: FreeBSD-gnats-submit@FreeBSD.org, trevor@FreeBSD.org Subject: ports/81233: [PATCH] Fix fetch of print/acroread7 Message-ID: <200505181941.13258.nkirby@dagr.net> Resent-Message-ID: <200505190150.j4J1o2vt094473@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81233 >Category: ports >Synopsis: [PATCH] Fix fetch of print/acroread7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 19 01:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Nicholas Kirby >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD almaz 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 05:40:52 MDT 2005 root@diamond:/usr/obj/usr/src/sys/DIAMOND i386 >Description: Patch fixed acroread7 install by fetching 7.0.0-2, rather than 7.0.0-1. Makefile and distinfo updated for this file. >How-To-Repeat: >Fix: Fix is attached unified diff. Sent to both GNATS and the port's maintainer. --Boundary-00=_56+iCulpvxZ8zSY Content-Type: text/x-diff; charset="us-ascii"; name="acroread7.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="acroread7.diff" diff -ruN acroread7.orig/Makefile acroread7/Makefile --- acroread7.orig/Makefile Wed May 18 19:32:05 2005 +++ acroread7/Makefile Wed May 18 19:32:36 2005 @@ -10,7 +10,7 @@ CATEGORIES= print linux MASTER_SITES= http://download.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/ \ ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/ -DISTNAME= AdobeReader_enu-7.0.0-1.i386.rpm +DISTNAME= AdobeReader_enu-7.0.0-2.i386.rpm EXTRACT_SUFX= DIST_SUBDIR= acroread EXTRACT_ONLY= diff -ruN acroread7.orig/distinfo acroread7/distinfo --- acroread7.orig/distinfo Wed May 18 19:32:05 2005 +++ acroread7/distinfo Wed May 18 19:35:25 2005 @@ -1,2 +1,2 @@ -MD5 (acroread/AdobeReader_enu-7.0.0-1.i386.rpm) = eba9f1d660f1c6d1ee7783afd63d0e9c -SIZE (acroread/AdobeReader_enu-7.0.0-1.i386.rpm) = 39866435 +MD5 (acroread/AdobeReader_enu-7.0.0-2.i386.rpm) = 386dd54cb91014f1e631764ba10deef7 +SIZE (acroread/AdobeReader_enu-7.0.0-2.i386.rpm) = 39263484 --Boundary-00=_56+iCulpvxZ8zSY-- >Release-Note: >Audit-Trail: >Unformatted: --Boundary-00=_56+iCulpvxZ8zSY Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505181941.13258.nkirby>