diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-01-25 08:24:18 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-01-25 08:24:18 +0000 |
commit | dfc256e3401fa1068050322cd9a358998309092f (patch) | |
tree | dca1b74909144263603dbe60e7f9007a93006107 /print | |
parent | 54e4709d4b20c74e11e1445c3acb1b00da61501c (diff) | |
download | ports-dfc256e3401fa1068050322cd9a358998309092f.tar.gz ports-dfc256e3401fa1068050322cd9a358998309092f.zip |
- Update to upstream version 20141230 (same as v2.1.0)
- Chase update of print/freetype2 to 2.5.5
PR: 196861
Differential Revision: https://reviews.freebsd.org/D1630
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: bapt (mentor)
Notes
Notes:
svn path=/head/; revision=377866
Diffstat (limited to 'print')
-rw-r--r-- | print/fontforge/Makefile | 7 | ||||
-rw-r--r-- | print/fontforge/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 7d5d6554d068..a23d1169762b 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fontforge -DISTVERSION= 20141126 -PORTREVISION= 1 +DISTVERSION= 20141230 CATEGORIES= print DISTFILES= ${PORTNAME}-${DISTVERSION}.tar.gz @@ -26,7 +25,7 @@ LIB_DEPENDS= libuninameslist.so:${PORTSDIR}/textproc/libuninameslist \ USE_GITHUB= yes GH_ACCOUNT= fontforge -GH_COMMIT= 2b4e6df +GH_COMMIT= eb11c93 USES= autoreconf:build desktop-file-utils execinfo gettext gmake iconv libtool pkgconfig python shared-mime-info USE_XORG= x11 xi ice xkbui @@ -61,7 +60,7 @@ MASTER_SITES+= http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/:fre http://ftp.sunet.se/pub/text-processing/freetype/freetype2/:freetype \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,}:freetype \ ftp://ftp.freetype.org/freetype/freetype2/:freetype -FREETYPE_VERSION= 2.5.4 +FREETYPE_VERSION= 2.5.5 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 be2997a27764..60bcc8f7130e 100644 --- a/print/fontforge/distinfo +++ b/print/fontforge/distinfo @@ -1,4 +1,4 @@ -SHA256 (fontforge-20141126.tar.gz) = 2e27580ce0de5dfbdf300326853c1a99a07dab059f5221331464466df9544b34 -SIZE (fontforge-20141126.tar.gz) = 21949004 -SHA256 (freetype-2.5.4.tar.bz2) = 3b4e2c666b33b32ad29ff0fe5c6538e757d3c73368e5dfa88bd59b4bc95cbabb -SIZE (freetype-2.5.4.tar.bz2) = 1726105 +SHA256 (fontforge-20141230.tar.gz) = 6291ac9b5ac68a29a3384468618932d5fe42e7e76843ac10e39dbebc66717fa2 +SIZE (fontforge-20141230.tar.gz) = 24301274 +SHA256 (freetype-2.5.5.tar.bz2) = 387bcc4b780b12484aa2ec9f7db1a55d8286eb5639f45fbc0fbba7a4e5a1afb9 +SIZE (freetype-2.5.5.tar.bz2) = 1714529 |