1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Move to version 1.2.9, the final in the 1.2 series.

Support staging.

Struts is now an Apache project, adjust the package name and comment
accordingly to honor their branding guidelines.

PR:		183127
Submitted by:	pfg
This commit is contained in:
Gerald Pfeifer 2014-03-15 10:28:08 +00:00
parent 37638e244b
commit 15570723c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348307
4 changed files with 10 additions and 15 deletions

View File

@ -1,16 +1,16 @@
# Created by: Anton Yudin <toha@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= ports@FreeBSD.org
COMMENT= Struts framework
COMMENT= Apache Struts framework
USE_JAVA= yes
JAVA_VERSION= 1.6+
@ -21,9 +21,8 @@ JAVASHAREDIR= share/java
TDIR= ${JAVASHAREDIR}/${PKGNAME}
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}/'{}' \;
cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL} -d ${STAGEDIR}${PREFIX}/${TDIR}/'{}' \; && \
${FIND} . -type f -exec ${INSTALL_DATA} '{}' ${STAGEDIR}${PREFIX}/${TDIR}/'{}' \;
.include <bsd.port.mk>

View File

@ -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

View File

@ -18,7 +18,4 @@ professional web application needs to survive. Struts helps you
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
WWW: http://jakarta.apache.org/struts/
WWW: http://struts.apache.org

View File

@ -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