From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 25 18:10:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 927E5B6B for ; Tue, 25 Feb 2014 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 70E651650 for ; Tue, 25 Feb 2014 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1PIA2nq042308 for ; Tue, 25 Feb 2014 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1PIA2VL042307; Tue, 25 Feb 2014 18:10:02 GMT (envelope-from gnats) Resent-Date: Tue, 25 Feb 2014 18:10:02 GMT Resent-Message-Id: <201402251810.s1PIA2VL042307@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru 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 0E31F88A for ; Tue, 25 Feb 2014 18:02:22 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id AE32015FF for ; Tue, 25 Feb 2014 18:02:21 +0000 (UTC) Received: from coppermine.my.domain (ZT028143.ppp.dion.ne.jp [59.128.28.143]) by omta03.auone-net.jp (au one net mail) with ESMTP id 4E100188001E for ; Wed, 26 Feb 2014 03:02:18 +0900 (JST) Message-Id: <20140226025323.372fb6b1e409ba49b1c951a1@yahoo.com> Date: Wed, 26 Feb 2014 02:53:23 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/187043: x11-fonts/manu-gothica: Update MASTER_SITES and WWW: line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 18:10:02 -0000 >Number: 187043 >Category: ports >Synopsis: x11-fonts/manu-gothica: Update MASTER_SITES and WWW: line >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 25 18:10:02 UTC 2014 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p7 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add NO_ARCH >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-fonts/manu-gothica/Makefile x11-fonts/manu-gothica/Makefile --- /usr/ports/x11-fonts/manu-gothica/Makefile 2014-02-11 02:38:41.000000000 +0900 +++ x11-fonts/manu-gothica/Makefile 2014-02-26 00:00:00.000000000 +0900 @@ -3,18 +3,16 @@ PORTNAME= manu-gothica DISTVERSION= 0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts -MASTER_SITES= http://www.bryld.info/filer/ +MASTER_SITES= http://www.bryld.dk/filer/ \ + http://www.kswla.org/KATG%20Page%20Files/ DISTNAME= manugot19 EXTRACT_SUFX= .ttf MAINTAINER= ports@FreeBSD.org COMMENT= Old German blackletter handwriting (Suetterlin) -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -23,21 +21,17 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKSRC} -NO_BUILD= yes +NO_ARCH= yes +NO_BUILD= yes NO_WRKSUBDIR= yes -FONTSDIR= lib/X11/fonts/TTF/ -PLIST_SUB+= FONTSDIR=${FONTSDIR} -NO_STAGE= yes do-install: - ${MKDIR} ${PREFIX}/${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/manugot19.ttf ${PREFIX}/${FONTSDIR}/manugot19.ttf - -post-install: - @${ECHO_MSG} "===> Running fc-cache" - -${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR} - @${ECHO_MSG} - @${ECHO_MSG} + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${INSTALL_DATA} manugot19.ttf \ + ${STAGEDIR}${DATADIR}) + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/TTF + @${LN} -sf ${DATADIR}/manugot19.ttf \ + ${STAGEDIR}${PREFIX}/lib/X11/fonts/TTF .include diff -urN /usr/ports/x11-fonts/manu-gothica/pkg-descr x11-fonts/manu-gothica/pkg-descr --- /usr/ports/x11-fonts/manu-gothica/pkg-descr 2014-01-23 03:55:43.000000000 +0900 +++ x11-fonts/manu-gothica/pkg-descr 2014-02-26 00:00:00.000000000 +0900 @@ -2,3 +2,5 @@ was taught in Schleswig and Germany around Year 1900 (Suetterlin). If you study sources from that time and before, it is important to be familiar with this writing style. The font is free for personal use. + +WWW: http://www.bryld.dk/hent-filer/ diff -urN /usr/ports/x11-fonts/manu-gothica/pkg-plist x11-fonts/manu-gothica/pkg-plist --- /usr/ports/x11-fonts/manu-gothica/pkg-plist 2014-01-23 03:55:43.000000000 +0900 +++ x11-fonts/manu-gothica/pkg-plist 2014-02-26 00:00:00.000000000 +0900 @@ -1,6 +1,8 @@ -%%FONTSDIR%%/manugot19.ttf -@exec %D/bin/fc-cache -f -v %D/%%FONTSDIR%% 2>/dev/null || true -@unexec rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || true -@unexec %D/bin/fc-cache -f -v %D/%%FONTSDIR%% 2>/dev/null || true -@unexec if [ -e %D/%%FONTSDIR%%/fonts.cache-1 -a ! -s %D/%%FONTSDIR%%/fonts.cache-1 ]; then rm %D/%%FONTSDIR%%/fonts.cache-1; fi -@dirrmtry %%FONTSDIR%% +lib/X11/fonts/TTF/manugot19.ttf +%%DATADIR%%/manugot19.ttf +@exec %%LOCALBASE%%/bin/fc-cache -f -v %D/lib/X11/fonts/TTF 2>/dev/null || true +@unexec rm %D/lib/X11/fonts/TTF/fonts.cache-1 2>/dev/null || true +@unexec %%LOCALBASE%%/bin/fc-cache -f -v %D/lib/X11/fonts/TTF 2>/dev/null || true +@unexec if [ -e %D/lib/X11/fonts/TTF/fonts.cache-1 -a ! -s %D/lib/X11/fonts/TTF/fonts.cache-1 ]; then rm %D/lib/X11/fonts/TTF/fonts.cache-1; fi +@dirrm %%DATADIR%% +@dirrmtry lib/X11/fonts/TTF >Release-Note: >Audit-Trail: >Unformatted: