Index: head/print/fontforge/Makefile =================================================================== --- head/print/fontforge/Makefile (revision 377865) +++ head/print/fontforge/Makefile (revision 377866) @@ -1,89 +1,88 @@ # Created by: KANOU Hiroki # $FreeBSD$ PORTNAME= fontforge -DISTVERSION= 20141126 -PORTREVISION= 1 +DISTVERSION= 20141230 CATEGORIES= print DISTFILES= ${PORTNAME}-${DISTVERSION}.tar.gz MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Type 1/TrueType/OpenType/bitmap font editor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:${PORTSDIR}/devel/uthash \ ${LOCALBASE}/bin/gnulib-tool:${PORTSDIR}/devel/gnulib LIB_DEPENDS= libuninameslist.so:${PORTSDIR}/textproc/libuninameslist \ libtiff.so:${PORTSDIR}/graphics/tiff \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png \ libgif.so:${PORTSDIR}/graphics/giflib \ libspiro.so:${PORTSDIR}/graphics/libspiro \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libltdl.so:${PORTSDIR}/devel/libltdl 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 USE_GNOME= glib20 gtk20 libxml2 pango USE_AUTOTOOLS= libtoolize CONFIGURE_ARGS= --enable-tile-path --enable-gtk2-use CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip INSTALLS_ICONS= yes PORTDOCS= * .htaccess OPTIONS_DEFINE= DOCS FREETYPE CAIRO PYTHON OPTIONS_SUB= yes FREETYPE_DESC= Include freetype's internal debugger PYTHON_CONFIGURE_ENABLE= python-scripting python-extension CAIRO_USE= GNOME=cairo CAIRO_CONFIGURE_WITH= cairo .include .if ${PORT_OPTIONS:MFREETYPE} MASTER_SITES+= http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/:freetype \ http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/:freetype \ 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} .else CONFIGURE_ARGS+= --disable-freetype-debugger .endif # Although USE_AUTOTOOLS=libtoolize is set above, I do not want to have the ports # system run libtoolize, I run it in pre-configure. fontforge's bootstrap normally # runs it and if it run later on, it causes the build process to fail. run-autotools-libtoolize: @${TRUE} # This is to get around calling fontforge's bootstrap script, as that script fails # if git isn't installed on a system DESPITE there being a --skip-git argument that # can be passed into it. autoreconf is called here because I want to run it without # libtoolize being run along with it. pre-configure: (cd ${WRKSRC} && \ ${SH} -c '. ./bootstrap.conf ; \ ${LIBTOOLIZE} -q ; \ gnulib-tool --aux-dir=config --m4-base=m4 --libtool --symlink --import $${gnulib_modules}' ; \ export LIBTOOLIZE=true ; ${LOCALBASE}/bin/autoreconf -s -i) .include Index: head/print/fontforge/distinfo =================================================================== --- head/print/fontforge/distinfo (revision 377865) +++ head/print/fontforge/distinfo (revision 377866) @@ -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