diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-30 10:25:10 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-30 10:25:10 +0800 |
commit | 8c3be248a89dcb5b26ce40258cbf8b0e0a64d819 (patch) | |
tree | a1f4c3557477aed4e1e2debca955e17047bc9362 /net | |
parent | aaf8c76e9d406de976d7433c833397ba3fb6de46 (diff) | |
download | freebsd-ports-gnome-8c3be248a89dcb5b26ce40258cbf8b0e0a64d819.tar.gz freebsd-ports-gnome-8c3be248a89dcb5b26ce40258cbf8b0e0a64d819.tar.zst freebsd-ports-gnome-8c3be248a89dcb5b26ce40258cbf8b0e0a64d819.zip |
upgrade to 0.6.0
drop maintainership
Diffstat (limited to 'net')
-rw-r--r-- | net/pvm++/Makefile | 7 | ||||
-rw-r--r-- | net/pvm++/distinfo | 2 | ||||
-rw-r--r-- | net/pvm++/pkg-plist | 23 |
3 files changed, 15 insertions, 17 deletions
diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile index 05f0964c5e59..fac7082866d3 100644 --- a/net/pvm++/Makefile +++ b/net/pvm++/Makefile @@ -7,22 +7,19 @@ # PORTNAME= pvm++ -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://pvm-plus-plus.sourceforge.net/pub/%SUBDIR%/ \ http://goethe.ira.uka.de/~wilhelmi/pvm++/ MASTER_SITE_SUBDIR= ${PORTNAME:S:+:-plus:g} -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/pvm:${PORTSDIR}/net/pvm GNU_CONFIGURE= yes -USE_LIBTOOL= yes - USE_GMAKE= yes - INSTALLS_SHLIB= yes post-install: diff --git a/net/pvm++/distinfo b/net/pvm++/distinfo index 29d1170f98cc..cd4cc1ec859b 100644 --- a/net/pvm++/distinfo +++ b/net/pvm++/distinfo @@ -1 +1 @@ -MD5 (pvm++-0.5.1.tar.gz) = 1b561f0b0044d181f0cba7f71e82f107 +MD5 (pvm++-0.6.0.tar.gz) = d0b13867500b77a975e052aab0594319 diff --git a/net/pvm++/pkg-plist b/net/pvm++/pkg-plist index f5f1cf3b00c2..23d493503de4 100644 --- a/net/pvm++/pkg-plist +++ b/net/pvm++/pkg-plist @@ -23,19 +23,20 @@ lib/libpvm++.a lib/libpvm++.so lib/libpvm++.so.1 share/aclocal/pvm++.m4 +%%PORTDOCS%%share/doc/pvm++/Class.html +%%PORTDOCS%%share/doc/pvm++/Custom.html +%%PORTDOCS%%share/doc/pvm++/EmptyStruct.html %%PORTDOCS%%share/doc/pvm++/General.html %%PORTDOCS%%share/doc/pvm++/HIER.html -%%PORTDOCS%%share/doc/pvm++/PvmClass.html -%%PORTDOCS%%share/doc/pvm++/PvmCustom.html -%%PORTDOCS%%share/doc/pvm++/PvmEmptyStruct.html -%%PORTDOCS%%share/doc/pvm++/PvmHost.html -%%PORTDOCS%%share/doc/pvm++/PvmHostSet.html -%%PORTDOCS%%share/doc/pvm++/PvmReceiveAction.html -%%PORTDOCS%%share/doc/pvm++/PvmStruct.html -%%PORTDOCS%%share/doc/pvm++/PvmStructId.html -%%PORTDOCS%%share/doc/pvm++/PvmStructSet.html -%%PORTDOCS%%share/doc/pvm++/PvmTask.html -%%PORTDOCS%%share/doc/pvm++/PvmTaskSet.html +%%PORTDOCS%%share/doc/pvm++/Host.html +%%PORTDOCS%%share/doc/pvm++/HostSet.html +%%PORTDOCS%%share/doc/pvm++/Pvm.html +%%PORTDOCS%%share/doc/pvm++/ReceiveAction.html +%%PORTDOCS%%share/doc/pvm++/Struct.html +%%PORTDOCS%%share/doc/pvm++/StructId.html +%%PORTDOCS%%share/doc/pvm++/StructSet.html +%%PORTDOCS%%share/doc/pvm++/Task.html +%%PORTDOCS%%share/doc/pvm++/TaskSet.html %%PORTDOCS%%share/doc/pvm++/index.html %%PORTDOCS%%share/doc/pvm++/icon1.png %%PORTDOCS%%share/doc/pvm++/icon2.png |