From owner-svn-ports-head@freebsd.org Sat Dec 24 12:07:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92B11C8EFE5; Sat, 24 Dec 2016 12:07:27 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6D387181E; Sat, 24 Dec 2016 12:07:27 +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 uBOC7QMX003260; Sat, 24 Dec 2016 12:07:26 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBOC7QW9003256; Sat, 24 Dec 2016 12:07:26 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612241207.uBOC7QW9003256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 24 Dec 2016 12:07:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429329 - in head/security/p11-kit: . files 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.23 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: Sat, 24 Dec 2016 12:07:27 -0000 Author: novel Date: Sat Dec 24 12:07:26 2016 New Revision: 429329 URL: https://svnweb.freebsd.org/changeset/ports/429329 Log: security/p11-kit: update to 0.23.3 - project has moved to github - p11-kit-remote and trust-extract-compat were moved from lib/p11-kit to libexec/p11-kit Added: head/security/p11-kit/files/patch-Makefile.in (contents, props changed) Modified: head/security/p11-kit/Makefile head/security/p11-kit/distinfo head/security/p11-kit/pkg-plist Modified: head/security/p11-kit/Makefile ============================================================================== --- head/security/p11-kit/Makefile Sat Dec 24 11:59:39 2016 (r429328) +++ head/security/p11-kit/Makefile Sat Dec 24 12:07:26 2016 (r429329) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= p11-kit -PORTVERSION= 0.23.2 +PORTVERSION= 0.23.3 CATEGORIES= security devel -MASTER_SITES= http://p11-glue.freedesktop.org/releases/ +MASTER_SITES= https://github.com/p11-glue/p11-kit/releases/download/${PORTVERSION}/ MAINTAINER= novel@FreeBSD.org COMMENT= Library for loading and enumerating of PKCS\#11 modules Modified: head/security/p11-kit/distinfo ============================================================================== --- head/security/p11-kit/distinfo Sat Dec 24 11:59:39 2016 (r429328) +++ head/security/p11-kit/distinfo Sat Dec 24 12:07:26 2016 (r429329) @@ -1,2 +1,3 @@ -SHA256 (p11-kit-0.23.2.tar.gz) = ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0 -SIZE (p11-kit-0.23.2.tar.gz) = 1022733 +TIMESTAMP = 1482251495 +SHA256 (p11-kit-0.23.3.tar.gz) = d487f04dba3f9e8256f53034c59c944ca45fd7b8434c095da6a74079644dcd82 +SIZE (p11-kit-0.23.3.tar.gz) = 1047441 Added: head/security/p11-kit/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p11-kit/files/patch-Makefile.in Sat Dec 24 12:07:26 2016 (r429329) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2016-12-20 16:51:38 UTC ++++ Makefile.in +@@ -4246,7 +4246,7 @@ uninstall-am: uninstall-binPROGRAMS unin + + # Proxy module is actually same as library, so install a link + @OS_WIN32_FALSE@install-exec-hook: +-@OS_WIN32_FALSE@ $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.{so,dylib}` $(DESTDIR)$(libdir)/p11-kit-proxy.so ++@OS_WIN32_FALSE@ $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.so` $(DESTDIR)$(libdir)/p11-kit-proxy.so + @OS_WIN32_FALSE@ $(MKDIR_P) $(DESTDIR)$(p11_package_config_modules) + + @WITH_TRUST_MODULE_TRUE@asn: Modified: head/security/p11-kit/pkg-plist ============================================================================== --- head/security/p11-kit/pkg-plist Sat Dec 24 11:59:39 2016 (r429328) +++ head/security/p11-kit/pkg-plist Sat Dec 24 12:07:26 2016 (r429329) @@ -10,12 +10,12 @@ include/p11-kit-1/p11-kit/remote.h include/p11-kit-1/p11-kit/uri.h lib/libp11-kit.so lib/libp11-kit.so.0 -lib/libp11-kit.so.0.1.0 +lib/libp11-kit.so.0.2.0 lib/p11-kit-proxy.so -lib/p11-kit/p11-kit-remote -lib/p11-kit/trust-extract-compat lib/pkcs11/p11-kit-trust.so libdata/pkgconfig/p11-kit-1.pc +libexec/p11-kit/p11-kit-remote +libexec/p11-kit/trust-extract-compat share/gtk-doc/html/p11-kit/config-example.html share/gtk-doc/html/p11-kit/config-files.html share/gtk-doc/html/p11-kit/config.html @@ -29,7 +29,6 @@ share/gtk-doc/html/p11-kit/devel.html share/gtk-doc/html/p11-kit/gtk-doc.css share/gtk-doc/html/p11-kit/home.png share/gtk-doc/html/p11-kit/index.html -share/gtk-doc/html/p11-kit/index.sgml share/gtk-doc/html/p11-kit/left-insensitive.png share/gtk-doc/html/p11-kit/left.png share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html