From nobody@FreeBSD.org  Tue Mar 10 01:38:23 2009
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 459F0106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Mar 2009 01:38:23 +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 345FC8FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Mar 2009 01:38:23 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2A1cM1C004273
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Mar 2009 01:38:22 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n2A1cMT3004272;
	Tue, 10 Mar 2009 01:38:22 GMT
	(envelope-from nobody)
Message-Id: <200903100138.n2A1cMT3004272@www.freebsd.org>
Date: Tue, 10 Mar 2009 01:38:22 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Update]graphics/batik:update to 1.7
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         132489
>Category:       ports
>Synopsis:       [Update]graphics/batik:update to 1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 10 01:40:01 UTC 2009
>Closed-Date:    Fri Mar 13 16:21:44 UTC 2009
>Last-Modified:  Fri Mar 13 16:30:05 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Wed Mar  4 22:41:03 HKT 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 1.7 from 1.6
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2007-05-20 04:08:39.000000000 +0800
+++ Makefile	2009-03-10 16:42:15.000000000 +0800
@@ -7,20 +7,18 @@
 #
 
 PORTNAME=	batik
-PORTVERSION=	1.6
-PORTREVISION=	1
+PORTVERSION=	1.7
 CATEGORIES=	graphics java
-MASTER_SITES=	${MASTER_SITE_APACHE_XML}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	${MASTER_SITE_APACHE}
+MASTER_SITE_SUBDIR=	xmlgraphics/${PORTNAME}
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SVG Toolkit
 
 USE_ZIP=	yes
-USE_JAVA=	yes
-JAVA_VERSION=	1.3 1.4
-WRKSRC=		${WRKDIR}/xml-${PORTNAME}
+USE_JAVA=	1.5+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_ANT=	yes
 USE_JIKES=	no
 ALL_TARGET=	jars
@@ -28,7 +26,7 @@
 TARGET_DIR=	${WRKSRC}/${PORTNAME}-${PORTVERSION}
 
 .if !defined(NOPORTDOCS)
-ALL_TARGET+=	html
+ALL_TARGET+=	javadoc
 .endif
 
 do-install:
--- distinfo.orig	2007-01-01 22:13:43.000000000 +0800
+++ distinfo	2009-03-10 16:41:53.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (batik-src-1.6.zip) = b65e12f520f8342605f700204c96cd2b
-SHA256 (batik-src-1.6.zip) = e1c69fb68e4b6710c246f44157bc4f3f021bdb2f2cedb8112bc025e3a4877a2c
-SIZE (batik-src-1.6.zip) = 10199668
+MD5 (batik-src-1.7.zip) = c117ca2241907f62a2b3031167ebf917
+SHA256 (batik-src-1.7.zip) = 6bea593543a797561fa83651764e40b1b0ce01c1df21ab0359ade58e967379fd
+SIZE (batik-src-1.7.zip) = 15060504


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 10 01:40:12 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132489 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Mar 13 16:21:43 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132489: commit references a PR
Date: Fri, 13 Mar 2009 16:21:43 +0000 (UTC)

 miwi        2009-03-13 16:21:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/batik       Makefile distinfo 
   Log:
   - Update to 1.7
   
   PR:             132489
   Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.8       +6 -8      ports/graphics/batik/Makefile
   1.4       +3 -3      ports/graphics/batik/distinfo
 _______________________________________________
 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:
