Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2014 13:41:04 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346898 - head/x11-fonts/texcm-ttf
Message-ID:  <201403031341.s23Df48Q031744@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Mon Mar  3 13:41:04 2014
New Revision: 346898
URL: http://svnweb.freebsd.org/changeset/ports/346898
QAT: https://qat.redports.org/buildarchive/r346898/

Log:
  - Fix URLs to avoid redirections;
  
  - Support staging;
  
  - Deprecate, because it should be replaced by STIX Fonts.

Modified:
  head/x11-fonts/texcm-ttf/Makefile
  head/x11-fonts/texcm-ttf/pkg-descr

Modified: head/x11-fonts/texcm-ttf/Makefile
==============================================================================
--- head/x11-fonts/texcm-ttf/Makefile	Mon Mar  3 13:40:53 2014	(r346897)
+++ head/x11-fonts/texcm-ttf/Makefile	Mon Mar  3 13:41:04 2014	(r346898)
@@ -5,7 +5,7 @@ PORTNAME=	texcm-ttf
 PORTVERSION=	20010117
 PORTREVISION=	3
 CATEGORIES=	x11-fonts
-MASTER_SITES=	http://www.mozilla.org/projects/mathml/fonts/bakoma/
+MASTER_SITES=	http://www-archive.mozilla.org/projects/mathml/fonts/bakoma/
 DISTFILES=	${PORTNAME}${EXTRACT_SUFX} license.txt
 DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 EXTRACT_ONLY=	${PORTNAME}${EXTRACT_SUFX}
@@ -16,7 +16,9 @@ COMMENT=	TeX's Computer Modern Fonts
 BUILD_DEPENDS=	mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale	\
 		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
 
-NO_CDROM=	cannot be sold or distributed with any commercial product
+DEPRECATED=	Should be replaced by x11-fonts/stix-fonts
+EXPIRATION_DATE=2014-05-03
+NO_CDROM=	Cannot be sold or distributed with any commercial product
 
 USE_ZIP=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
@@ -34,7 +36,6 @@ FONTSDIR=	${PREFIX}/lib/X11/fonts/${FONT
 MKFONTSCL_CMD=	${LOCALBASE}/bin/mkfontscale
 MKFONTDIR_CMD=	${LOCALBASE}/bin/mkfontdir
 
-NO_STAGE=	yes
 do-build:
 	cd ${WRKSRC} &&	${MKFONTSCL_CMD}
 	cd ${WRKSRC} &&	${MKFONTDIR_CMD}
@@ -43,13 +44,8 @@ do-build:
 .endfor
 
 do-install:
-	${MKDIR} ${FONTSDIR}
-	${INSTALL_DATA} ${WRKSRC}/* ${FONTSDIR}
-	${INSTALL_DATA} ${_DISTDIR}/license.txt ${FONTSDIR} # Required by the license
-
-post-install:
-	@${ECHO_MSG}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO_MSG}
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${_DISTDIR}/license.txt ${STAGEDIR}${FONTSDIR} # Required by the license
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/texcm-ttf/pkg-descr
==============================================================================
--- head/x11-fonts/texcm-ttf/pkg-descr	Mon Mar  3 13:40:53 2014	(r346897)
+++ head/x11-fonts/texcm-ttf/pkg-descr	Mon Mar  3 13:41:04 2014	(r346898)
@@ -1,4 +1,4 @@
 TeX's Computer Modern Fonts, to be used for example with a Xft enabled
 version of Mozilla or Firefox, in order to display MathML webpages.
 
-WWW: http://www.mozilla.org/projects/mathml/fonts/
+WWW: https://developer.mozilla.org/en-US/docs/Mozilla/MathML_Project/Fonts



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