diff options
author | wiz <wiz> | 2013-07-17 21:46:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-07-17 21:46:49 +0000 |
commit | 706bc50a3742bc9df2f7236c6a13cc371e0e03bb (patch) | |
tree | 7da2ee38708a42899fd388ed95b100d89380703b /fonts | |
parent | bcd5630816f84d61f678167f0e851389a441cff3 (diff) | |
download | pkgsrc-706bc50a3742bc9df2f7236c6a13cc371e0e03bb.tar.gz |
Update to 1.1.1:
This minor maintenance release prefers direct files over symlinks when both
appear in the same directory, and includes a number of minor code cleanups
and adds a couple previously missing options to the man page.
Alan Coopersmith (3):
Since hash() returns unsigned int, store results in unsigned ints
Replace malloc(strlen);strcpy() calls with strdup
mkfontscale 1.1.1
Egbert Eich (2):
Prefer original file over symlink (v2)
Fix compilation for MinGW
Peter Hutterer (1):
Document -u/-U options in man page
Thomas Klausner (1):
Protect config.h inclusion like usual.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/mkfontscale/Makefile | 6 | ||||
-rw-r--r-- | fonts/mkfontscale/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/fonts/mkfontscale/Makefile b/fonts/mkfontscale/Makefile index 0f8687455f0..935cbd5538f 100644 --- a/fonts/mkfontscale/Makefile +++ b/fonts/mkfontscale/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2013/06/04 22:16:03 tron Exp $ -# +# $NetBSD: Makefile,v 1.33 2013/07/17 21:46:49 wiz Exp $ -DISTNAME= mkfontscale-1.1.0 -PKGREVISION= 2 +DISTNAME= mkfontscale-1.1.1 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/mkfontscale/distinfo b/fonts/mkfontscale/distinfo index d24a4f50d44..342b1ccac61 100644 --- a/fonts/mkfontscale/distinfo +++ b/fonts/mkfontscale/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2012/06/03 17:22:08 wiz Exp $ +$NetBSD: distinfo,v 1.16 2013/07/17 21:46:49 wiz Exp $ -SHA1 (mkfontscale-1.1.0.tar.bz2) = ba021369ae3b364ba083b9eb5e570e54b21fd583 -RMD160 (mkfontscale-1.1.0.tar.bz2) = 56b77b88ad3113553cbb676b18c69b6a2d219819 -Size (mkfontscale-1.1.0.tar.bz2) = 131478 bytes +SHA1 (mkfontscale-1.1.1.tar.bz2) = ad1887ca253b9234ab6a6989de53d3127e302c6c +RMD160 (mkfontscale-1.1.1.tar.bz2) = c226e0219c4cb34c9443ca2a51b750fb3b3bc483 +Size (mkfontscale-1.1.1.tar.bz2) = 139923 bytes |