diff options
author | ale <ale@FreeBSD.org> | 2009-12-30 16:34:32 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-12-30 16:34:32 +0800 |
commit | c10827324963c70d02970aa321e9a787cfb37983 (patch) | |
tree | 6a51ae71db5134b9b1b2db8b20f849eae7dc4fe1 /security | |
parent | f0b1e2cb9b8292195e47f046632e8fe1c5eb571d (diff) | |
download | freebsd-ports-gnome-c10827324963c70d02970aa321e9a787cfb37983.tar.gz freebsd-ports-gnome-c10827324963c70d02970aa321e9a787cfb37983.tar.zst freebsd-ports-gnome-c10827324963c70d02970aa321e9a787cfb37983.zip |
Update to 0.11.12 release.
Diffstat (limited to 'security')
-rw-r--r-- | security/opensc/Makefile | 2 | ||||
-rw-r--r-- | security/opensc/distinfo | 6 | ||||
-rw-r--r-- | security/opensc/files/patch-etc_Makefile.in | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile index 8a8998151c8e..1fbc77bae193 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opensc -PORTVERSION= 0.11.11 +PORTVERSION= 0.11.12 CATEGORIES= security devel MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ \ http://www.opensc-project.org/files/${PORTNAME}/testing/ diff --git a/security/opensc/distinfo b/security/opensc/distinfo index 41eea6119e35..c10961ef062e 100644 --- a/security/opensc/distinfo +++ b/security/opensc/distinfo @@ -1,3 +1,3 @@ -MD5 (opensc-0.11.11.tar.gz) = 9c3290f7cb82273136b1584e198157dc -SHA256 (opensc-0.11.11.tar.gz) = 60966daa5cac5723c35ca2fa93f1b650c4b01d66fe2c58ae8e82d908bc3fee47 -SIZE (opensc-0.11.11.tar.gz) = 1487137 +MD5 (opensc-0.11.12.tar.gz) = bc82f097bbc457962f3722474b50af5c +SHA256 (opensc-0.11.12.tar.gz) = 6a68fa868583c131834e8a5b8492bfee7db2e611b3720beb52faa5d91426207f +SIZE (opensc-0.11.12.tar.gz) = 1498956 diff --git a/security/opensc/files/patch-etc_Makefile.in b/security/opensc/files/patch-etc_Makefile.in index 1842f266ea85..481f5170c486 100644 --- a/security/opensc/files/patch-etc_Makefile.in +++ b/security/opensc/files/patch-etc_Makefile.in @@ -1,6 +1,6 @@ ---- etc/Makefile.in.orig 2008-08-26 15:53:25.000000000 +0200 -+++ etc/Makefile.in 2008-08-26 15:53:42.000000000 +0200 -@@ -423,11 +423,7 @@ +--- etc/Makefile.in.orig 2009-12-18 14:26:18.000000000 +0100 ++++ etc/Makefile.in 2009-12-29 17:48:48.000000000 +0100 +@@ -472,11 +472,7 @@ -e 's|@DEFAULT_PCSC_PROVIDER[@]|$(DEFAULT_PCSC_PROVIDER)|g' \ < $< > $@ install-exec-hook: install-sysconfDATA opensc.conf @@ -10,6 +10,6 @@ - $(INSTALL_DATA) opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf"; \ - fi + $(INSTALL_DATA) opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf-sample"; \ + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |