From 1902a55ac835db24206f73dd34aa81eff1210b49 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Tue, 27 Aug 2013 09:08:47 +0000 Subject: Update to 20130805 release. --- converters/dumpasn1/Makefile | 2 +- converters/dumpasn1/distinfo | 8 ++++---- converters/dumpasn1/files/patch-dumpasn1.c | 11 +---------- 3 files changed, 6 insertions(+), 15 deletions(-) (limited to 'converters') diff --git a/converters/dumpasn1/Makefile b/converters/dumpasn1/Makefile index df550874f6e5..7bf1edb58a2e 100644 --- a/converters/dumpasn1/Makefile +++ b/converters/dumpasn1/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dumpasn1 -PORTVERSION= 20130112 +PORTVERSION= 20130805 CATEGORIES= converters security MASTER_SITES= http://www.cs.auckland.ac.nz/~pgut001/ DISTFILES= dumpasn1.c dumpasn1.cfg diff --git a/converters/dumpasn1/distinfo b/converters/dumpasn1/distinfo index f584bd8baa0a..4e14a44b8e84 100644 --- a/converters/dumpasn1/distinfo +++ b/converters/dumpasn1/distinfo @@ -1,4 +1,4 @@ -SHA256 (dumpasn1-20130112/dumpasn1.c) = 4521b18ae8d9a3cc9500c1ad096a3fa19b6d377b7fa58ebb042ed3df8efb27c8 -SIZE (dumpasn1-20130112/dumpasn1.c) = 93610 -SHA256 (dumpasn1-20130112/dumpasn1.cfg) = deb38890b6436216dd25b854ff09ef98fd4f1ed3448d5025b18fa1309ae7418d -SIZE (dumpasn1-20130112/dumpasn1.cfg) = 197215 +SHA256 (dumpasn1-20130805/dumpasn1.c) = d95b0af449e403ac3b4d95df61d5330e324a3076f973569a83ffd1fc0bd095e3 +SIZE (dumpasn1-20130805/dumpasn1.c) = 95513 +SHA256 (dumpasn1-20130805/dumpasn1.cfg) = d368f8c14f8ca9df5151ca2ed550793393c0a7a0f78fe160c886a7aad9cdd75b +SIZE (dumpasn1-20130805/dumpasn1.cfg) = 207888 diff --git a/converters/dumpasn1/files/patch-dumpasn1.c b/converters/dumpasn1/files/patch-dumpasn1.c index 5a017d230347..480729b196c5 100644 --- a/converters/dumpasn1/files/patch-dumpasn1.c +++ b/converters/dumpasn1/files/patch-dumpasn1.c @@ -1,15 +1,6 @@ --- dumpasn1.c.orig 2013-02-14 12:03:56.000000000 +0100 +++ dumpasn1.c 2013-02-14 12:13:31.000000000 +0100 -@@ -60,6 +60,8 @@ - - /* Useful defines */ - -+typedef unsigned char BYTE; -+ - #ifndef TRUE - #define FALSE 0 - #define TRUE ( !FALSE ) -@@ -356,11 +358,13 @@ +@@ -356,11 +356,13 @@ beginning with a '$' uses the appropriate environment variable. In addition under Unix we also walk down $PATH looking for it */ -- cgit v1.2.3