From owner-svn-ports-all@freebsd.org Mon Jan 14 13:02:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0665149F997; Mon, 14 Jan 2019 13:02:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 52A6787DD2; Mon, 14 Jan 2019 13:02:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D91D31CB; Mon, 14 Jan 2019 13:02:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0ED2wfY044740; Mon, 14 Jan 2019 13:02:58 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0ED2vn6044737; Mon, 14 Jan 2019 13:02:57 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901141302.x0ED2vn6044737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 14 Jan 2019 13:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490252 - head/science/mcstas X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/science/mcstas X-SVN-Commit-Revision: 490252 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 52A6787DD2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2019 13:02:59 -0000 Author: swills Date: Mon Jan 14 13:02:57 2019 New Revision: 490252 URL: https://svnweb.freebsd.org/changeset/ports/490252 Log: science/mcstas: update to 2.5 While here, update LICENSE, clean up, pet portlint PR: 234589 Submitted by: Erik B Knudsen (maintainer) Modified: head/science/mcstas/Makefile (contents, props changed) head/science/mcstas/distinfo (contents, props changed) head/science/mcstas/pkg-plist (contents, props changed) Modified: head/science/mcstas/Makefile ============================================================================== --- head/science/mcstas/Makefile Mon Jan 14 12:51:59 2019 (r490251) +++ head/science/mcstas/Makefile Mon Jan 14 13:02:57 2019 (r490252) @@ -1,19 +1,20 @@ # $FreeBSD$ PORTNAME= mcstas -PORTVERSION= 2.2a +PORTVERSION= 2.5 CATEGORIES= science -MASTER_SITES= http://download.mcstas.org/${PORTNAME}-${PORTVERSION}/unix/McStas-${PORTVERSION}-UNIX-src/ +MASTER_SITES= http://download.mcstas.org/${PORTNAME}-${PORTVERSION}/unix/ DISTNAME= mcstas-${PORTVERSION}-src MAINTAINER= erkn@fysik.dtu.dk COMMENT= Monte Carlo neutron ray tracing package -LICENSE= LGPL21+ +LICENSE= GPLv2 -USES= bison:build cmake -CMAKE_ARGS= "-Denable_mcstas=1" +USES= bison:build cmake shebangfix +CMAKE_ARGS= "-Denable_mcstas=1" +SHEBANG_FILES= cmake/support/install-scripts/postinst.in cmake/support/run-scripts/mccode_errmsg.in MANDIRS= ${PREFIX}/${PORTNAME}/${DISTVERSION}/doc/man/man1 PLIST_SUB+= PORTVERSION=${PORTVERSION} @@ -22,7 +23,7 @@ MCEXECS= mcstas mcformat post-install: .for e in ${MCEXECS} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${PORTNAME}/${PORTVERSION}/bin/${e} - ${LN} -s ${PREFIX}/${PORTNAME}/${PORTVERSION}/bin/${e} ${STAGEDIR}${PREFIX}/bin/${e} + ${RLN} -s ${STAGEDIR}/${PREFIX}/${PORTNAME}/${PORTVERSION}/bin/${e} ${STAGEDIR}${PREFIX}/bin/${e} .endfor .include Modified: head/science/mcstas/distinfo ============================================================================== --- head/science/mcstas/distinfo Mon Jan 14 12:51:59 2019 (r490251) +++ head/science/mcstas/distinfo Mon Jan 14 13:02:57 2019 (r490252) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511649139 -SHA256 (mcstas-2.2a-src.tar.gz) = 7f8cca7ceea87e4b99c17ee16e4f1e6fd89712d2de1ba61ab97a2cd7ea0f8b9d -SIZE (mcstas-2.2a-src.tar.gz) = 347943 +TIMESTAMP = 1545386556 +SHA256 (mcstas-2.5-src.tar.gz) = b666d46e6b458f35932ef10f1b22d40fd37bc2e1f87f77709d8793da3a818fa7 +SIZE (mcstas-2.5-src.tar.gz) = 253503 Modified: head/science/mcstas/pkg-plist ============================================================================== --- head/science/mcstas/pkg-plist Mon Jan 14 12:51:59 2019 (r490251) +++ head/science/mcstas/pkg-plist Mon Jan 14 13:02:57 2019 (r490252) @@ -1,13 +1,10 @@ -mcstas/%%PORTVERSION%%/LGPL -mcstas/%%PORTVERSION%%/LICENSE.LIB -mcstas/%%PORTVERSION%%/NOMENCLATURE -mcstas/%%PORTVERSION%%/README +bin/mcformat +bin/mcstas +mcstas/%%PORTVERSION%%/COPYING mcstas/%%PORTVERSION%%/bin/mcformat mcstas/%%PORTVERSION%%/bin/mcstas -mcstas/%%PORTVERSION%%/data/Al.nxs -mcstas/%%PORTVERSION%%/data/Cu.nxs -mcstas/%%PORTVERSION%%/doc/man/man1/mcformat-%%PORTVERSION%%.1.gz -mcstas/%%PORTVERSION%%/doc/man/man1/mcstas-%%PORTVERSION%%.1.gz +mcstas/%%PORTVERSION%%/bin/mcstas_errmsg +mcstas/%%PORTVERSION%%/bin/postinst mcstas/%%PORTVERSION%%/environment mcstas/%%PORTVERSION%%/module mcstas/%%PORTVERSION%%/share/adapt_tree-lib.c @@ -16,40 +13,14 @@ mcstas/%%PORTVERSION%%/share/general.c mcstas/%%PORTVERSION%%/share/general.h mcstas/%%PORTVERSION%%/share/interoff-lib.c mcstas/%%PORTVERSION%%/share/interoff-lib.h -mcstas/%%PORTVERSION%%/share/interpolation/array-utils.c -mcstas/%%PORTVERSION%%/share/interpolation/array-utils.h -mcstas/%%PORTVERSION%%/share/interpolation/natural/README -mcstas/%%PORTVERSION%%/share/interpolation/natural/delaunay.c -mcstas/%%PORTVERSION%%/share/interpolation/natural/delaunay.h -mcstas/%%PORTVERSION%%/share/interpolation/natural/example.c -mcstas/%%PORTVERSION%%/share/interpolation/natural/natural.c -mcstas/%%PORTVERSION%%/share/interpolation/natural/natural.h -mcstas/%%PORTVERSION%%/share/interpolation/natural/predicates.c -mcstas/%%PORTVERSION%%/share/interpolation/natural/utils-extra.c -mcstas/%%PORTVERSION%%/share/interpolation/natural/utils-extra.h -mcstas/%%PORTVERSION%%/share/interpolation/natural/vertex.h -mcstas/%%PORTVERSION%%/share/interpolation/nearest/README -mcstas/%%PORTVERSION%%/share/interpolation/nearest/example.c -mcstas/%%PORTVERSION%%/share/interpolation/nearest/kdtree.c -mcstas/%%PORTVERSION%%/share/interpolation/nearest/kdtree.h -mcstas/%%PORTVERSION%%/share/interpolation/nearest/vertex.h -mcstas/%%PORTVERSION%%/share/interpolation/resample.c -mcstas/%%PORTVERSION%%/share/interpolation/resample.h +mcstas/%%PORTVERSION%%/share/interpolation-lib.c +mcstas/%%PORTVERSION%%/share/interpolation-lib.h mcstas/%%PORTVERSION%%/share/intersection.c mcstas/%%PORTVERSION%%/share/intersection.h mcstas/%%PORTVERSION%%/share/mccode-r.c mcstas/%%PORTVERSION%%/share/mccode-r.h mcstas/%%PORTVERSION%%/share/mcstas-r.c mcstas/%%PORTVERSION%%/share/mcstas-r.h -mcstas/%%PORTVERSION%%/share/nxslib/README.TXT -mcstas/%%PORTVERSION%%/share/nxslib/nxs.c -mcstas/%%PORTVERSION%%/share/nxslib/nxs.h -mcstas/%%PORTVERSION%%/share/nxslib/sgclib.c -mcstas/%%PORTVERSION%%/share/nxslib/sgfind.c -mcstas/%%PORTVERSION%%/share/nxslib/sghkl.c -mcstas/%%PORTVERSION%%/share/nxslib/sginfo.h -mcstas/%%PORTVERSION%%/share/nxslib/sgio.c -mcstas/%%PORTVERSION%%/share/nxslib/sgsi.c mcstas/%%PORTVERSION%%/share/pol-lib.c mcstas/%%PORTVERSION%%/share/pol-lib.h mcstas/%%PORTVERSION%%/share/read_table-lib.c @@ -58,5 +29,3 @@ mcstas/%%PORTVERSION%%/share/ref-lib.c mcstas/%%PORTVERSION%%/share/ref-lib.h mcstas/%%PORTVERSION%%/share/vitess-lib.c mcstas/%%PORTVERSION%%/share/vitess-lib.h -bin/mcstas -bin/mcformat