- Update to 2.15
PR: ports/73474 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
2106f849e6
commit
e293238b0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120852
3 changed files with 3 additions and 14 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>;
|
||||
};
|
Loading…
Reference in a new issue