update to v1.10
This commit is contained in:
parent
ffb0c4459e
commit
3778b5a059
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2001/12/22 00:20:32 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2002/01/24 08:42:22 jakob Exp $
|
||||
|
||||
COMMENT= convert memos written in XML to the RFC format
|
||||
|
||||
VERSION= 1.9
|
||||
VERSION= 1.10
|
||||
DISTNAME= xml2rfc-${VERSION}
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.500
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xml2rfc-1.9.tgz) = 6dce2590fcc995b848b4c352ab8339e8
|
||||
RMD160 (xml2rfc-1.9.tgz) = 910c8930eefdee8cd17adc3d56b140efea3dfffe
|
||||
SHA1 (xml2rfc-1.9.tgz) = bfc4e647382a68832b146b02d95196fb8c56c8f8
|
||||
MD5 (xml2rfc-1.10.tgz) = 9a6fd602e846dece66bceb6b400797a9
|
||||
RMD160 (xml2rfc-1.10.tgz) = 6446c669d6674c805a52be3e44742a6f93d55bab
|
||||
SHA1 (xml2rfc-1.10.tgz) = 09aba851e9f8f60c92171f872590de3f6bb680eb
|
||||
|
@ -1,7 +1,5 @@
|
||||
$OpenBSD: patch-xml2rfc.tcl,v 1.5 2001/09/14 06:43:27 jakob Exp $
|
||||
|
||||
--- xml2rfc.tcl.orig Fri Sep 14 08:35:49 2001
|
||||
+++ xml2rfc.tcl Fri Sep 14 08:35:59 2001
|
||||
--- xml2rfc.tcl.orig Tue Jan 15 06:17:41 2002
|
||||
+++ xml2rfc.tcl Thu Jan 24 09:34:47 2002
|
||||
@@ -1,6 +1,3 @@
|
||||
-#!/bin/sh
|
||||
-# the next line restarts using wish \
|
||||
@ -9,3 +7,21 @@ $OpenBSD: patch-xml2rfc.tcl,v 1.5 2001/09/14 06:43:27 jakob Exp $
|
||||
|
||||
|
||||
#
|
||||
@@ -10,7 +7,7 @@
|
||||
#
|
||||
|
||||
|
||||
-if {[catch { package require xml 1.8 } result]} {
|
||||
+if {[catch { package require xml 1.9 } result]} {
|
||||
global auto_path
|
||||
|
||||
puts stderr "unable to find the TclXML package, did you install it?"
|
||||
@@ -23,7 +20,7 @@
|
||||
return
|
||||
}
|
||||
|
||||
-if {[string compare [package require sgml] 1.6]} {
|
||||
+if {[string compare [package require sgml] 1.7]} {
|
||||
global auto_path
|
||||
|
||||
puts stderr \
|
||||
|
Loading…
Reference in New Issue
Block a user