Skip to content

Commit

Permalink
- Add regression-target since the port recommends running the checks …
Browse files Browse the repository at this point in the history
…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)
  • Loading branch information
Beech Rintoul authored and Beech Rintoul committed Jul 20, 2008
1 parent e138b52 commit 296e7c6
Showing 4 changed files with 16 additions and 10 deletions.
7 changes: 5 additions & 2 deletions science/netcdf/Makefile
Original file line number Diff line number Diff line change
@@ -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>
6 changes: 3 additions & 3 deletions science/netcdf/distinfo
Original file line number Diff line number Diff line change
@@ -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
7 changes: 5 additions & 2 deletions science/netcdf4/Makefile
Original file line number Diff line number Diff line change
@@ -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>
6 changes: 3 additions & 3 deletions science/netcdf4/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 296e7c6

Please sign in to comment.