Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2007 14:29:46 GMT
From:      Stefan Pauly <stefan@fh-mainz.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115248: [UPDATE PORT] misc/pipe: update to 2.5, take maintainership
Message-ID:  <200708061429.l76ETkBR000284@www.freebsd.org>
Resent-Message-ID: <200708061430.l76EU1ma044370@freefall.freebsd.org>

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

>Number:         115248
>Category:       ports
>Synopsis:       [UPDATE PORT] misc/pipe: update to 2.5, take maintainership
>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:   Mon Aug 06 14:30:01 GMT 2007
>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:
This is an update of misc/pipe from 2.0 to 2.5.
>How-To-Repeat:

>Fix:
diff -ruN --exclude=CVS ./pipe.orig/Makefile ./pipe/Makefile
--- ./pipe.orig/Makefile	Sun May 20 05:48:34 2007
+++ ./pipe/Makefile	Mon Aug  6 15:41:24 2007
@@ -7,18 +7,16 @@
 #
 
 PORTNAME=	pipe
-PORTVERSION=	2.0
-PORTREVISION=	1
+PORTVERSION=	2.5
 CATEGORIES=	misc java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pipe2
-DISTNAME=	PIPE2_V2_0
+DISTNAME=	PipeV2-5
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Platform Independent Petri-Net Editor 2
+MAINTAINER=	stefan@fh-mainz.de
+COMMENT=	A tool for creating and analysing Petri nets.
 
 USE_ZIP=	yes
-WRKSRC=		${WRKDIR}/Pipe
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_JAVA=	yes
@@ -43,9 +41,9 @@
 	@${FIND} ${DATADIR} -type d | ${SORT} -r | \
 		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
 .if !defined(NOPORTDOCS)
-	cd ${WRKSRC}/doc && \
+	cd ${WRKSRC}/docs && \
 		${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/javadoc/{} \;
-	cd ${WRKSRC}/doc && \
+	cd ${WRKSRC}/docs && \
 		${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/javadoc/{} \;
 .endif
 
diff -ruN --exclude=CVS ./pipe.orig/distinfo ./pipe/distinfo
--- ./pipe.orig/distinfo	Thu Jun  8 22:12:09 2006
+++ ./pipe/distinfo	Mon Aug  6 15:41:24 2007
@@ -1,3 +1,3 @@
-MD5 (PIPE2_V2_0.zip) = bcffc02ad80d8ae29421a2db4abd7c3f
-SHA256 (PIPE2_V2_0.zip) = e0795c9a338c83d770fac8c4202b41d7f91641de03db8de6f158e36306b32d05
-SIZE (PIPE2_V2_0.zip) = 1931536
+MD5 (PipeV2-5.zip) = 013816a8408745d4a5c4e6f848ec008d
+SHA256 (PipeV2-5.zip) = eb73a797d6d251bce0bf7a20ae0fcc98697f37bb2216ee63a8754bf51ec0404b
+SIZE  (PipeV2-5.zip) = 7508153
diff -ruN --exclude=CVS ./pipe.orig/files/pipe.sh.in ./pipe/files/pipe.sh.in
--- ./pipe.orig/files/pipe.sh.in	Thu Apr  7 01:59:53 2005
+++ ./pipe/files/pipe.sh.in	Mon Aug  6 15:45:18 2007
@@ -2,4 +2,5 @@
 #
 # $FreeBSD: ports/misc/pipe/files/pipe.sh.in,v 1.1 2005/04/06 23:59:53 hq Exp $
 
+cd %%DATADIR%%
 JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "%%DATADIR%%" RunGui


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



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