From owner-svn-ports-head@freebsd.org Tue Sep 29 18:15:38 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 7C10142BF99; Tue, 29 Sep 2020 18:15:38 +0000 (UTC) (envelope-from sunpoet@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 4C16y06PSYz3yBL; Tue, 29 Sep 2020 18:15:36 +0000 (UTC) (envelope-from sunpoet@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 55B9312A3F; Tue, 29 Sep 2020 18:15:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08TIFX0d090278; Tue, 29 Sep 2020 18:15:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08TIFWRc090276; Tue, 29 Sep 2020 18:15:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009291815.08TIFWRc090276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 29 Sep 2020 18:15:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550549 - head/devel/libfmt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/libfmt X-SVN-Commit-Revision: 550549 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.33 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, 29 Sep 2020 18:15:39 -0000 Author: sunpoet Date: Tue Sep 29 18:15:32 2020 New Revision: 550549 URL: https://svnweb.freebsd.org/changeset/ports/550549 Log: Update MASTER_SITES: use upstream release zipball - Update pkg-descr - Update WWW - Take maintainership Modified: head/devel/libfmt/Makefile head/devel/libfmt/distinfo head/devel/libfmt/pkg-descr Modified: head/devel/libfmt/Makefile ============================================================================== --- head/devel/libfmt/Makefile Tue Sep 29 18:15:26 2020 (r550548) +++ head/devel/libfmt/Makefile Tue Sep 29 18:15:32 2020 (r550549) @@ -1,20 +1,20 @@ # $FreeBSD$ -PORTNAME= libfmt +PORTNAME= fmt # Make sure to check devel/spdlog consumers too -DISTVERSION= 7.0.3 +PORTVERSION= 7.0.3 +MASTER_SITES= https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/ CATEGORIES= devel +PKGNAMEPREFIX= lib -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Formatting library for C++ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= cmake compiler:c++11-lang -USE_GITHUB= yes -GH_ACCOUNT= fmtlib -GH_PROJECT= fmt +USES= cmake compiler:c++11-lang zip + USE_LDCONFIG= yes CMAKE_OFF= FMT_DOC FMT_TEST Modified: head/devel/libfmt/distinfo ============================================================================== --- head/devel/libfmt/distinfo Tue Sep 29 18:15:26 2020 (r550548) +++ head/devel/libfmt/distinfo Tue Sep 29 18:15:32 2020 (r550549) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598434777 -SHA256 (fmtlib-fmt-7.0.3_GH0.tar.gz) = b4b51bc16288e2281cddc59c28f0b4f84fed58d016fb038273a09f05f8473297 -SIZE (fmtlib-fmt-7.0.3_GH0.tar.gz) = 740047 +TIMESTAMP = 1601319668 +SHA256 (fmt-7.0.3.zip) = decfdf9ad274070fa85f26407b816f5a4d82205ae86bac1990be658d0795ea4d +SIZE (fmt-7.0.3.zip) = 1152094 Modified: head/devel/libfmt/pkg-descr ============================================================================== --- head/devel/libfmt/pkg-descr Tue Sep 29 18:15:26 2020 (r550548) +++ head/devel/libfmt/pkg-descr Tue Sep 29 18:15:32 2020 (r550549) @@ -1,4 +1,5 @@ -fmt is an open-source formatting library for C++. It can be used as a -safe alternative to printf or as a fast alternative to IOStreams. +fmt is an open-source formatting library providing a fast and safe alternative +to C stdio and C++ iostreams. -WWW: http://fmtlib.net/ +WWW: https://fmt.dev/ +WWW: https://github.com/fmtlib/fmt