From owner-svn-ports-head@freebsd.org Tue Apr 21 17:48:06 2020 Return-Path: Delivered-To: svn-ports-head@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 E11152B25E6; Tue, 21 Apr 2020 17:48:06 +0000 (UTC) (envelope-from thierry@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 4969yZ5cvhz3GjL; Tue, 21 Apr 2020 17:48:06 +0000 (UTC) (envelope-from thierry@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 BC29B4FE7; Tue, 21 Apr 2020 17:48:06 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03LHm65l019340; Tue, 21 Apr 2020 17:48:06 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03LHm6nX019339; Tue, 21 Apr 2020 17:48:06 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202004211748.03LHm6nX019339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 21 Apr 2020 17:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532287 - head/math/libsemigroups X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/math/libsemigroups X-SVN-Commit-Revision: 532287 X-SVN-Commit-Repository: ports 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.29 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: Tue, 21 Apr 2020 17:48:06 -0000 Author: thierry Date: Tue Apr 21 17:48:06 2020 New Revision: 532287 URL: https://svnweb.freebsd.org/changeset/ports/532287 Log: Fix DEPENDS and upgrade to v1.0.9. Release notes at: Modified: head/math/libsemigroups/Makefile head/math/libsemigroups/distinfo Modified: head/math/libsemigroups/Makefile ============================================================================== --- head/math/libsemigroups/Makefile Tue Apr 21 17:40:13 2020 (r532286) +++ head/math/libsemigroups/Makefile Tue Apr 21 17:48:06 2020 (r532287) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsemigroups -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.9 DISTVERSIONPREFIX= v CATEGORIES= math @@ -11,8 +11,8 @@ COMMENT= C++ library for semigroups and monoids LICENSE= GPLv3 -BUILD_DEPENDS= libfmt>0:devel/libfmt \ - HPCombi>0:math/hpcombi +BUILD_DEPENDS= HPCombi>0:math/hpcombi +LIB_DEPENDS= libfmt.so:devel/libfmt USE_GITHUB= yes Modified: head/math/libsemigroups/distinfo ============================================================================== --- head/math/libsemigroups/distinfo Tue Apr 21 17:40:13 2020 (r532286) +++ head/math/libsemigroups/distinfo Tue Apr 21 17:48:06 2020 (r532287) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586166067 -SHA256 (libsemigroups-libsemigroups-v1.0.7_GH0.tar.gz) = 301762f45275fc4ac101c8c399bde61eed5527e217f566f8fd230558b9a2992d -SIZE (libsemigroups-libsemigroups-v1.0.7_GH0.tar.gz) = 810473 +TIMESTAMP = 1587489994 +SHA256 (libsemigroups-libsemigroups-v1.0.9_GH0.tar.gz) = 48ddd47e3df3288a2931b87eb6a873e108ec7292472b33b01b1c2c1038673572 +SIZE (libsemigroups-libsemigroups-v1.0.9_GH0.tar.gz) = 810614