From owner-svn-ports-all@freebsd.org Thu Jun 7 13:32:00 2018 Return-Path: Delivered-To: svn-ports-all@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 480E5FE7C67; Thu, 7 Jun 2018 13:32:00 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 370AE6917B; Thu, 7 Jun 2018 13:31:22 +0000 (UTC) (envelope-from tijl@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 19C8920B6D; Thu, 7 Jun 2018 13:31:22 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w57DVLIN034860; Thu, 7 Jun 2018 13:31:21 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w57DVL84034856; Thu, 7 Jun 2018 13:31:21 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201806071331.w57DVL84034856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 7 Jun 2018 13:31:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471919 - in head/security/libbeid: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/security/libbeid: . files X-SVN-Commit-Revision: 471919 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.26 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: Thu, 07 Jun 2018 13:32:00 -0000 Author: tijl Date: Thu Jun 7 13:31:21 2018 New Revision: 471919 URL: https://svnweb.freebsd.org/changeset/ports/471919 Log: Update to 4.4.2. Modified: head/security/libbeid/Makefile head/security/libbeid/distinfo head/security/libbeid/files/patch-Makefile.am head/security/libbeid/files/patch-configure.ac Modified: head/security/libbeid/Makefile ============================================================================== --- head/security/libbeid/Makefile Thu Jun 7 13:31:08 2018 (r471918) +++ head/security/libbeid/Makefile Thu Jun 7 13:31:21 2018 (r471919) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libbeid -PORTVERSION= 4.3.4 +PORTVERSION= 4.4.2 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/libbeid/distinfo ============================================================================== --- head/security/libbeid/distinfo Thu Jun 7 13:31:08 2018 (r471918) +++ head/security/libbeid/distinfo Thu Jun 7 13:31:21 2018 (r471919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509642563 -SHA256 (Fedict-eid-mw-v4.3.4_GH0.tar.gz) = 3f89c490fa53a56e3f7a0ae17adb2b7cecfd19f258dd818e8570b6e4b3fdc9ab -SIZE (Fedict-eid-mw-v4.3.4_GH0.tar.gz) = 7516859 +TIMESTAMP = 1528377686 +SHA256 (Fedict-eid-mw-v4.4.2_GH0.tar.gz) = c0d9882d9445e51bc57b2f7f003ae03d7842354101c3d27d6a2a68cdb9d3a0d2 +SIZE (Fedict-eid-mw-v4.4.2_GH0.tar.gz) = 7716375 Modified: head/security/libbeid/files/patch-Makefile.am ============================================================================== --- head/security/libbeid/files/patch-Makefile.am Thu Jun 7 13:31:08 2018 (r471918) +++ head/security/libbeid/files/patch-Makefile.am Thu Jun 7 13:31:21 2018 (r471919) @@ -1,10 +1,10 @@ ---- Makefile.am.orig 2017-10-27 12:42:43 UTC +--- Makefile.am.orig 2018-05-31 12:57:18 UTC +++ Makefile.am @@ -1,11 +1,7 @@ ACLOCAL_AMFLAGS = -I scripts/m4 EXTRA_DIST = scripts/build-aux/config.rpath scripts/build-aux/genver.sh .version debian rpm doc --SUBDIRS=cardcomm/pkcs11/src doc/sdk/include/rsaref220 plugins_tools/util tests/unit plugins_tools/xpi +-SUBDIRS=cardcomm/pkcs11/src doc/sdk/include/rsaref220 plugins_tools/util tests/unit plugins_tools/xpi plugins_tools/chrome_pkcs11 - -if GTK -SUBDIRS += plugins_tools/aboutmw/gtk plugins_tools/eid-viewer Modified: head/security/libbeid/files/patch-configure.ac ============================================================================== --- head/security/libbeid/files/patch-configure.ac Thu Jun 7 13:31:08 2018 (r471918) +++ head/security/libbeid/files/patch-configure.ac Thu Jun 7 13:31:21 2018 (r471919) @@ -1,4 +1,4 @@ ---- configure.ac.orig 2017-10-27 12:42:43 UTC +--- configure.ac.orig 2018-05-31 12:57:18 UTC +++ configure.ac @@ -70,8 +70,6 @@ fi AM_CONDITIONAL(GTK, [test "$have_gtk" != "no"]) @@ -28,7 +28,7 @@ MAINVERSION=$(echo $PACKAGE_VERSION|sed -e 's/-.*$//') AC_DEFINE_UNQUOTED([MAINVERSION], $MAINVERSION, [do not change this]) AC_SUBST(MAINVERSION) -@@ -174,16 +160,6 @@ AC_CONFIG_FILES([Makefile +@@ -174,17 +160,6 @@ AC_CONFIG_FILES([Makefile cardcomm/pkcs11/src/libbeidpkcs11.pc cardcomm/pkcs11/src/beidpkcs11.json cardcomm/pkcs11/src/dialogs/dialogsgtk/po/Makefile.in @@ -37,6 +37,7 @@ - plugins_tools/util/Makefile - plugins_tools/aboutmw/gtk/Makefile - plugins_tools/aboutmw/gtk/po/Makefile.in +- plugins_tools/chrome_pkcs11/Makefile - plugins_tools/eid-viewer/Makefile - plugins_tools/eid-viewer/test/Makefile - plugins_tools/eid-viewer/gtk/po/Makefile.in