Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 18:15:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550549 - head/devel/libfmt
Message-ID:  <202009291815.08TIFWRc090276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009291815.08TIFWRc090276>