From owner-svn-ports-all@freebsd.org Sat May 30 05:58:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 27A612FE8F2; Sat, 30 May 2020 05:58:06 +0000 (UTC) (envelope-from yuri@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49YrML05drz4DtG; Sat, 30 May 2020 05:58:06 +0000 (UTC) (envelope-from yuri@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 F2A3924423; Sat, 30 May 2020 05:58:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04U5w5rq093422; Sat, 30 May 2020 05:58:05 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04U5w5ss093420; Sat, 30 May 2020 05:58:05 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202005300558.04U5w5ss093420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 30 May 2020 05:58:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537042 - head/science/spglib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/spglib X-SVN-Commit-Revision: 537042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 30 May 2020 05:58:06 -0000 Author: yuri Date: Sat May 30 05:58:05 2020 New Revision: 537042 URL: https://svnweb.freebsd.org/changeset/ports/537042 Log: science/spglib: Update 1.12.2 -> 1.15.1 Modified: head/science/spglib/Makefile head/science/spglib/distinfo head/science/spglib/pkg-descr Modified: head/science/spglib/Makefile ============================================================================== --- head/science/spglib/Makefile Sat May 30 05:36:57 2020 (r537041) +++ head/science/spglib/Makefile Sat May 30 05:58:05 2020 (r537042) @@ -2,7 +2,7 @@ PORTNAME= spglib DISTVERSIONPREFIX= v -DISTVERSION= 1.12.2 +DISTVERSION= 1.15.1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -11,11 +11,12 @@ COMMENT= C library for finding and handling crystal sy LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf libtool +USES= autoreconf libtool # cmake is also available now, but the header path change breaks dependencies USE_GITHUB= yes -GH_ACCOUNT= atztogo GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip .include Modified: head/science/spglib/distinfo ============================================================================== --- head/science/spglib/distinfo Sat May 30 05:36:57 2020 (r537041) +++ head/science/spglib/distinfo Sat May 30 05:58:05 2020 (r537042) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549761834 -SHA256 (atztogo-spglib-v1.12.2_GH0.tar.gz) = d92f5e4fa0f54cc0abd0209b81c4d5c647dae9d25b774c2296f44b8558b17976 -SIZE (atztogo-spglib-v1.12.2_GH0.tar.gz) = 1992738 +TIMESTAMP = 1590817272 +SHA256 (spglib-spglib-v1.15.1_GH0.tar.gz) = b6dc2c8adcc7d0edee7a076e765c28b2941b2aeba590d213a0b4893c8af0c026 +SIZE (spglib-spglib-v1.15.1_GH0.tar.gz) = 2006773 Modified: head/science/spglib/pkg-descr ============================================================================== --- head/science/spglib/pkg-descr Sat May 30 05:36:57 2020 (r537041) +++ head/science/spglib/pkg-descr Sat May 30 05:58:05 2020 (r537042) @@ -8,4 +8,4 @@ Features: * Find a primitive cell * Search irreducible k-points -WWW: https://atztogo.github.io/spglib/ +WWW: https://spglib.github.io/spglib/