Update devel/jakarta-commons-chain to latest upstream stable version 1.1
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
State Changed From-To: open->feedback Doesn't install. See http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=1279 and http://sce-tindy.tecnik93.com/tb-exp/wrkdirs/6-STABLE-i386-myPT/jakarta-commons-chain-1.1.tbz and http://sce-tindy.tecnik93.com/tb-exp/wrkdirs/5-STABLE-i386-myPT/jakarta-commons-chain-1.1.tbz
Attaching a patch to be applied to the original patch which fixes the install issue. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # chain-1.1+fix.patch # echo x - chain-1.1+fix.patch sed 's/^X//' >chain-1.1+fix.patch << 'END-of-chain-1.1+fix.patch' Xdiff -ruN jakarta-commons-chain-pre/Makefile jakarta-commons-chain/Makefile X--- jakarta-commons-chain-pre/Makefile Wed Jan 3 13:26:07 2007 X+++ jakarta-commons-chain/Makefile Wed Jan 3 13:24:30 2007 X@@ -35,7 +35,7 @@ X X MAKE_CLASSPATH!= ${ECHO_CMD} ${JAR_DEPENDS:C|:.*$||} | ${SED} 's| |:|g' X X-ALL_TARGET= compile X+ALL_TARGET= jar X .if !defined(NOPORTDOCS) X ALL_TARGET+= javadoc X OTHERDOCS= LICENSE.txt NOTICE.txt X@@ -47,7 +47,7 @@ X X do-install: X @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." X- @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar X+ @${INSTALL_DATA} ${WRKSRC}/target/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar X @${ECHO_MSG} " [ DONE ]" X X .if !defined(NOPORTDOCS) END-of-chain-1.1+fix.patch exit -- Adam VanderHook acidos@bandwidth-junkies.net http://acidos.bandwidth-junkies.net/
State Changed From-To: feedback->open new patch revceived
itetcu 2007-01-03 23:11:39 UTC FreeBSD ports repository Modified files: devel/jakarta-commons-chain Makefile distinfo Log: Update devel/jakarta-commons-chain to latest upstream stable version 1.1 PR: 107334 Submitted by: Adam VanderHook (maintainer) Revision Changes Path 1.2 +4 -4 ports/devel/jakarta-commons-chain/Makefile 1.3 +3 -3 ports/devel/jakarta-commons-chain/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"
State Changed From-To: open->closed Committed. Thanks!