From owner-svn-ports-head@freebsd.org Wed May 11 15:03:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72299B37EE5; Wed, 11 May 2016 15:03:14 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id 2679D1D3C; Wed, 11 May 2016 15:03:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4BF3D88002791; Wed, 11 May 2016 15:03:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4BF3DZo002788; Wed, 11 May 2016 15:03:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605111503.u4BF3DZo002788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 11 May 2016 15:03:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415005 - head/science/libxc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2016 15:03:14 -0000 Author: amdmi3 Date: Wed May 11 15:03:12 2016 New Revision: 415005 URL: https://svnweb.freebsd.org/changeset/ports/415005 Log: - Update to 3.0.0 - While here, fix LICENSE PR: 209144 Submitted by: dieterich@ogolem.org (maintainer) Modified: head/science/libxc/Makefile head/science/libxc/distinfo head/science/libxc/pkg-plist Modified: head/science/libxc/Makefile ============================================================================== --- head/science/libxc/Makefile Wed May 11 14:59:51 2016 (r415004) +++ head/science/libxc/Makefile Wed May 11 15:03:12 2016 (r415005) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= libxc -PORTVERSION= 2.1.2 +PORTVERSION= 3.0.0 CATEGORIES= science MASTER_SITES= http://www.tddft.org/programs/octopus/download/libxc/ MAINTAINER= dieterich@ogolem.org COMMENT= Library of exchange-correlation functionals for DFT -LICENSE= LGPL3 +LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= fortran gmake libtool perl5 Modified: head/science/libxc/distinfo ============================================================================== --- head/science/libxc/distinfo Wed May 11 14:59:51 2016 (r415004) +++ head/science/libxc/distinfo Wed May 11 15:03:12 2016 (r415005) @@ -1,2 +1,2 @@ -SHA256 (libxc-2.1.2.tar.gz) = 6c866168fa6245e6777cec8a1da257975e2e4cf410681416e248fbff2b03e55d -SIZE (libxc-2.1.2.tar.gz) = 724139 +SHA256 (libxc-3.0.0.tar.gz) = 5542b99042c09b2925f2e3700d769cda4fb411b476d446c833ea28c6bfa8792a +SIZE (libxc-3.0.0.tar.gz) = 8388775 Modified: head/science/libxc/pkg-plist ============================================================================== --- head/science/libxc/pkg-plist Wed May 11 14:59:51 2016 (r415004) +++ head/science/libxc/pkg-plist Wed May 11 15:03:12 2016 (r415005) @@ -2,6 +2,7 @@ bin/xc-info include/libxc_funcs_m.mod include/xc.h include/xc_config.h +include/xc_f03_lib_m.mod include/xc_f90_lib_m.mod include/xc_f90_types_m.mod include/xc_funcs.h @@ -9,6 +10,14 @@ include/xc_unconfig.h include/xc_version.h lib/libxc.a lib/libxc.so -lib/libxc.so.1 -lib/libxc.so.1.1.2 +lib/libxc.so.4 +lib/libxc.so.4.0.0 +lib/libxcf03.a +lib/libxcf03.so +lib/libxcf03.so.4 +lib/libxcf03.so.4.0.0 +lib/libxcf90.a +lib/libxcf90.so +lib/libxcf90.so.4 +lib/libxcf90.so.4.0.0 libdata/pkgconfig/libxc.pc