Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2008 16:54:32 GMT
From:      Stefan Pauly <stefan@fh-mainz.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120089: [UPDATE PORT] misc/pipe: update to 2.5
Message-ID:  <200801281654.m0SGsWo1067888@www.freebsd.org>
Resent-Message-ID: <200801281700.m0SH03So049004@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120089
>Category:       ports
>Synopsis:       [UPDATE PORT] misc/pipe: update to 2.5
>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 Jan 28 17:00:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Pauly
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
>Environment:
FreeBSD gogswana.fh-mainz.de 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat May 26 18:26:24 CEST 2007     root@gogswana.fh-mainz.de:/usr/obj/usr/src/sys/SMP3  amd64
>Description:
Update to 2.5
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/misc/pipe/Makefile ./pipe/Makefile
--- /usr/ports/misc/pipe/Makefile	Sat Aug 18 05:37:26 2007
+++ ./pipe/Makefile	Mon Jan 28 17:35:24 2008
@@ -7,17 +7,16 @@
 #
 
 PORTNAME=	pipe
-PORTVERSION=	2.4.5
+PORTVERSION=	2.5
 CATEGORIES=	misc java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pipe2
-DISTNAME=	PipeV2-45
+DISTNAME=	pipe25_rc5
 
 MAINTAINER=	stefan@fh-mainz.de
 COMMENT=	A tool for creating and analysing Petri nets
 
 USE_ZIP=	yes
-NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.3+
@@ -32,18 +31,18 @@
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/pipe.sh ${PREFIX}/bin/pipe
 	@${MKDIR} ${DATADIR}
-	cd ${WRKSRC}/bin && \
+	cd ${WRKSRC} && \
 		${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \;
-	cd ${WRKSRC}/bin && \
+	cd ${WRKSRC} && \
 		${FIND} . -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
 	@${FIND} ${DATADIR} ! -type d | \
 		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
 	@${FIND} ${DATADIR} -type d | ${SORT} -r | \
 		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
 .if !defined(NOPORTDOCS)
-	cd ${WRKSRC}/docs && \
+	cd ${WRKSRC}/Docs && \
 		${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/javadoc/{} \;
-	cd ${WRKSRC}/docs && \
+	cd ${WRKSRC}/Docs && \
 		${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/javadoc/{} \;
 .endif
 
diff -ruN --exclude=CVS /usr/ports/misc/pipe/distinfo ./pipe/distinfo
--- /usr/ports/misc/pipe/distinfo	Sat Aug 18 05:37:26 2007
+++ ./pipe/distinfo	Mon Jan 28 16:16:49 2008
@@ -1,3 +1,3 @@
-MD5 (PipeV2-45.zip) = 013816a8408745d4a5c4e6f848ec008d
-SHA256 (PipeV2-45.zip) = eb73a797d6d251bce0bf7a20ae0fcc98697f37bb2216ee63a8754bf51ec0404b
-SIZE  (PipeV2-45.zip) = 7508153
+MD5 (pipe25_rc5.zip) = 1f5302db93b855bbc5624a447573afdb
+SHA256 (pipe25_rc5.zip) = ce702f300f691bdc10e2b9727ea4f15d0baec002548d352d3c80a01e6be060c1
+SIZE (pipe25_rc5.zip) = 2070158


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801281654.m0SGsWo1067888>