Update to 20120521 version.
This commit is contained in:
parent
300dc04d8c
commit
0070e9af2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310486
3 changed files with 9 additions and 13 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: dumpasn1
|
||||
# Date created: 6 May 2000
|
||||
# Whom: kris@FreeBSD.org
|
||||
#
|
||||
# Created by: kris@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dumpasn1
|
||||
PORTVERSION= 20110201
|
||||
PORTVERSION= 20120521
|
||||
CATEGORIES= converters security
|
||||
MASTER_SITES= http://www.cs.auckland.ac.nz/~pgut001/
|
||||
DISTFILES= dumpasn1.c dumpasn1.cfg
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (dumpasn1-20110201/dumpasn1.c) = 514e3b49adb0b2e49f8bcfc47c20c5f4202bc7e9f7b1e90bcd4d4cf592d469f4
|
||||
SIZE (dumpasn1-20110201/dumpasn1.c) = 86213
|
||||
SHA256 (dumpasn1-20110201/dumpasn1.cfg) = b7c0ad5a4186fcef9b37d5a95419886e8ed16f0c69603f9725c4007026958241
|
||||
SIZE (dumpasn1-20110201/dumpasn1.cfg) = 192229
|
||||
SHA256 (dumpasn1-20120521/dumpasn1.c) = 3a3fe762cd9df14c0aae398f34619fb87c6b21631895e1fe4617ef7f24119497
|
||||
SIZE (dumpasn1-20120521/dumpasn1.c) = 89443
|
||||
SHA256 (dumpasn1-20120521/dumpasn1.cfg) = deb38890b6436216dd25b854ff09ef98fd4f1ed3448d5025b18fa1309ae7418d
|
||||
SIZE (dumpasn1-20120521/dumpasn1.cfg) = 197215
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- dumpasn1.c.orig 2010-09-30 11:17:16.000000000 +0200
|
||||
+++ dumpasn1.c 2010-09-30 11:18:35.000000000 +0200
|
||||
@@ -309,11 +309,13 @@
|
||||
--- dumpasn1.c.orig 2013-01-16 09:27:37.000000000 +0100
|
||||
+++ dumpasn1.c 2013-01-16 09:27:37.000000000 +0100
|
||||
@@ -355,11 +355,13 @@ static OIDINFO *oidList = NULL;
|
||||
beginning with a '$' uses the appropriate environment variable. In
|
||||
addition under Unix we also walk down $PATH looking for it */
|
||||
|
||||
|
|
Loading…
Reference in a new issue