diff options
author | ale <ale@FreeBSD.org> | 2013-08-27 17:08:47 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2013-08-27 17:08:47 +0800 |
commit | fdc61e235aedf31064c561ae08a383ca37321dc0 (patch) | |
tree | 8f8e0cc2e880315a063cd0081987a15208f0409a /converters | |
parent | 04bb915aeb9ef78844ea7ae23e9fe65f90f4dab7 (diff) | |
download | freebsd-ports-gnome-fdc61e235aedf31064c561ae08a383ca37321dc0.tar.gz freebsd-ports-gnome-fdc61e235aedf31064c561ae08a383ca37321dc0.tar.zst freebsd-ports-gnome-fdc61e235aedf31064c561ae08a383ca37321dc0.zip |
Update to 20130805 release.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/dumpasn1/Makefile | 2 | ||||
-rw-r--r-- | converters/dumpasn1/distinfo | 8 | ||||
-rw-r--r-- | converters/dumpasn1/files/patch-dumpasn1.c | 11 |
3 files changed, 6 insertions, 15 deletions
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 */ |