diff options
author | thierry <thierry@FreeBSD.org> | 2005-10-13 03:28:40 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-10-13 03:28:40 +0800 |
commit | 70d9ed97c3c15f53655f2da98b9ccfe4deb9706d (patch) | |
tree | 8db49f7c156fc24ebb36b846a8637b9faa09e635 /math | |
parent | 9043b0fa4d7c194b8256a9d89c55d21739b6b3b4 (diff) | |
download | freebsd-ports-gnome-70d9ed97c3c15f53655f2da98b9ccfe4deb9706d.tar.gz freebsd-ports-gnome-70d9ed97c3c15f53655f2da98b9ccfe4deb9706d.tar.zst freebsd-ports-gnome-70d9ed97c3c15f53655f2da98b9ccfe4deb9706d.zip |
Stabilizing: the PETSc Team builds a special tarball for the FreeBSD
port, with patch level included in DISTNAME. Thanks to them!
Diffstat (limited to 'math')
-rw-r--r-- | math/petsc/Makefile | 7 | ||||
-rw-r--r-- | math/petsc/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile index 03ddc685ec7d..657c04382861 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -9,13 +9,14 @@ PORTNAME= petsc PORTVERSION= 2.3.0 PORTREVISION= 3 CATEGORIES= math parallel -MASTER_SITES= ftp://info.mcs.anl.gov/pub/petsc/%SUBDIR%/ -MASTER_SITE_SUBDIR= . software_old -DISTNAME= v${PORTVERSION}.${PORTNAME} +MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ +DISTNAME= v${PORTVERSION}-${PATCHLEVEL}.${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Portable, Extensible Toolkit for Scientific computation +PATCHLEVEL= 36 + HAS_CONFIGURE= yes USE_PYTHON= yes USE_REINPLACE= yes diff --git a/math/petsc/distinfo b/math/petsc/distinfo index b5b13df99454..4d010f6cff94 100644 --- a/math/petsc/distinfo +++ b/math/petsc/distinfo @@ -1,2 +1,2 @@ -MD5 (v2.3.0.petsc.tar.gz) = 848dd31deaf52447998e2d4c9d1e3f39 -SIZE (v2.3.0.petsc.tar.gz) = 9404277 +MD5 (v2.3.0-36.petsc.tar.gz) = 848dd31deaf52447998e2d4c9d1e3f39 +SIZE (v2.3.0-36.petsc.tar.gz) = 9404277 |