Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2016 12:47:37 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411778 - head/x11-fonts/mgopen
Message-ID:  <201603241247.u2OClbY4096402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Mar 24 12:47:37 2016
New Revision: 411778
URL: https://svnweb.freebsd.org/changeset/ports/411778

Log:
  Update to 1.1 and unbreak.
  
  PR:		208214
  Submitted by:	tkato432 yahoo com
  Sponsored by:	Absolight

Modified:
  head/x11-fonts/mgopen/Makefile   (contents, props changed)
  head/x11-fonts/mgopen/distinfo   (contents, props changed)
  head/x11-fonts/mgopen/pkg-descr   (contents, props changed)

Modified: head/x11-fonts/mgopen/Makefile
==============================================================================
--- head/x11-fonts/mgopen/Makefile	Thu Mar 24 12:47:20 2016	(r411777)
+++ head/x11-fonts/mgopen/Makefile	Thu Mar 24 12:47:37 2016	(r411778)
@@ -2,25 +2,32 @@
 # $FreeBSD$
 
 PORTNAME=	mgopen
-PORTVERSION=	1.0
-PORTREVISION=	4
+PORTVERSION=	1.1
 CATEGORIES=	x11-fonts
-MASTER_SITES=	http://pub.ellak.gr/fonts/${PORTNAME}/files/
-DISTNAME=	MgOpen
+MASTER_SITES=	DEBIAN/pool/main/f/fonts-mgopen
+DISTNAME=	fonts-mgopen_${PORTVERSION}.orig
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	MgOpen greek fonts collection
 
-BROKEN=		unfetchable
+# almost identical to the license used in bitstream-vera
+LICENSE=	MGOPEN
+LICENSE_GROUPS=	FONT
+LICENSE_NAME=	MgOpen Font License
+LICENSE_FILE=	${FILESDIR}/LICENSE
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		fonts
+USES=		fonts tar:bzip2
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 
+WRKSRC=		${WRKDIR}/fonts-mgopen-${PORTVERSION}/TTFs
+
 SUB_FILES=	pkg-message
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
-	${INSTALL_DATA} ${WRKDIR}/*.ttf ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/mgopen/distinfo
==============================================================================
--- head/x11-fonts/mgopen/distinfo	Thu Mar 24 12:47:20 2016	(r411777)
+++ head/x11-fonts/mgopen/distinfo	Thu Mar 24 12:47:37 2016	(r411778)
@@ -1,2 +1,2 @@
-SHA256 (MgOpen.tar.gz) = 9f94c07438152816479d0577694942c902e1219006c371e4b2797236109f0f41
-SIZE (MgOpen.tar.gz) = 891086
+SHA256 (fonts-mgopen_1.1.orig.tar.bz2) = c612a978a3c0c0dc469d1eb9364b35afad5dbc7cb3fa2523bc4fad6708474cb4
+SIZE (fonts-mgopen_1.1.orig.tar.bz2) = 790297

Modified: head/x11-fonts/mgopen/pkg-descr
==============================================================================
--- head/x11-fonts/mgopen/pkg-descr	Thu Mar 24 12:47:20 2016	(r411777)
+++ head/x11-fonts/mgopen/pkg-descr	Thu Mar 24 12:47:37 2016	(r411778)
@@ -15,8 +15,4 @@ the fonts of the Canonica family also co
 viewing Greek texts written in the polytoniko system. All the fonts use the
 Unicode encoding for characters and are in the TrueType format.
 
-The fonts, in their initial release, have some characters missing (the most
-important one being the Euro symbol). These shortcomings will be fixed in
-future releases.
-
-WWW: http://pub.ellak.gr/fonts/mgopen/index.en.html
+WWW: http://ellak.gr/tag/fonts/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603241247.u2OClbY4096402>