svn commit: r448177 - head/print/fontforge

Steve Wills swills at FreeBSD.org
Thu Aug 17 19:10:24 UTC 2017


Author: swills
Date: Thu Aug 17 19:10:22 2017
New Revision: 448177
URL: https://svnweb.freebsd.org/changeset/ports/448177

Log:
  print/fontforge: Update to 20170731
  
  PR:		221169
  Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)

Modified:
  head/print/fontforge/Makefile
  head/print/fontforge/distinfo
  head/print/fontforge/pkg-plist

Modified: head/print/fontforge/Makefile
==============================================================================
--- head/print/fontforge/Makefile	Thu Aug 17 19:02:26 2017	(r448176)
+++ head/print/fontforge/Makefile	Thu Aug 17 19:10:22 2017	(r448177)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fontforge
-PORTVERSION=	20161005
-PORTREVISION=	2
+PORTVERSION=	20170731
 CATEGORIES=	print
 DISTFILES=	# Empty but needed because of the freetype distfile
 
@@ -62,7 +61,7 @@ MASTER_SITES+=	http://savannah.nongnu.org/download/fre
 		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.3
+FREETYPE_VERSION=	2.8
 FREETYPE_SRC=	freetype-${FREETYPE_VERSION}.tar.bz2
 DISTFILES+=	${FREETYPE_SRC:C/$/:freetype/}
 CONFIGURE_ARGS+=	--enable-freetype-debugger=${WRKDIR}/freetype-${FREETYPE_VERSION}

Modified: head/print/fontforge/distinfo
==============================================================================
--- head/print/fontforge/distinfo	Thu Aug 17 19:02:26 2017	(r448176)
+++ head/print/fontforge/distinfo	Thu Aug 17 19:10:22 2017	(r448177)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1475696945
-SHA256 (freetype-2.6.3.tar.bz2) = 371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2
-SIZE (freetype-2.6.3.tar.bz2) = 1753083
-SHA256 (fontforge-fontforge-20161005_GH0.tar.gz) = faf5e911a634b6931060858b093b22f1c5bf549969e7dbf4c4ee6f7372fc1c75
-SIZE (fontforge-fontforge-20161005_GH0.tar.gz) = 25097261
+TIMESTAMP = 1501649554
+SHA256 (freetype-2.8.tar.bz2) = a3c603ed84c3c2495f9c9331fe6bba3bb0ee65e06ec331e0a0fb52158291b40b
+SIZE (freetype-2.8.tar.bz2) = 1873526
+SHA256 (fontforge-fontforge-20170731_GH0.tar.gz) = 3f53d06caba2a96dc498df81717e35504815046b3178e811c85c4cc135492d8c
+SIZE (fontforge-fontforge-20170731_GH0.tar.gz) = 25125022

Modified: head/print/fontforge/pkg-plist
==============================================================================
--- head/print/fontforge/pkg-plist	Thu Aug 17 19:02:26 2017	(r448176)
+++ head/print/fontforge/pkg-plist	Thu Aug 17 19:10:22 2017	(r448177)
@@ -47,6 +47,7 @@ include/fontforge/gwwiconv.h
 include/fontforge/intl.h
 include/fontforge/libffstamp.h
 include/fontforge/lookups.h
+include/fontforge/mem.h
 include/fontforge/mm.h
 include/fontforge/namehash.h
 include/fontforge/nonlineartrans.h
@@ -135,7 +136,9 @@ share/applications/fontforge.desktop
 %%DATADIR%%/pixmaps/OFL.txt
 %%DATADIR%%/pixmaps/changeweight.png
 %%DATADIR%%/pixmaps/charviewicon.xbm
+%%DATADIR%%/pixmaps/check_off_disabled.png
 %%DATADIR%%/pixmaps/check_off.png
+%%DATADIR%%/pixmaps/check_on_disabled.png
 %%DATADIR%%/pixmaps/check_on.png
 %%DATADIR%%/pixmaps/chooseraudio.png
 %%DATADIR%%/pixmaps/chooserback.png
@@ -394,7 +397,9 @@ share/applications/fontforge.desktop
 %%DATADIR%%/pixmaps/ptinfohvcurve.png
 %%DATADIR%%/pixmaps/ptinfotangent.png
 %%DATADIR%%/pixmaps/python.png
+%%DATADIR%%/pixmaps/radio_off_disabled.png
 %%DATADIR%%/pixmaps/radio_off.png
+%%DATADIR%%/pixmaps/radio_on_disabled.png
 %%DATADIR%%/pixmaps/radio_on.png
 %%DATADIR%%/pixmaps/resources
 %%DATADIR%%/pixmaps/rmoverlap.png
@@ -489,12 +494,14 @@ share/applications/fontforge.desktop
 %%PYTHON%%%%DATADIR%%/python/simple/expand-a.py
 %%PYTHON%%%%DATADIR%%/python/simple/load-font-and-show-name.py
 %%PYTHON%%%%DATADIR%%/python/test.sfd
+share/icons/hicolor/128x128/apps/fontforge.png
 share/icons/hicolor/16x16/apps/fontforge.png
 share/icons/hicolor/22x22/apps/fontforge.png
 share/icons/hicolor/24x24/apps/fontforge.png
 share/icons/hicolor/256x256/apps/fontforge.png
 share/icons/hicolor/32x32/apps/fontforge.png
 share/icons/hicolor/48x48/apps/fontforge.png
+share/icons/hicolor/64x64/apps/fontforge.png
 share/icons/hicolor/scalable/apps/fontforge.svg
 share/locale/ca/LC_MESSAGES/FontForge.mo
 share/locale/de/LC_MESSAGES/FontForge.mo


More information about the svn-ports-head mailing list