svn commit: r394376 - head/print/fontforge

Jan Beich jbeich at FreeBSD.org
Sun Aug 16 02:49:46 UTC 2015


Author: jbeich
Date: Sun Aug 16 02:49:45 2015
New Revision: 394376
URL: https://svnweb.freebsd.org/changeset/ports/394376

Log:
  print/fontforge: sync version and mirrors with print/freetype2
  
  PR:		201418
  Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)

Modified:
  head/print/fontforge/Makefile   (contents, props changed)
  head/print/fontforge/distinfo   (contents, props changed)

Modified: head/print/fontforge/Makefile
==============================================================================
--- head/print/fontforge/Makefile	Sun Aug 16 02:49:29 2015	(r394375)
+++ head/print/fontforge/Makefile	Sun Aug 16 02:49:45 2015	(r394376)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fontforge
 DISTVERSION=	20150612
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
@@ -55,11 +55,13 @@ CAIRO_CONFIGURE_WITH=	cairo
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFREETYPE}
-MASTER_SITES+=	http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/:freetype \
+MASTER_SITES+=	http://savannah.nongnu.org/download/freetype/:freetype \
+		SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/:freetype \
+		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 \
 		ftp://ftp.freetype.org/freetype/freetype2/:freetype
-FREETYPE_VERSION=	2.5.5
+FREETYPE_VERSION=	2.6
 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	Sun Aug 16 02:49:29 2015	(r394375)
+++ head/print/fontforge/distinfo	Sun Aug 16 02:49:45 2015	(r394376)
@@ -1,4 +1,4 @@
 SHA256 (fontforge-fontforge-20150612_GH0.tar.gz) = af4997a07c96f7057f08cb5c7d71b19a0e8ac6336e0c48476471b471c0574247
 SIZE (fontforge-fontforge-20150612_GH0.tar.gz) = 24784438
-SHA256 (freetype-2.5.5.tar.bz2) = 387bcc4b780b12484aa2ec9f7db1a55d8286eb5639f45fbc0fbba7a4e5a1afb9
-SIZE (freetype-2.5.5.tar.bz2) = 1714529
+SHA256 (freetype-2.6.tar.bz2) = 8469fb8124764f85029cc8247c31e132a2c5e51084ddce2a44ea32ee4ae8347e
+SIZE (freetype-2.6.tar.bz2) = 1726219


More information about the svn-ports-all mailing list