diff options
author | beech <beech@FreeBSD.org> | 2008-07-21 04:25:18 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-07-21 04:25:18 +0800 |
commit | 3a124d4c231ec1e9a9c90ea5f47bb0b3f826162c (patch) | |
tree | 14a9036de19581093d6e3caa48cf33f73a0fce84 /science/netcdf | |
parent | ab57b99b08dbd99ab371e8f6d34747c8de099d4a (diff) | |
download | freebsd-ports-gnome-3a124d4c231ec1e9a9c90ea5f47bb0b3f826162c.tar.gz freebsd-ports-gnome-3a124d4c231ec1e9a9c90ea5f47bb0b3f826162c.tar.zst freebsd-ports-gnome-3a124d4c231ec1e9a9c90ea5f47bb0b3f826162c.zip |
- Add regression-target since the port recommends running the checks before installing.
- Fix distinfo
- Bump portrevision
PR: ports/125550
Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
Approved by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer, with changes)
Diffstat (limited to 'science/netcdf')
-rw-r--r-- | science/netcdf/Makefile | 7 | ||||
-rw-r--r-- | science/netcdf/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index eeaf67fdff5c..45d76cf3c598 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -7,10 +7,10 @@ PORTNAME= netcdf PORTVERSION= 3.6.3 +PORTREVISION= 1 CATEGORIES= science -MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ http://sunpoet.net/distfiles/ -MASTER_SITE_SUBDIR= . old MAINTAINER= sunpoet@sunpoet.net COMMENT= Library for machine-independent, array-oriented data access @@ -40,4 +40,7 @@ post-install: .endfor .endif +regression-test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check + .include <bsd.port.mk> diff --git a/science/netcdf/distinfo b/science/netcdf/distinfo index 74b3545178c6..effcfec85197 100644 --- a/science/netcdf/distinfo +++ b/science/netcdf/distinfo @@ -1,3 +1,3 @@ -MD5 (netcdf-3.6.3.tar.gz) = e03ca6eb3a0d9126162b9fe1725cfed3 -SHA256 (netcdf-3.6.3.tar.gz) = 9aacdcad88774bd6e4515196f80f73bab54557e6fde07379f6bfb2d60fe717d3 -SIZE (netcdf-3.6.3.tar.gz) = 11489734 +MD5 (netcdf-3.6.3.tar.gz) = 334e9bdc010b6cd03fd6531a45fe50ad +SHA256 (netcdf-3.6.3.tar.gz) = afa1a0fa82b9ea33b035257b6e9662b22e135f98b2fd93d5cf030320dfc3ffa1 +SIZE (netcdf-3.6.3.tar.gz) = 11572512 |