aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-05 12:42:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-05 12:42:42 +0000
commite293238b0c7cd4430b6c38d5a248c4ddbf81f563 (patch)
treed899183f253af8a3cefaa45ca7386bd497773f80
parent2106f849e635163c24c4de791aaf4e8b3097c3fd (diff)
downloadports-e293238b0c7cd4430b6c38d5a248c4ddbf81f563.tar.gz
ports-e293238b0c7cd4430b6c38d5a248c4ddbf81f563.zip
Notes
-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>;
- };