Date: Wed, 6 Apr 2005 12:46:02 +1000 (EST) From: Sam Lawrance <boris@brooknet.com.au> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/79578: [PATCH] misc/pipe: unbreak and update to 0.b.1.5 Message-ID: <20050406024602.8DC0A99B@localhost> Resent-Message-ID: <200504060250.j362o4Jv005028@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79578 >Category: ports >Synopsis: [PATCH] misc/pipe: unbreak and update to 0.b.1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Apr 06 02:50:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #11: Sun Mar 6 12:44:50 EST >Description: - Update to 0.b.1.5 - Stipulate JAVA_VERSION - Symlink examples so the program can find them and provide the "Examples" menu >How-To-Repeat: >Fix: --- pipe-0.b.1.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/misc/pipe/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 26 Mar 2005 07:06:21 -0000 1.2 +++ Makefile 6 Apr 2005 01:47:52 -0000 @@ -7,22 +7,21 @@ # PORTNAME= pipe -PORTVERSION= 0.b.1.0 +PORTVERSION= 0.b.1.5 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= petri-net -DISTNAME= ${PORTNAME}-beta-1.0 +DISTNAME= ${PORTNAME}-beta-1.5 MAINTAINER= ports@FreeBSD.org COMMENT= Platform Independent Petri-Net Editor -BROKEN= Size mismatch - USE_ZIP= yes -WRKSRC= ${WRKDIR}/PIPE +WRKSRC= ${WRKDIR}/${PORTNAME} NO_WRKSUBDIR= yes NO_BUILD= yes USE_JAVA= yes +JAVA_VERSION= 1.3+ PLIST_FILES= bin/pipe @@ -37,13 +36,16 @@ ${INSTALL_SCRIPT} ${WRKSRC}/pipe ${PREFIX}/bin @${MKDIR} ${DATADIR} ${CP} -R ${WRKSRC}/bin/ ${DATADIR} + ${LN} -s ${DATADIR}/petri-nets ${DATADIR}/Example\ nets @${FIND} ${DATADIR} ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${DATADIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} +.for i in javadoc license manual + ${CP} -R ${WRKSRC}/resources/${i} ${DOCSDIR} +.endfor .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/misc/pipe/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 23 Aug 2004 08:04:45 -0000 1.1 +++ distinfo 5 Apr 2005 13:38:10 -0000 @@ -1,2 +1,2 @@ -MD5 (pipe-beta-1.0.zip) = bd9bff57bec23a2e1fdfac61546421a4 -SIZE (pipe-beta-1.0.zip) = 1797504 +MD5 (pipe-beta-1.5.zip) = ad88a8b58de02fb0b68f7f85b11d3057 +SIZE (pipe-beta-1.5.zip) = 1498335 --- pipe-0.b.1.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050406024602.8DC0A99B>