pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/44666: Please update fonts/freefont-ttf to 20100919
>Number: 44666
>Category: pkg
>Synopsis: Please update fonts/freefont-ttf to 20100919
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Mar 02 14:40:01 +0000 2011
>Originator: Ryo ONODERA
>Release: NetBSD 5.99.47
>Organization:
>Environment:
System: NetBSD hydrogen.elements.tetera.org 5.99.47 NetBSD 5.99.47 (LEAFGIRL3)
#4: Sat Feb 26 08:58:55 JST 2011
root%hydrogen.elements.tetera.org@localhost:/usr/obj/sys/arch/i386/compile/LEAFGIRL3
i386
Architecture: i386
Machine: i386
>Description:
Please update fonts/freefont-ttf to 20100919.
I have modified some lines to clear pkglint's warnings.
Changelog:
* Many characters are added.
* Many glyphs are corrected.
* To know details, please see Changelog file in archive.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/fonts/freefont-ttf/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 8 Jan 2009 09:12:00 -0000 1.5
+++ Makefile 2 Mar 2011 14:30:45 -0000
@@ -1,13 +1,14 @@
# $NetBSD: Makefile,v 1.5 2009/01/08 09:12:00 wiz Exp $
#
-DISTNAME= freefont-ttf-20090104
+DISTNAME= freefont-ttf-20100919
CATEGORIES= fonts
-MASTER_SITES= http://savannah.nongnu.org/download/freefont/
+MASTER_SITES= ${MASTER_SITE_GNU:=freefont/}
MAINTAINER= reed%reedmedia.net@localhost
HOMEPAGE= http://www.nongnu.org/freefont/
COMMENT= Free UCS Outline Fonts: FreeMono, FreeSans, and
FreeSerif
+LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
@@ -16,9 +17,10 @@
NO_BUILD= yes
USE_LANGUAGES= # empty
USE_TOOLS+= pax
-INSTALLATION_DIRS= share/doc/freefont ${FONTS_DIRS.ttf}
+INSTALLATION_DIRS= share/doc/freefont lib/X11/fonts/TTF
-FONTS_DIRS.ttf= lib/X11/fonts/TTF
+FONTSDIR= ${PREFIX}/lib/X11/fonts/TTF
+FONTS_DIRS.ttf= ${FONTSDIR}
do-install:
${INSTALL_DATA} ${WRKSRC}/README \
@@ -28,6 +30,6 @@
${INSTALL_DATA} ${WRKSRC}/CREDITS \
${DESTDIR}${PREFIX}/share/doc/freefont/
cd ${WRKSRC} && \
- pax -rw Free*.ttf ${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf}
+ pax -rw Free*.ttf ${DESTDIR}/${FONTSDIR}
.include "../../mk/bsd.pkg.mk"
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/fonts/freefont-ttf/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 8 Jan 2009 09:12:00 -0000 1.2
+++ distinfo 2 Mar 2011 14:30:45 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2009/01/08 09:12:00 wiz Exp $
-SHA1 (freefont-ttf-20090104.tar.gz) = 776393e70028e74062754d48c74fe6829271d182
-RMD160 (freefont-ttf-20090104.tar.gz) =
de1a1b2d53c1f2a47c42860bb110599f7e21d255
-Size (freefont-ttf-20090104.tar.gz) = 2935330 bytes
+SHA1 (freefont-ttf-20100919.tar.gz) = feb1c3349529bbb769cfe55bc901baa917507407
+RMD160 (freefont-ttf-20100919.tar.gz) =
75697d0d1259c04d91653c1c41eb4627e0c35f88
+Size (freefont-ttf-20100919.tar.gz) = 3343733 bytes
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index