Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2018 14:46:37 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481740 - in head/security/beid: . files
Message-ID:  <201810101446.w9AEkbmd079098@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Oct 10 14:46:36 2018
New Revision: 481740
URL: https://svnweb.freebsd.org/changeset/ports/481740

Log:
  Update to 4.4.9.

Modified:
  head/security/beid/Makefile
  head/security/beid/distinfo
  head/security/beid/files/patch-plugins_tools_eid-viewer_Makefile.am

Modified: head/security/beid/Makefile
==============================================================================
--- head/security/beid/Makefile	Wed Oct 10 13:55:30 2018	(r481739)
+++ head/security/beid/Makefile	Wed Oct 10 14:46:36 2018	(r481740)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	beid
-PORTVERSION=	4.4.5
+PORTVERSION=	4.4.9
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 

Modified: head/security/beid/distinfo
==============================================================================
--- head/security/beid/distinfo	Wed Oct 10 13:55:30 2018	(r481739)
+++ head/security/beid/distinfo	Wed Oct 10 14:46:36 2018	(r481740)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533912357
-SHA256 (Fedict-eid-mw-v4.4.5_GH0.tar.gz) = d2411d1534a1ee37b98cd12e17a79abe818e0a08c30c9e677af0b39a68e8396c
-SIZE (Fedict-eid-mw-v4.4.5_GH0.tar.gz) = 7720366
+TIMESTAMP = 1539174882
+SHA256 (Fedict-eid-mw-v4.4.9_GH0.tar.gz) = 3a49845b4ddb3ee89a532dd587f33474b489f82058771d7e1ccc3a8b007f1267
+SIZE (Fedict-eid-mw-v4.4.9_GH0.tar.gz) = 7974783

Modified: head/security/beid/files/patch-plugins_tools_eid-viewer_Makefile.am
==============================================================================
--- head/security/beid/files/patch-plugins_tools_eid-viewer_Makefile.am	Wed Oct 10 13:55:30 2018	(r481739)
+++ head/security/beid/files/patch-plugins_tools_eid-viewer_Makefile.am	Wed Oct 10 14:46:36 2018	(r481740)
@@ -1,29 +1,11 @@
---- plugins_tools/eid-viewer/Makefile.am.orig	2018-07-20 12:53:45 UTC
+--- plugins_tools/eid-viewer/Makefile.am.orig	2018-10-02 14:14:29 UTC
 +++ plugins_tools/eid-viewer/Makefile.am
-@@ -51,6 +51,8 @@ libeidviewer_la_SOURCES = \
- 	cache/cache.cpp \
- 	conversions/bbannumconv.h \
- 	conversions/bbannumconv.cpp \
-+	conversions/booldecode.h \
-+	conversions/booldecode.cpp \
- 	conversions/genderconv.h \
- 	conversions/genderconv.cpp \
- 	conversions/hexnumconv.cpp \
-@@ -74,6 +76,8 @@ libeidviewer_la_SOURCES = \
- 	conversions/specconv.cpp \
- 	conversions/specorgconv.h \
- 	conversions/specorgconv.cpp \
-+	conversions/toxmlmemberoffamilyconv.h \
-+	conversions/toxmlmemberoffamilyconv.cpp \
- 	conversions/valdate.h \
- 	conversions/valdate.cpp \
- 	conversions/workpermitconv.h \
-@@ -193,7 +197,9 @@ dist_trust_DATA = \
+@@ -197,7 +197,9 @@ dist_trust_DATA = \
  	certs/belgiumrca4.pem
  
  install-data-hook:
 -	$(SSL_PREFIX)/bin/c_rehash $(DESTDIR)/$(trustdir)
-+	(cd $(DESTDIR)/$(trustdir) && for i in *.pem; do \
++	(cd $(DESTDIR)$(trustdir) && for i in *.pem; do \
 +	ln -sfh $$i $$($(SSL_PREFIX)/bin/openssl x509 -hash -noout -in $$i).0; \
 +	done)
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810101446.w9AEkbmd079098>