aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-11-05 20:42:42 +0800
committerpav <pav@FreeBSD.org>2004-11-05 20:42:42 +0800
commit7a0830ed194fcc9b7acf908c8f2d4bf3ec07424a (patch)
treec1c5287001f301791f496f6e9760c7343b0caaf4 /print
parent115f530673cec35fe56e55cd1ba818c51f6baed5 (diff)
downloadfreebsd-ports-gnome-7a0830ed194fcc9b7acf908c8f2d4bf3ec07424a.tar.gz
freebsd-ports-gnome-7a0830ed194fcc9b7acf908c8f2d4bf3ec07424a.tar.zst
freebsd-ports-gnome-7a0830ed194fcc9b7acf908c8f2d4bf3ec07424a.zip
- Update to 2.15
PR: ports/73474 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'print')
-rw-r--r--print/typetools/Makefile2
-rw-r--r--print/typetools/distinfo4
-rw-r--r--print/typetools/files/patch-include::lcdf::hashmap.hh11
3 files changed, 3 insertions, 14 deletions
diff --git a/print/typetools/Makefile b/print/typetools/Makefile
index 5d752c60a93a..6acde9602a11 100644
--- a/print/typetools/Makefile
+++ b/print/typetools/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= typetools
-PORTVERSION= 1.97
+PORTVERSION= 2.15
CATEGORIES= print
MASTER_SITES= http://www.lcdf.org/type/
DISTNAME= lcdf-${PORTNAME}-${PORTVERSION}
diff --git a/print/typetools/distinfo b/print/typetools/distinfo
index f4d6cee8779c..0d268d1c9941 100644
--- a/print/typetools/distinfo
+++ b/print/typetools/distinfo
@@ -1,2 +1,2 @@
-MD5 (lcdf-typetools-1.97.tar.gz) = f731dfaacd3b35475e5489d069673a96
-SIZE (lcdf-typetools-1.97.tar.gz) = 420426
+MD5 (lcdf-typetools-2.15.tar.gz) = 72419ee829aabe694d97596f635f0e57
+SIZE (lcdf-typetools-2.15.tar.gz) = 450392
diff --git a/print/typetools/files/patch-include::lcdf::hashmap.hh b/print/typetools/files/patch-include::lcdf::hashmap.hh
deleted file mode 100644
index 826f4bc5a9e4..000000000000
--- a/print/typetools/files/patch-include::lcdf::hashmap.hh
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/lcdf/hashmap.hh.orig Fri Aug 15 08:11:23 2003
-+++ include/lcdf/hashmap.hh Sun Aug 22 21:10:02 2004
-@@ -109,6 +109,8 @@
- V &value() const { return _hm->_e[_pos].value; }
-
- private:
-+ const HashMap<K, V> *_hm;
-+ int _pos;
- _HashMap_iterator(const HashMap<K, V> *hm, int pos) : _HashMap_const_iterator<K, V>(hm, pos) { }
- friend class HashMap<K, V>;
- };