Date: Tue, 28 Oct 2008 23:22:40 GMT From: "Pedro F. Giffuni" <giffunip@tutopia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/128447: Update science/silo to version 4.6.2 Message-ID: <200810282322.m9SNMe1v095450@www.freebsd.org> Resent-Message-ID: <200810282330.m9SNU119011445@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128447 >Category: ports >Synopsis: Update science/silo to version 4.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 28 23:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 7.0-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 8 16:42:27 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC amd64 >Description: Update to latest version which fixes issues with string manipulations. For now hide the regression-test under a MAINTAINER_MODE since skipped checks appear as failures. >How-To-Repeat: >Fix: diff -ruN silo.orig/Makefile silo/Makefile --- silo.orig/Makefile 2008-10-28 18:08:08.000000000 -0500 +++ silo/Makefile 2008-10-28 18:09:29.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= silo -PORTVERSION= 4.6.1 +PORTVERSION= 4.6.2 CATEGORIES= science MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/ @@ -67,7 +67,9 @@ @${MV} ${PREFIX}/lib/${LIBSILO}.so ${PREFIX}/lib/${LIBSILO}.so.4 @${LN} -sf ${PREFIX}/lib/${LIBSILO}.so.4 ${PREFIX}/lib/${LIBSILO}.so +.ifdef MAINTAINER_MODE regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check +.endif .include <bsd.port.mk> diff -ruN silo.orig/distinfo silo/distinfo --- silo.orig/distinfo 2008-10-28 18:08:08.000000000 -0500 +++ silo/distinfo 2008-10-28 18:09:38.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (silo-4.6.1.tar.gz) = 34b030e8c098b89bd79ee1b23477b283 -SHA256 (silo-4.6.1.tar.gz) = 8e5c314db468613a2a6ddf7c3ce07a0a9f969e854e5957011f0cade184bf0ac7 -SIZE (silo-4.6.1.tar.gz) = 2618748 +MD5 (silo-4.6.2.tar.gz) = 81a09425caddf2eac819468d2f79a883 +SHA256 (silo-4.6.2.tar.gz) = 333b7642eb3d95121d1e9e7dc1695f1164fc83583f0733c8c6d876b67c20815c +SIZE (silo-4.6.2.tar.gz) = 11020008 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810282322.m9SNMe1v095450>