Date: Tue, 18 Jan 2022 22:57:47 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0c630095821a - main - net/libproxy: Use upstream release archive Message-ID: <202201182257.20IMvlmG068872@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c630095821a60ec815289035f279ee02d9390ff commit 0c630095821a60ec815289035f279ee02d9390ff Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-01-18 22:56:00 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-01-18 22:56:06 +0000 net/libproxy: Use upstream release archive Use upstream release archive as recommended by Porters Handbook (USE_GITHUB section) PR: 261265 Reviewed by: desktop (tcberner) --- net/libproxy/Makefile | 6 +++--- net/libproxy/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index e09ee72e26e3..63f5cc2a3ff5 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -2,8 +2,9 @@ PORTNAME= libproxy DISTVERSION= 0.4.17 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net devel +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= desktop@FreeBSD.org COMMENT?= Library that provides automatic proxy configuration management @@ -11,10 +12,9 @@ COMMENT?= Library that provides automatic proxy configuration management LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES+= cmake cpe pathfix pkgconfig +USES+= cmake cpe pathfix pkgconfig tar:xz CPE_VENDOR= libproxy_project PATHFIX_CMAKELISTSTXT= devfiles.cmk -USE_GITHUB= yes CMAKE_ON+= WITH_VALA CMAKE_OFF+= BIPR WITH_DOTNET WITH_NATUS WITH_NM WITH_NMold diff --git a/net/libproxy/distinfo b/net/libproxy/distinfo index 9354e0ad01e9..b51e5c7ec3d6 100644 --- a/net/libproxy/distinfo +++ b/net/libproxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614342859 -SHA256 (libproxy-libproxy-0.4.17_GH0.tar.gz) = 88c624711412665515e2800a7e564aabb5b3ee781b9820eca9168035b0de60a9 -SIZE (libproxy-libproxy-0.4.17_GH0.tar.gz) = 95542 +TIMESTAMP = 1642408064 +SHA256 (libproxy-0.4.17.tar.xz) = bc89f842f654ee1985a31c0ba56dc7e2ce8044a0264ddca84e650f46cd7f8b05 +SIZE (libproxy-0.4.17.tar.xz) = 80136
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201182257.20IMvlmG068872>