Index: head/security/libgpg-error/Makefile =================================================================== --- head/security/libgpg-error/Makefile (revision 487589) +++ head/security/libgpg-error/Makefile (revision 487590) @@ -1,40 +1,39 @@ # Created by: Sergei Kolobov # $FreeBSD$ PORTNAME= libgpg-error -PORTVERSION= 1.32 -PORTREVISION= 1 +PORTVERSION= 1.33 CATEGORIES= security devel MASTER_SITES= GNUPG MAINTAINER= novel@FreeBSD.org COMMENT= Common error values for all GnuPG components LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes USES= gmake libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CPP+= -P CONFIGURE_ARGS= --enable-static=yes INSTALL_TARGET= install-strip NLS_CONFIGURE_OFF= --disable-nls NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} --with-libintl-prefix=${LOCALBASE} NLS_USES= gettext iconv DOCS= AUTHORS ChangeLog NEWS README INFO= gpgrt post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/security/libgpg-error/distinfo =================================================================== --- head/security/libgpg-error/distinfo (revision 487589) +++ head/security/libgpg-error/distinfo (revision 487590) @@ -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 Index: head/security/libgpg-error/files/patch-src_gpgrt-config =================================================================== --- head/security/libgpg-error/files/patch-src_gpgrt-config (nonexistent) +++ head/security/libgpg-error/files/patch-src_gpgrt-config (revision 487590) @@ -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 + Property changes on: head/security/libgpg-error/files/patch-src_gpgrt-config ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/libgpg-error/pkg-plist =================================================================== --- head/security/libgpg-error/pkg-plist (revision 487589) +++ head/security/libgpg-error/pkg-plist (revision 487590) @@ -1,42 +1,43 @@ bin/gpg-error bin/gpg-error-config bin/gpgrt-config bin/yat2m include/gpg-error.h 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 share/common-lisp/source/gpg-error/gpg-error-package.lisp share/common-lisp/source/gpg-error/gpg-error.asd share/common-lisp/source/gpg-error/gpg-error.lisp %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/errorref.txt %%NLS%%share/locale/cs/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/da/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/de/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/eo/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/es/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/fr/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/hu/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/it/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/ja/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/nl/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/pl/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/pt/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/ro/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/ru/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/sr/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/sv/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/uk/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/vi/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo