svn commit: r471919 - in head/security/libbeid: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Jun 7 13:32:00 UTC 2018


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


More information about the svn-ports-all mailing list