From owner-svn-ports-head@FreeBSD.ORG Thu Feb 26 03:20:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2211840; Thu, 26 Feb 2015 03:20:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B42C6CFE; Thu, 26 Feb 2015 03:20:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1Q3KTwR010588; Thu, 26 Feb 2015 03:20:29 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1Q3KSP4010585; Thu, 26 Feb 2015 03:20:28 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201502260320.t1Q3KSP4010585@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 26 Feb 2015 03:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379982 - head/security/gpgme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 26 Feb 2015 03:20:30 -0000 Author: jhale Date: Thu Feb 26 03:20:28 2015 New Revision: 379982 URL: https://svnweb.freebsd.org/changeset/ports/379982 QAT: https://qat.redports.org/buildarchive/r379982/ Log: - Update to 1.5.3 Modified: head/security/gpgme/Makefile head/security/gpgme/distinfo head/security/gpgme/pkg-plist Modified: head/security/gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Thu Feb 26 02:59:53 2015 (r379981) +++ head/security/gpgme/Makefile Thu Feb 26 03:20:28 2015 (r379982) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gpgme -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.5.3 CATEGORIES= security MASTER_SITES= GNUPG/gpgme @@ -50,11 +49,6 @@ CONFIGURE_ARGS+= --disable-gpgsm-test .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/gpgme-config.in \ - ${WRKSRC}/tests/gpg/Makefile.in @${REINPLACE_CMD} -e 's|^clfilesdir.*|clfilesdir=$$\(libdir\)/common-lisp/gpgme|g' \ ${WRKSRC}/lang/cl/Makefile.in Modified: head/security/gpgme/distinfo ============================================================================== --- head/security/gpgme/distinfo Thu Feb 26 02:59:53 2015 (r379981) +++ head/security/gpgme/distinfo Thu Feb 26 03:20:28 2015 (r379982) @@ -1,2 +1,2 @@ -SHA256 (gpgme-1.5.1.tar.bz2) = 6c2f3af8ceeb303277d44ec0216d9a1271701f65b91d5942264cf7cefb4a11e3 -SIZE (gpgme-1.5.1.tar.bz2) = 964623 +SHA256 (gpgme-1.5.3.tar.bz2) = 0db040c5b07e69cfe9a0b4566c8e90151ebacfe122c97c452f11386654aefcc9 +SIZE (gpgme-1.5.3.tar.bz2) = 968670 Modified: head/security/gpgme/pkg-plist ============================================================================== --- head/security/gpgme/pkg-plist Thu Feb 26 02:59:53 2015 (r379981) +++ head/security/gpgme/pkg-plist Thu Feb 26 03:20:28 2015 (r379982) @@ -1,12 +1,13 @@ bin/gpgme-config +bin/gpgme-tool include/gpgme/gpgme.h lib/common-lisp/gpgme/gpgme-package.lisp lib/common-lisp/gpgme/gpgme.asd lib/common-lisp/gpgme/gpgme.lisp lib/libgpgme-pthread.so lib/libgpgme-pthread.so.11 -lib/libgpgme-pthread.so.11.13.0 +lib/libgpgme-pthread.so.11.13.2 lib/libgpgme.so lib/libgpgme.so.11 -lib/libgpgme.so.11.13.0 +lib/libgpgme.so.11.13.2 share/aclocal/gpgme.m4