From lwhsu@lwbsd.csie.net  Sat Aug 28 00:35:02 2010
Return-Path: <lwhsu@lwbsd.csie.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CBAF510656B2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Aug 2010 00:35:02 +0000 (UTC)
	(envelope-from lwhsu@lwbsd.csie.net)
Received: from lucky7.csie.net (lucky7.cs.nctu.edu.tw [140.113.17.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 96FB98FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Aug 2010 00:35:00 +0000 (UTC)
Received: from lucky7.csie.net (localhost [127.0.0.1])
	by lucky7.csie.net (Postfix) with ESMTP id 373EA147F85;
	Sat, 28 Aug 2010 08:34:59 +0800 (CST)
Received: from lwbsd.csie.net (lwbsd.cs.nctu.edu.tw [140.113.17.197])
	by lucky7.csie.net (Postfix) with ESMTP id 3496D147F81;
	Sat, 28 Aug 2010 08:34:59 +0800 (CST)
Received: by lwbsd.csie.net (Postfix, from userid 1001)
	id 249FE27BA9; Sat, 28 Aug 2010 08:34:59 +0800 (CST)
Message-Id: <20100828003459.249FE27BA9@lwbsd.csie.net>
Date: Sat, 28 Aug 2010 08:34:59 +0800 (CST)
From: Li-Wen Hsu <lwhsu@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: utisoft@gmail.com
Subject: [PATCH] devel/maven-ant-tasks: update to 2.1.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: utisoft@gmail.com

>Number:         150057
>Category:       ports
>Synopsis:       [PATCH] devel/maven-ant-tasks: update to 2.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 28 00:40:02 UTC 2010
>Closed-Date:    Sat Aug 28 09:35:37 UTC 2010
>Last-Modified:  Sat Aug 28 09:40:05 UTC 2010
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.1-STABLE FreeBSD 8.1-STABLE #0: Fri Aug 20 16:43:35 CST 2010
>Description:
- Update to 2.1.1
- Directly install with jar

Port maintainer (utisoft@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- maven-ant-tasks-2.1.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/maven-ant-tasks/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	22 Aug 2010 15:07:57 -0000	1.1
+++ Makefile	28 Aug 2010 00:34:34 -0000
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	maven-ant-tasks
-PORTVERSION=	2.1.0
-DISTVERSIONSUFFIX=	-src
+PORTVERSION=	2.1.1
 CATEGORIES=	devel java
 MASTER_SITES=	${MASTER_SITE_APACHE}
-MASTER_SITE_SUBDIR=	maven/source
+MASTER_SITE_SUBDIR=	maven/binaries
+EXTRACT_SUFX=	.jar
 
 MAINTAINER=	utisoft@gmail.com
 COMMENT=	Allows Maven's artifact handling to be used from within an Ant build
@@ -18,21 +18,16 @@
 BUILD_DEPENDS=	mvn:${PORTSDIR}/devel/maven2
 RUN_DEPENDS=	ant:${PORTSDIR}/devel/apache-ant
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 LICENSE=	ASL
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_ZIP=	yes
 USE_JAVA=	1.5+
-
 JAR_NAME=	${PORTNAME}-${PORTVERSION}.jar
 
-PLIST_FILES=	%%JAVASHAREDIR%%/apache-ant/lib/${JAR_NAME}
+NO_BUILD=	yes
 
-do-build:
-	@cd ${WRKSRC} && mvn package
+PLIST_FILES=	%%JAVASHAREDIR%%/apache-ant/lib/${JAR_NAME}
 
 do-install:
-	@${INSTALL_DATA} "${WRKSRC}/target/${JAR_NAME}" ${JAVASHAREDIR}/apache-ant/lib/
+	@${INSTALL_DATA} ${DISTDIR}/${JAR_NAME} ${JAVASHAREDIR}/apache-ant/lib/
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/maven-ant-tasks/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	22 Aug 2010 15:07:57 -0000	1.1
+++ distinfo	28 Aug 2010 00:34:34 -0000
@@ -1,3 +1,3 @@
-MD5 (maven-ant-tasks-2.1.0-src.zip) = 80da5f2710db95414edb569ce2af30af
-SHA256 (maven-ant-tasks-2.1.0-src.zip) = fb4192e9b5d53e0e84f201851d539c08f4b48edc39444ec504e54431f90b1b5c
-SIZE (maven-ant-tasks-2.1.0-src.zip) = 158289
+MD5 (maven-ant-tasks-2.1.1.jar) = 8009291392455597cc4b199b32d410ba
+SHA256 (maven-ant-tasks-2.1.1.jar) = b8891b4a90aca2793ad385ab57216f51c4879c6ab7e927354f407b46510cab51
+SIZE (maven-ant-tasks-2.1.1.jar) = 1314262
--- maven-ant-tasks-2.1.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Aug 28 00:40:14 UTC 2010 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150057 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 28 00:40:20 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: utisoft@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/150057: [PATCH] devel/maven-ant-tasks: update to 2.1.1
Date: Sat, 28 Aug 2010 00:40:16 UT

 Maintainer of devel/maven-ant-tasks,
 
 Please note that PR ports/150057 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150057
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Chris Rees <utisoft@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/150057: [PATCH] devel/maven-ant-tasks: update to 2.1.1
Date: Sat, 28 Aug 2010 10:23:22 +0100

 Thanks lwhsu, it's fine. Please go ahead.
State-Changed-From-To: feedback->closed 
State-Changed-By: lwhsu 
State-Changed-When: Sat Aug 28 09:35:35 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: Chris Rees <utisoft@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/150057: [PATCH] devel/maven-ant-tasks: update to 2.1.1
Date: Sat, 28 Aug 2010 10:29:56 +0100

 On 28 August 2010 10:23, Chris Rees <utisoft@gmail.com> wrote:
 > Thanks lwhsu, it's fine. Please go ahead.
 >
 
 Er, you might want to get rid of BUILD_DEPENDS=
 mvn:${PORTSDIR}/devel/maven2 too!

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150057: commit references a PR
Date: Sat, 28 Aug 2010 09:35:40 +0000 (UTC)

 lwhsu       2010-08-28 09:35:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/maven-ant-tasks Makefile distinfo 
   Log:
   - Update to 2.1.1
   - Directly install with jar
   
   PR:             ports/150057
   Submitted by:   lwhsu
   Approved by:    Chris Rees <utisoft AT gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2       +6 -11     ports/devel/maven-ant-tasks/Makefile
   1.2       +3 -3      ports/devel/maven-ant-tasks/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:
