diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-01 10:32:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-01 10:32:04 +0000 |
commit | e24a851fecb0731532337964c013e2e093446611 (patch) | |
tree | fb51fefe354fa14c2576b881919a13778175db3e /misc | |
parent | - Update to 1.4 (diff) |
- Update to 2.5
PR: 120089
Submitted by: Stefan Pauly <stefan@fh-mainz.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=206557
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pipe/Makefile | 15 | ||||
-rw-r--r-- | misc/pipe/distinfo | 6 |
2 files changed, 10 insertions, 11 deletions
diff --git a/misc/pipe/Makefile b/misc/pipe/Makefile index 075a2f7fd8a7..c99a438b5fd6 100644 --- a/misc/pipe/Makefile +++ b/misc/pipe/Makefile @@ -7,17 +7,16 @@ # PORTNAME= pipe -PORTVERSION= 2.4.5 +PORTVERSION= 2.5 CATEGORIES= misc java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF 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 @@ PORTDOCS=* 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 --git a/misc/pipe/distinfo b/misc/pipe/distinfo index 6d8d2292683b..cd62a94a17b2 100644 --- a/misc/pipe/distinfo +++ b/misc/pipe/distinfo @@ -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 |