From owner-svn-ports-head@FreeBSD.ORG Mon Mar 3 13:41:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EDA33DB; Mon, 3 Mar 2014 13:41:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D727BAC2; Mon, 3 Mar 2014 13:41:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s23Df4XX031746; Mon, 3 Mar 2014 13:41:04 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s23Df48Q031744; Mon, 3 Mar 2014 13:41:04 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201403031341.s23Df48Q031744@svn.freebsd.org> From: Thierry Thomas Date: Mon, 3 Mar 2014 13:41:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346898 - head/x11-fonts/texcm-ttf 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.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 13:41:05 -0000 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 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