Bug 107334 - MAINTAINER UPDATE: devel/jakarta-commons-chain to v1.1
Summary: MAINTAINER UPDATE: devel/jakarta-commons-chain to v1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-29 17:10 UTC by Adam VanderHook
Modified: 2007-01-03 23:20 UTC (History)
0 users

See Also:


Attachments
file.shar (1.79 KB, text/plain)
2006-12-29 17:10 UTC, Adam VanderHook
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam VanderHook 2006-12-29 17:10:06 UTC
Update devel/jakarta-commons-chain to latest upstream stable version 1.1
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-12-30 04:16:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 3 Adam VanderHook 2007-01-03 18:33:47 UTC
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/
Comment 4 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-03 23:02:12 UTC
State Changed
From-To: feedback->open

new patch revceived
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-01-03 23:11:46 UTC
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"
Comment 6 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-03 23:11:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!