diff options
author | kwm <kwm@FreeBSD.org> | 2015-12-14 21:48:24 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-12-14 21:48:24 +0800 |
commit | c8f1ce9e62d42218192f6b5821113b0b9dc78054 (patch) | |
tree | a38e8688b6a45cd91624665f2b526d626c265a20 /print | |
parent | 0462b43b033dcca8feac40209f3a5c7b002223fc (diff) | |
download | freebsd-ports-gnome-c8f1ce9e62d42218192f6b5821113b0b9dc78054.tar.gz freebsd-ports-gnome-c8f1ce9e62d42218192f6b5821113b0b9dc78054.tar.zst freebsd-ports-gnome-c8f1ce9e62d42218192f6b5821113b0b9dc78054.zip |
Chase freetype2 to 2.6.2 update.
PR: 205298
Submitted by: maintainer
Diffstat (limited to 'print')
-rw-r--r-- | print/fontforge/Makefile | 4 | ||||
-rw-r--r-- | print/fontforge/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 7800d8dd6a55..6b67a3fc16ac 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -3,7 +3,7 @@ PORTNAME= fontforge PORTVERSION= 20150824 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -61,7 +61,7 @@ MASTER_SITES+= http://savannah.nongnu.org/download/freetype/:freetype \ http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/:freetype \ http://ftp.sunet.se/pub/text-processing/freetype/freetype2/:freetype \ ftp://ftp.freetype.org/freetype/freetype2/:freetype -FREETYPE_VERSION= 2.6 +FREETYPE_VERSION= 2.6.2 FREETYPE_SRC= freetype-${FREETYPE_VERSION}.tar.bz2 DISTFILES+= ${FREETYPE_SRC:C/$/:freetype/} CONFIGURE_ARGS+= --enable-freetype-debugger=${WRKDIR}/freetype-${FREETYPE_VERSION} diff --git a/print/fontforge/distinfo b/print/fontforge/distinfo index 29b1e785da7f..8ede7810c580 100644 --- a/print/fontforge/distinfo +++ b/print/fontforge/distinfo @@ -1,4 +1,4 @@ SHA256 (fontforge-fontforge-20150824_GH0.tar.gz) = 28ab2471cb010c1fa75b8ab8191a1dded81fe1e9490aa5ff6ab4706a4c78ff27 SIZE (fontforge-fontforge-20150824_GH0.tar.gz) = 25030387 -SHA256 (freetype-2.6.tar.bz2) = 8469fb8124764f85029cc8247c31e132a2c5e51084ddce2a44ea32ee4ae8347e -SIZE (freetype-2.6.tar.bz2) = 1726219 +SHA256 (freetype-2.6.2.tar.bz2) = baf6bdef7cdcc12ac270583f76ef245efe936267dbecef835f02a3409fcbb892 +SIZE (freetype-2.6.2.tar.bz2) = 1767940 |