diff options
author | mef <mef@pkgsrc.org> | 2016-09-20 11:43:30 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-09-20 11:43:30 +0000 |
commit | d784b17bc41017261038317354f666899850fe98 (patch) | |
tree | fa1ce03a1be87a342f1f8123f737ffa9c8436e48 /fonts/p5-Font-TTF/Makefile | |
parent | 61ca52c7dc10083252fc9b5095fe279b6b911bd4 (diff) | |
download | pkgsrc-d784b17bc41017261038317354f666899850fe98.tar.gz |
Updated fonts/p5-Font-TTF to 1.06
---------------------------------
1.06 2016-08-17
* Source repo moved from Subversion to Github
* OpenType script and lang tags updated from ISO/IEC 14496-22:2015, draft amendment 2
* Various POD improvements
* Add deepcopy mode to Dumper::ttfdump()
* Bug fixes
* Wasn't installing on Windows Perl 5.22 and up
* Reading mark-to-ligature lookups would crash if anchors were omitted
* Incorrect extension lookup structure
* Multiple fixes in Silf table processing
* rt.cpan.org #106562 Uninitialized value warnings
* rt.cpan.org #106816 spelling errors in manpage
Diffstat (limited to 'fonts/p5-Font-TTF/Makefile')
-rw-r--r-- | fonts/p5-Font-TTF/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/p5-Font-TTF/Makefile b/fonts/p5-Font-TTF/Makefile index bfbd0053173..314a4698a3e 100644 --- a/fonts/p5-Font-TTF/Makefile +++ b/fonts/p5-Font-TTF/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2016/06/08 19:23:51 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2016/09/20 11:43:30 mef Exp $ # -DISTNAME= Font-TTF-1.05 +DISTNAME= Font-TTF-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/} |