From owner-svn-ports-head@freebsd.org  Sat Aug 27 09:28:05 2016
Return-Path: <owner-svn-ports-head@freebsd.org>
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36870B77B1D;
 Sat, 27 Aug 2016 09:28:05 +0000 (UTC)
 (envelope-from matthew@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E0D0BA1A;
 Sat, 27 Aug 2016 09:28:04 +0000 (UTC)
 (envelope-from matthew@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7R9S4fw071087;
 Sat, 27 Aug 2016 09:28:04 GMT (envelope-from matthew@FreeBSD.org)
Received: (from matthew@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7R9S39g071084;
 Sat, 27 Aug 2016 09:28:03 GMT (envelope-from matthew@FreeBSD.org)
Message-Id: <201608270928.u7R9S39g071084@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: matthew set sender to
 matthew@FreeBSD.org using -f
From: Matthew Seaman <matthew@FreeBSD.org>
Date: Sat, 27 Aug 2016 09:28:03 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r420965 - head/x11-fonts/gentium-plus
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 27 Aug 2016 09:28:05 -0000

Author: matthew
Date: Sat Aug 27 09:28:03 2016
New Revision: 420965
URL: https://svnweb.freebsd.org/changeset/ports/420965

Log:
  Update to account for upstream's website reorganization
    - new DISTFILE location
    - new WWW link in pkg-descr
    - while here, recreate distinfo to add timestamp and
      reformat a long line
  
  Reported by:	pi

Modified:
  head/x11-fonts/gentium-plus/Makefile
  head/x11-fonts/gentium-plus/distinfo
  head/x11-fonts/gentium-plus/pkg-descr

Modified: head/x11-fonts/gentium-plus/Makefile
==============================================================================
--- head/x11-fonts/gentium-plus/Makefile	Sat Aug 27 09:24:50 2016	(r420964)
+++ head/x11-fonts/gentium-plus/Makefile	Sat Aug 27 09:28:03 2016	(r420965)
@@ -4,7 +4,7 @@
 PORTNAME=	GentiumPlus
 PORTVERSION=	5.000
 CATEGORIES=	x11-fonts
-MASTER_SITES=	http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=${MEDIA_ID}&filename=/
+MASTER_SITES=	http://software.sil.org/downloads/gentium/
 
 MAINTAINER=	matthew@FreeBSD.org
 COMMENT=	Gentium Plus TrueType font collection
@@ -12,19 +12,17 @@ COMMENT=	Gentium Plus TrueType font coll
 LICENSE=	OFL11
 
 NO_ARCH=	yes
+NO_BUILD=	yes
 
 USES=		fonts zip
 
-MEDIA_ID=	${DISTNAME}${EXTRACT_SUFX}
-NO_BUILD=	yes
-
 PLIST_FILES=	${FONTSDIR}/${PORTNAME}-I.ttf \
 		${FONTSDIR}/${PORTNAME}-R.ttf
 
 SUB_FILES=	pkg-message
 
-DOCSLIST=	FONTLOG.txt GENTIUM-FAQ.txt OFL-FAQ.txt OFL.txt README.txt \
-		documentation/GentiumPlus-features.pdf
+DOCSLIST=	FONTLOG.txt GENTIUM-FAQ.txt OFL-FAQ.txt OFL.txt \
+		README.txt documentation/GentiumPlus-features.pdf
 PORTDOCS=	${DOCSLIST:C,^.*/,,}
 
 OPTIONS_DEFINE=	DOCS

Modified: head/x11-fonts/gentium-plus/distinfo
==============================================================================
--- head/x11-fonts/gentium-plus/distinfo	Sat Aug 27 09:24:50 2016	(r420964)
+++ head/x11-fonts/gentium-plus/distinfo	Sat Aug 27 09:28:03 2016	(r420965)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1472289812
 SHA256 (GentiumPlus-5.000.zip) = 335911f17bd2de4e43742e1d0367cfeff19a90abf7ed604f100a42705042e154
 SIZE (GentiumPlus-5.000.zip) = 2025499

Modified: head/x11-fonts/gentium-plus/pkg-descr
==============================================================================
--- head/x11-fonts/gentium-plus/pkg-descr	Sat Aug 27 09:24:50 2016	(r420964)
+++ head/x11-fonts/gentium-plus/pkg-descr	Sat Aug 27 09:28:03 2016	(r420965)
@@ -11,4 +11,4 @@ polytonic and monotonic Greek. Gentium P
 Latin glyphs (Unicode 5.1), archaic Greek symbols, and full extended
 Cyrillic script support
 
-WWW: http://scripts.sil.org/gentium
+WWW: http://software.sil.org/gentium/