From nobody@FreeBSD.org  Fri Oct 15 13:02:26 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 75CB71065675
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Oct 2010 13:02:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 4975F8FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Oct 2010 13:02:26 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9FD2Q6B045815
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Oct 2010 13:02:26 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o9FD2QjW045814;
	Fri, 15 Oct 2010 13:02:26 GMT
	(envelope-from nobody)
Message-Id: <201010151302.o9FD2QjW045814@www.freebsd.org>
Date: Fri, 15 Oct 2010 13:02:26 GMT
From: "Geoffrey C. Speicher" <geoff@sea-incorporated.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] upgrade textproc/fop to 1.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         151474
>Category:       ports
>Synopsis:       [maintainer update] upgrade textproc/fop to 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 15 13:10:09 UTC 2010
>Closed-Date:    Sat Oct 16 14:59:53 UTC 2010
>Last-Modified:  Sat Oct 16 15:00:21 UTC 2010
>Originator:     Geoffrey C. Speicher
>Release:        
>Organization:
Software Engineering Associates
>Environment:
>Description:
I am the new maintainer of the textproc/fop port.  The attached (trivial) patch brings the port from version 0.95 to 1.0, released by Apache on 21 July 2010.  No port files to be added/removed.

Changes from 0.95 are available at:
   http://xmlgraphics.apache.org/fop/1.0/changes_1.0.html

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN fop.orig/Makefile fop/Makefile
--- fop.orig/Makefile	2010-10-11 09:46:12.000000000 -0400
+++ fop/Makefile	2010-10-11 09:21:33.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fop
-PORTVERSION=	0.95
+PORTVERSION=	1.0
 CATEGORIES=	textproc java
 MASTER_SITES=	${MASTER_SITE_APACHE:S/$/:fop/} \
 		SF/offo/offo-hyphenation/1.0:hyph
diff -ruN fop.orig/distinfo fop/distinfo
--- fop.orig/distinfo	2010-10-11 13:12:16.000000000 -0400
+++ fop/distinfo	2010-10-11 09:22:49.000000000 -0400
@@ -1,6 +1,6 @@
-MD5 (fop-0.95-src.tar.gz) = 58593e6c86be17d7dc03c829630fd152
-SHA256 (fop-0.95-src.tar.gz) = caef6a9761e762a6e8a73a8de70a7ce3357c229c678efddcdba54498eb0e7eb2
-SIZE (fop-0.95-src.tar.gz) = 13132767
+MD5 (fop-1.0-src.tar.gz) = 95dcc4c2dd08b4bc88ce9ce1ee88c439
+SHA256 (fop-1.0-src.tar.gz) = 1a7163a1aded5fdfc4a0e46f9c0dbcfed57f0c0affb4500e39ec54fa3c727829
+SIZE (fop-1.0-src.tar.gz) = 16141354
 MD5 (offo-hyphenation.zip) = 0b8c1657ef70285ad7fd514061b08c3e
 SHA256 (offo-hyphenation.zip) = f877d0c642bc187918ff66415d4289fa30cf5bdeb8c7ba880dbe378e133ee3d2
 SIZE (offo-hyphenation.zip) = 359817
diff -ruN fop.orig/pkg-plist fop/pkg-plist
--- fop.orig/pkg-plist	2010-10-11 09:45:31.000000000 -0400
+++ fop/pkg-plist	2010-10-11 09:33:37.000000000 -0400
@@ -41,7 +41,7 @@
 %%DATADIR%%/lib/xercesImpl-2.7.1.jar
 %%DATADIR%%/lib/xml-apis-1.3.04.jar
 %%DATADIR%%/lib/xml-apis-ext-1.3.04.jar
-%%DATADIR%%/lib/xmlgraphics-commons-1.3.1.jar
+%%DATADIR%%/lib/xmlgraphics-commons-1.4.jar
 %%PORTDOCS%%%%DOCSDIR%%/KEYS
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
 %%PORTDOCS%%%%DOCSDIR%%/NOTICE


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: makc 
Responsible-Changed-When: Sat Oct 16 07:58:02 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151474 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Sat Oct 16 14:59:52 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151474 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151474: commit references a PR
Date: Sat, 16 Oct 2010 14:58:18 +0000 (UTC)

 makc        2010-10-16 14:58:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/fop         Makefile distinfo pkg-plist 
   Log:
   Update to 1.0
   
   PR:             ports/151474
   Submitted by:   Geoffrey C. Speicher (maintainer)
   
   Revision  Changes    Path
   1.22      +1 -1      ports/textproc/fop/Makefile
   1.11      +3 -3      ports/textproc/fop/distinfo
   1.12      +2 -2      ports/textproc/fop/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
