From owner-svn-ports-all@freebsd.org Sun Oct 18 15:35:02 2020 Return-Path: Delivered-To: svn-ports-all@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 DDBE0434E02; Sun, 18 Oct 2020 15:35:02 +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 4CDkTy31n4z4ZD1; Sun, 18 Oct 2020 15:35:02 +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 CBFDB1487A; Sun, 18 Oct 2020 15:34:58 +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 09IFYwsg002229; Sun, 18 Oct 2020 15:34:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09IFYwAd002226; Sun, 18 Oct 2020 15:34:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202010181534.09IFYwAd002226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Oct 2020 15:34:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552639 - head/www/libjwt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/libjwt X-SVN-Commit-Revision: 552639 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2020 15:35:03 -0000 Author: sunpoet Date: Sun Oct 18 15:34:57 2020 New Revision: 552639 URL: https://svnweb.freebsd.org/changeset/ports/552639 Log: Update to 1.12.1 - Update LICENSE_FILE Changes: https://github.com/benmcollins/libjwt/commits/master Modified: head/www/libjwt/Makefile head/www/libjwt/distinfo head/www/libjwt/pkg-plist Modified: head/www/libjwt/Makefile ============================================================================== --- head/www/libjwt/Makefile Sun Oct 18 15:34:53 2020 (r552638) +++ head/www/libjwt/Makefile Sun Oct 18 15:34:57 2020 (r552639) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libjwt -PORTVERSION= 1.12.0 +PORTVERSION= 1.12.1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -10,7 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= JSON Web Token implementation in C LICENSE= MPL20 -LICENSE_FILE= ${WRKSRC}/MPL-2.0 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= jansson>=2.0:devel/jansson LIB_DEPENDS= libjansson.so:devel/jansson Modified: head/www/libjwt/distinfo ============================================================================== --- head/www/libjwt/distinfo Sun Oct 18 15:34:53 2020 (r552638) +++ head/www/libjwt/distinfo Sun Oct 18 15:34:57 2020 (r552639) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579615938 -SHA256 (benmcollins-libjwt-v1.12.0_GH0.tar.gz) = eaf5d8b31d867c02dde767efa2cf494840885a415a3c9a62680bf870a4511bee -SIZE (benmcollins-libjwt-v1.12.0_GH0.tar.gz) = 109163 +TIMESTAMP = 1602877805 +SHA256 (benmcollins-libjwt-v1.12.1_GH0.tar.gz) = d29e4250d437340b076350e910e69fd5539ef8b92528d0306745cec0e343cc17 +SIZE (benmcollins-libjwt-v1.12.1_GH0.tar.gz) = 106787 Modified: head/www/libjwt/pkg-plist ============================================================================== --- head/www/libjwt/pkg-plist Sun Oct 18 15:34:53 2020 (r552638) +++ head/www/libjwt/pkg-plist Sun Oct 18 15:34:57 2020 (r552639) @@ -3,6 +3,6 @@ bin/jwtgen include/jwt.h lib/libjwt.a lib/libjwt.so -lib/libjwt.so.0 -lib/libjwt.so.0.7.0 +lib/libjwt.so.1 +lib/libjwt.so.1.7.0 libdata/pkgconfig/libjwt.pc