Update to 2.4.11.

Submitted by:	Ivanchenko V. I. <webmaster@asiamusic.ru>
This commit is contained in:
Ernst de Haan 2003-07-14 08:46:38 +00:00
parent 4a18efcf73
commit 93b8d91d64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84865
3 changed files with 9 additions and 4 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= ${APP_TITLE:L}
PORTVERSION= 2.4.10
PORTREVISION= 1
PORTVERSION= 2.4.11
CATEGORIES= java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -53,6 +52,7 @@ post-patch:
@${ECHO_CMD} -n ">> Deleting the symbol CR (carriage return) in some files and removing unneeded files..."
@${FIND} ${WRKSRC} -type f \
-iname '*.mf' -or \
-iname '*.css' -or \
-iname '*.dtd' -or \
-iname '*.txt' -or \
-iname '*.xml' -or \
@ -62,7 +62,10 @@ post-patch:
-iname '*.policy' -or \
-iname '*.properties' | \
${XARGS} -n 10 -x ${SED} -i .orig -e "s|"`printf '\015'`"||g"
@cd ${WRKSRC} && ${FIND} . -type f -name "*.orig" -print -or -iname "*.bat" -print -or -iname "*.exe" -print | ${XARGS} ${RM} -f
@cd ${WRKSRC} && ${FIND} . -type f -name "*.orig" -or -iname "*.bat" -or -iname "*.exe" | ${XARGS} -n 10 -x ${RM} -f
@${RM} -Rd ${WRKSRC}/tmp/deploy
@${RM} -f ${WRKSRC}/db/hypersonic/default.*
@${RM} -f ${WRKSRC}/db/jbossmq/*.dat0
@${ECHO_CMD} " [ DONE ]"
.for f in ${REPLACE_FILES}

View file

@ -1 +1 @@
MD5 (JBoss-2.4.10.zip) = 66417a0d9f9fec6eb4ac605b5b73d33f
MD5 (JBoss-2.4.11.zip) = b2abf2cddc93673133baf8a00d66513a

View file

@ -30,6 +30,7 @@ etc/rc.d/020.jboss2.sh
%%T%%/docs/api/org/jboss/ejb/plugins/lock/package-frame.html
%%T%%/docs/api/org/jboss/ejb/plugins/lock/ApplicationDeadlockException.html
%%T%%/docs/api/org/jboss/ejb/plugins/lock/SimplePessimisticEJBLock.html
%%T%%/docs/api/org/jboss/ejb/plugins/lock/NoLock.html
%%T%%/docs/api/org/jboss/ejb/plugins/lock/MethodOnlyEJBLock.html
%%T%%/docs/api/org/jboss/ejb/plugins/lock/BeanLockSupport.html
%%T%%/docs/api/org/jboss/ejb/plugins/lock/package-summary.html
@ -720,6 +721,7 @@ etc/rc.d/020.jboss2.sh
%%T%%/src/org/jboss/ejb/plugins/lock/package.html
%%T%%/src/org/jboss/ejb/plugins/lock/QueuedPessimisticEJBLock.java
%%T%%/src/org/jboss/ejb/plugins/lock/SimplePessimisticEJBLock.java
%%T%%/src/org/jboss/ejb/plugins/lock/NoLock.java
%%T%%/src/org/jboss/ejb/plugins/lock/BeanLockSupport.java
%%T%%/src/org/jboss/ejb/plugins/lock/ApplicationDeadlockException.java
%%T%%/src/org/jboss/ejb/plugins/local/LocalHomeProxy.java