diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-12-31 14:15:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-12-31 14:15:14 +0000 |
commit | 793c4a896ccd114e1aee52b422821d09435279c6 (patch) | |
tree | ac39865e21dd7fb91e41f19c26b1e5d70d44c8d6 | |
parent | f8f695e830055b64c790d2f4a520d2f088cc4cf1 (diff) | |
download | ports-793c4a896ccd114e1aee52b422821d09435279c6.tar.gz ports-793c4a896ccd114e1aee52b422821d09435279c6.zip |
Notes
-rw-r--r-- | security/libbeid/Makefile | 2 | ||||
-rw-r--r-- | security/libbeid/distinfo | 4 | ||||
-rw-r--r-- | security/libbeid/files/patch-configure.ac | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/libbeid/Makefile b/security/libbeid/Makefile index d387fd38e80c..ec38115c176f 100644 --- a/security/libbeid/Makefile +++ b/security/libbeid/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libbeid -PORTVERSION= 4.1.8 +PORTVERSION= 4.1.11 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/libbeid/distinfo b/security/libbeid/distinfo index 2cb169276920..c74ea7ce84d9 100644 --- a/security/libbeid/distinfo +++ b/security/libbeid/distinfo @@ -1,2 +1,2 @@ -SHA256 (Fedict-eid-mw-v4.1.8_GH0.tar.gz) = 229c3126e90453531df2f18419007580f3ff2f416f15bd1458e0a8c93800947b -SIZE (Fedict-eid-mw-v4.1.8_GH0.tar.gz) = 7566483 +SHA256 (Fedict-eid-mw-v4.1.11_GH0.tar.gz) = 903bb25ea0eacb81a63d649381380c385fe0167483320e88c5e5cfd0fc50e145 +SIZE (Fedict-eid-mw-v4.1.11_GH0.tar.gz) = 7566279 diff --git a/security/libbeid/files/patch-configure.ac b/security/libbeid/files/patch-configure.ac index 0f557f8b5317..016cb46bcaa7 100644 --- a/security/libbeid/files/patch-configure.ac +++ b/security/libbeid/files/patch-configure.ac @@ -1,10 +1,10 @@ ---- configure.ac.orig 2015-10-09 08:01:44 UTC +--- configure.ac.orig 2015-11-23 13:45:55 UTC +++ configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.61]) AC_INIT([eid-mw], -- m4_esyscmd_s(echo "4.1.6-"$(git describe --dirty|sed -e 's/-/./g')), -+ [4.1.8-release], +- m4_esyscmd_s(echo "4.1.9-"$(git describe --dirty|sed -e 's/-/./g')), ++ [4.1.11-release], [servicedesk@fedict.be],, [http://eid.belgium.be]) |