diff options
author | asau <asau@pkgsrc.org> | 2009-05-19 23:44:55 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-05-19 23:44:55 +0000 |
commit | 4b3be959709a5f7c9fa940aec2a09e65e3c977db (patch) | |
tree | 88686df53656ea426f0f778de8b4adbb174631f4 /parallel/pvm3/Makefile | |
parent | 87563b9442933ae2b6597faae73007c199cb989b (diff) | |
download | pkgsrc-4b3be959709a5f7c9fa940aec2a09e65e3c977db.tar.gz |
Update to PVM 3.4.6
Changes since previous release:
- security fixes;
- update of the BEOLIN architecture port;
- miscellaneous bug and documentation fixes.
Diffstat (limited to 'parallel/pvm3/Makefile')
-rw-r--r-- | parallel/pvm3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile index 777e70b23d2..00bc7229a12 100644 --- a/parallel/pvm3/Makefile +++ b/parallel/pvm3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2009/02/22 14:15:28 asau Exp $ +# $NetBSD: Makefile,v 1.57 2009/05/19 23:44:55 asau Exp $ -DISTNAME= pvm3.4.5 -PKGNAME= pvm-3.4.5 -PKGREVISION= 6 +DISTNAME= pvm3.4.6 +PKGNAME= pvm-3.4.6 CATEGORIES= parallel MASTER_SITES= ${MASTER_SITE_NETLIB:=pvm3/} EXTRACT_SUFX= .tgz |