Updated, and the fetch on the master site now has a nasty license agreement thing that I can't work out how to get around, although redistribution is permitted... I've also replaced a FIND and CPIO with a COPYTREE_SHARE Fix: -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.--jcxFWQieZpj0IdC9iCXFo3xURVl9lIGGAYCAZNAjdGJffeuv Content-Type: text/plain; name="jgraphx.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="jgraphx.diff" diff -ruN java/jgraphx.orig/Makefile java/jgraphx/Makefile --- java/jgraphx.orig/Makefile 2010-07-26 23:20:43.000000000 +0100 +++ java/jgraphx/Makefile 2010-07-26 23:29:32.000000000 +0100 @@ -6,10 +6,9 @@ # PORTNAME= jgraphx -PORTVERSION= 1.3.0.0 +PORTVERSION= 1.4.0.9 CATEGORIES= java graphics -MASTER_SITES= http://www.jgraph.com/downloads/jgraphx/archive/ \ - http://www.bayofrum.net/dist/jgraphx/ +MASTER_SITES= http://www.bayofrum.net/dist/jgraphx/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g} MAINTAINER= utisoft@gmail.com @@ -53,15 +52,15 @@ do-install-jar: @${ECHO_CMD} -n ">> Installing .jar file..." - @${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}.jar ${JAVAJARDIR}/${PORTNAME}.jar + @${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}.jar \ + ${JAVAJARDIR}/${PORTNAME}.jar @${ECHO_CMD} " [DONE]" do-install-javadoc: .if !defined(NOPORTDOCS) @${ECHO_CMD} -n ">> Installing documentation in ${DOCSDIR}..." @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/docs && ${FIND} . \ - | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} + @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${DOCSDIR} @${ECHO_CMD} " [DONE]" .endif diff -ruN java/jgraphx.orig/distinfo java/jgraphx/distinfo --- java/jgraphx.orig/distinfo 2010-07-26 23:20:43.000000000 +0100 +++ java/jgraphx/distinfo 2010-07-26 23:35:10.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (jgraphx-1_3_0_0.zip) = 9dc5da98559b96c3273b4075bdbff0c2 -SHA256 (jgraphx-1_3_0_0.zip) = 85c4e971ddcc1519eb0764d855959019fe68184673cba0b948f2a8013f91e663 -SIZE (jgraphx-1_3_0_0.zip) = 3034449 +MD5 (jgraphx-1_4_0_9.zip) = 4cb82dde5e50373920ead11737a0cff4 +SHA256 (jgraphx-1_4_0_9.zip) = fc8f99a86a2c5a05f4dbf2c2b74079b2e77a327f9d0a83495620c7381a693c88 +SIZE (jgraphx-1_4_0_9.zip) = 3493905
State Changed From-To: open->closed Committed. Thanks!
lwhsu 2010-08-22 11:58:38 UTC FreeBSD ports repository Modified files: java/jgraphx Makefile distinfo Log: - Update to 1.4.0.9 PR: ports/148973 Submitted by: Chris Rees <utisoft AT gmail.com> (maintainer) Revision Changes Path 1.3 +5 -6 ports/java/jgraphx/Makefile 1.3 +3 -3 ports/java/jgraphx/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"