From owner-svn-ports-head@freebsd.org Sun Dec 16 14:22:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDAC41329E94; Sun, 16 Dec 2018 14:22:10 +0000 (UTC) (envelope-from novel@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 866A2891D6; Sun, 16 Dec 2018 14:22:10 +0000 (UTC) (envelope-from novel@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 79E1D965; Sun, 16 Dec 2018 14:22:10 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBGEMAUw007349; Sun, 16 Dec 2018 14:22:10 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBGEM9Jd007345; Sun, 16 Dec 2018 14:22:09 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201812161422.wBGEM9Jd007345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 16 Dec 2018 14:22:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487590 - in head/security/libgpg-error: . files X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: in head/security/libgpg-error: . files X-SVN-Commit-Revision: 487590 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 866A2891D6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.82 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.88)[-0.881,0] 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: Sun, 16 Dec 2018 14:22:11 -0000 Author: novel Date: Sun Dec 16 14:22:09 2018 New Revision: 487590 URL: https://svnweb.freebsd.org/changeset/ports/487590 Log: security/libgpg-error: update to 1.33 Include upstream fix for not portable expr(1) usage. [1] 1: https://github.com/gpg/libgpg-error/commit/1d71dbb Added: head/security/libgpg-error/files/ head/security/libgpg-error/files/patch-src_gpgrt-config (contents, props changed) Modified: head/security/libgpg-error/Makefile head/security/libgpg-error/distinfo head/security/libgpg-error/pkg-plist Modified: head/security/libgpg-error/Makefile ============================================================================== --- head/security/libgpg-error/Makefile Sun Dec 16 14:18:42 2018 (r487589) +++ head/security/libgpg-error/Makefile Sun Dec 16 14:22:09 2018 (r487590) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libgpg-error -PORTVERSION= 1.32 -PORTREVISION= 1 +PORTVERSION= 1.33 CATEGORIES= security devel MASTER_SITES= GNUPG Modified: head/security/libgpg-error/distinfo ============================================================================== --- head/security/libgpg-error/distinfo Sun Dec 16 14:18:42 2018 (r487589) +++ head/security/libgpg-error/distinfo Sun Dec 16 14:22:09 2018 (r487590) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531485573 -SHA256 (libgpg-error-1.32.tar.bz2) = c345c5e73cc2332f8d50db84a2280abfb1d8f6d4f1858b9daa30404db44540ca -SIZE (libgpg-error-1.32.tar.bz2) = 904382 +TIMESTAMP = 1544339276 +SHA256 (libgpg-error-1.33.tar.bz2) = 5d38826656e746c936e7742d9cde072b50baa3c4c49daa168a56813612bf03ff +SIZE (libgpg-error-1.33.tar.bz2) = 918344 Added: head/security/libgpg-error/files/patch-src_gpgrt-config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libgpg-error/files/patch-src_gpgrt-config Sun Dec 16 14:22:09 2018 (r487590) @@ -0,0 +1,22 @@ +--- src/gpgrt-config.orig 2018-11-15 16:10:09 UTC ++++ src/gpgrt-config +@@ -448,8 +448,8 @@ sysroot () { + _result="$_result${_result:+ }$_opt" + shift + _result="$_result $PKG_CONFIG_SYSROOT_DIR$1" +- elif expr "$1" : "^$_opt" >/dev/null; then +- _result="$_result${_result:+ }$_opt$PKG_CONFIG_SYSROOT_DIR$(expr "$1" : "^$_opt\(.*\)")" ++ elif expr "x$1" : "^x$_opt" >/dev/null; then ++ _result="$_result${_result:+ }$_opt$PKG_CONFIG_SYSROOT_DIR$(expr "x$1" : "^x$_opt\(.*\)")" + else + _result="$_result${_result:+ }$1" + fi +@@ -568,7 +568,7 @@ done + + if [ -z "$module_list" ]; then + module_list=${myname%-config} +-elif expr match "$module_list" "=\|!=\|<\|>\|<=\|>=" >/dev/null; then ++elif expr "$module_list" : "=\|!=\|<\|>\|<=\|>=" >/dev/null; then + module_list="${myname%-config} $module_list" + fi + Modified: head/security/libgpg-error/pkg-plist ============================================================================== --- head/security/libgpg-error/pkg-plist Sun Dec 16 14:18:42 2018 (r487589) +++ head/security/libgpg-error/pkg-plist Sun Dec 16 14:22:09 2018 (r487590) @@ -7,8 +7,9 @@ include/gpgrt.h lib/libgpg-error.a lib/libgpg-error.so lib/libgpg-error.so.0 -lib/libgpg-error.so.0.24.3 -man/man1/gpg-error-config.1.gz +lib/libgpg-error.so.0.25.0 +libdata/pkgconfig/gpg-error.pc +man/man1/gpgrt-config.1.gz share/aclocal/gpg-error.m4 share/aclocal/gpgrt.m4 share/common-lisp/source/gpg-error/gpg-error-codes.lisp