ports/183127: Update java/jakarta-struts to version 1.2.9

Pedro Giffuni giffunip at tutopia.com
Sun Oct 20 16:00:00 UTC 2013


>Number:         183127
>Category:       ports
>Synopsis:       Update java/jakarta-struts to version 1.2.9
>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:   Sun Oct 20 16:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        9.2-STABLE
>Organization:
>Environment:
FreeBSD pcbsd-1465 9.2-STABLE FreeBSD 9.2-STABLE #3: Thu Oct 10 09:46:24 COT 2013     pfg at pcbsd-1465:/usr/obj/usr/src/sys/DELL  amd64

>Description:
"Jakarta" can now be dropped from the name as this is apache-struts now.

The 1.x.x versions of this software have been EOL'd by the Apache Foundation.
Nevertheless provide a small update JIC someone is still using it. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: jakarta-struts/Makefile
===================================================================
--- jakarta-struts/Makefile	(revisione 330944)
+++ jakarta-struts/Makefile	(copia locale)
@@ -1,16 +1,16 @@
 # Created by: Anton Yudin <toha at toha.org.ua>
 # $FreeBSD$
 
-PORTNAME=	jakarta-struts
-PORTVERSION=	1.2.4
-PORTREVISION=	2
+PORTNAME=	struts
+PORTVERSION=	1.2.9
 CATEGORIES=	java devel
 MASTER_SITES=	${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=struts/binaries
-DIST_SUBDIR=	jakarta
+PKGNAMEPREFIX=  apache-
+DISTNAME=       ${PORTNAME}-${PORTVERSION}-bin
 
 MAINTAINER=	toha at toha.org.ua
-COMMENT=	Struts framework
+COMMENT=	Apache Struts framework
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
@@ -22,6 +22,7 @@
 PLIST_SUB+=	T=${TDIR}
 
 NO_STAGE=	yes
+
 do-install:
 	cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL} -d ${PREFIX}/${TDIR}/'{}' \; && \
 	${FIND} . -type f -exec ${INSTALL_DATA} '{}' ${PREFIX}/${TDIR}/'{}' \;
Index: jakarta-struts/distinfo
===================================================================
--- jakarta-struts/distinfo	(revisione 330944)
+++ jakarta-struts/distinfo	(copia locale)
@@ -1,2 +1,2 @@
-SHA256 (jakarta/jakarta-struts-1.2.4.zip) = c9ea31571f2e1b113628b7eb77d28563385029b7f31e2478f1e0fa53cb0ae2f4
-SIZE (jakarta/jakarta-struts-1.2.4.zip) = 12895640
+SHA256 (struts-1.2.9-bin.zip) = 9015e990eaaeb9a659ca34d042520618b98fff65287f0d05f668b01e9330805f
+SIZE (struts-1.2.9-bin.zip) = 14483492
Index: jakarta-struts/pkg-descr
===================================================================
--- jakarta-struts/pkg-descr	(revisione 330944)
+++ jakarta-struts/pkg-descr	(copia locale)
@@ -18,7 +18,6 @@
 create an extensible development environment for your application,
 based on published standards and proven design patterns.
 
-Struts is part of the Apache Jakarta Project, sponsored by the
-Apache Software Foundation. The official Struts home page is at
+The official Struts home page is at
 
-WWW: http://jakarta.apache.org/struts/
+WWW: http://struts.apache.org/
Index: jakarta-struts/pkg-plist
===================================================================
--- jakarta-struts/pkg-plist	(revisione 330944)
+++ jakarta-struts/pkg-plist	(copia locale)
@@ -27,7 +27,6 @@
 %%T%%/contrib/struts-el/webapps/strutsel-exercise-taglib.war
 %%T%%/lib/antlr.jar
 %%T%%/lib/commons-beanutils.jar
-%%T%%/lib/commons-collections.jar
 %%T%%/lib/commons-digester.jar
 %%T%%/lib/commons-fileupload.jar
 %%T%%/lib/commons-logging.jar


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list