Date: Mon, 26 Jul 2010 23:40:51 +0100 (BST) From: Chris Rees <utisoft@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/148973: Maintainer update: java/jgraphx and unbreak fetch Message-ID: <201007262240.o6QMepLq006236@amnesiac.bayofrum.net> Resent-Message-ID: <201007262250.o6QMo6XI068902@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148973 >Category: ports >Synopsis: Maintainer update: java/jgraphx and unbreak fetch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 26 22:50:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: >Organization: >Environment: System: FreeBSD amnesiac.bayofrum.net 8.0-RELEASE-p4 FreeBSD 8.0-RELEASE-p4 #0: Mon Jul 12 20:22:27 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: 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 >How-To-Repeat: >Fix: --- jgraphx.diff begins here --- 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 --- jgraphx.diff ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007262240.o6QMepLq006236>