diff options
Diffstat (limited to 'math/petsc/Makefile')
-rw-r--r-- | math/petsc/Makefile | 7 |
1 files changed, 4 insertions, 3 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 |