ports/119455: [PATCH] devel/maven2: update to version 2.0.8
Tomas Verbaitis
tomasv at megalogika.lt
Tue Jan 8 15:30:02 UTC 2008
>Number: 119455
>Category: ports
>Synopsis: [PATCH] devel/maven2: update to version 2.0.8
>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: Tue Jan 08 15:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Tomas Verbaitis
>Release: FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD pilvas.lan 8.0-CURRENT FreeBSD 8.0-CURRENT #6: Wed Jan 2 20:21:19 EET
>Description:
Update to version 2.0.8
As files distributed by Apache Maven project changed their name to apache-maven, maybe the port name should also be updated to reflect that change? Currently I just fixed the port's Makefile to deal with the change (package name and WRKSRC).
Port maintainer (hq at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- maven2-2.0.8.patch begins here ---
diff -u -ruN --exclude=CVS /usr/ports/devel/maven2/Makefile /usr/home/tomasv/ports/devel/maven2/Makefile
--- /usr/ports/devel/maven2/Makefile 2007-06-26 12:50:31.000000000 +0300
+++ /usr/home/tomasv/ports/devel/maven2/Makefile 2008-01-08 17:22:08.000000000 +0200
@@ -6,11 +6,11 @@
#
PORTNAME= maven2
-DISTVERSION= 2.0.7
+DISTVERSION= 2.0.8
CATEGORIES= devel java
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= maven/binaries
-DISTNAME= maven-${DISTVERSION}-bin
+DISTNAME= apache-maven-${DISTVERSION}-bin
MAINTAINER= hq at FreeBSD.org
COMMENT= Java project management tool, 2.0 branch
@@ -21,7 +21,7 @@
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
SUB_FILES= m2.sh
SUB_LIST= CLASSWORLDS_JAR=classworlds-1.1.jar
-WRKSRC= ${WRKDIR}/maven-${DISTVERSION}
+WRKSRC= ${WRKDIR}/apache-maven-${DISTVERSION}
post-extract:
${RM} -f ${WRKSRC}/bin/m2.bat
diff -u -ruN --exclude=CVS /usr/ports/devel/maven2/distinfo /usr/home/tomasv/ports/devel/maven2/distinfo
--- /usr/ports/devel/maven2/distinfo 2007-06-26 12:50:31.000000000 +0300
+++ /usr/home/tomasv/ports/devel/maven2/distinfo 2008-01-08 17:18:31.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (maven-2.0.7-bin.tar.gz) = 794cca9b62d1e7aa946d294e63deb5d7
-SHA256 (maven-2.0.7-bin.tar.gz) = d5a040f8939b11a3fba15d4bdbb27cc5c706932674a374b0b48e39abce388151
-SIZE (maven-2.0.7-bin.tar.gz) = 1335971
+MD5 (apache-maven-2.0.8-bin.tar.gz) = b0fa94ac92189a227ab169a84f3b4d14
+SHA256 (apache-maven-2.0.8-bin.tar.gz) = b870407669852620029a241aeef571bc18940e6bb50451f5c708fac6136e1fa9
+SIZE (apache-maven-2.0.8-bin.tar.gz) = 1355967
--- maven2-2.0.8.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list