diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-12-30 08:34:32 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-12-30 08:34:32 +0000 |
commit | 6a03d1d41e6812989fdc3867f9b9ab0f0a43c6d1 (patch) | |
tree | 10cc4928634fa7b3225a5c3e8cddc664ee138555 /security/opensc | |
parent | 51ab6d762778db95e5010a26a47822e9864686bf (diff) | |
download | ports-6a03d1d41e6812989fdc3867f9b9ab0f0a43c6d1.tar.gz ports-6a03d1d41e6812989fdc3867f9b9ab0f0a43c6d1.zip |
Notes
Diffstat (limited to 'security/opensc')
-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: |