Date: Thu, 17 Jul 2008 19:40:03 GMT From: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/125550: science/netcdf add regression-target Message-ID: <200807171940.m6HJe3I1033504@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/125550; it has been noted by GNATS. From: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/125550: science/netcdf add regression-target Date: Fri, 18 Jul 2008 03:33:38 +0800 On Sat, Jul 12, 2008 at 09:50:14PM +0000, Edwin Groothuis wrote: > Maintainer of science/netcdf, > > Please note that PR ports/125550 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125550 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org Approved with minor changes. - Bump revision for rerolled tarball. diff -ruN /usr/ports/science/netcdf/Makefile /usr/ports/sunpoet/netcdf/Makefile --- /usr/ports/science/netcdf/Makefile 2008-06-26 08:50:13.060267145 +0800 +++ /usr/ports/sunpoet/netcdf/Makefile 2008-07-17 16:05:59.178921352 +0800 @@ -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 @@ .endfor .endif +regression-test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check + .include <bsd.port.mk> diff -ruN /usr/ports/science/netcdf/distinfo /usr/ports/sunpoet/netcdf/distinfo --- /usr/ports/science/netcdf/distinfo 2008-06-26 08:50:13.060267145 +0800 +++ /usr/ports/sunpoet/netcdf/distinfo 2008-07-17 16:04:56.652262517 +0800 @@ -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 -- Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807171940.m6HJe3I1033504>