diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-17 09:12:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-17 09:12:53 +0000 |
commit | 1288fd24c6e39303bfda9239ad29f6ddd5994aaf (patch) | |
tree | c392f5955dc6613d3c6e886e04371e19d43b9e16 /fonts | |
parent | 906acf9761d2f248cfb55c2673df06554321a74d (diff) | |
download | pkgsrc-1288fd24c6e39303bfda9239ad29f6ddd5994aaf.tar.gz |
Update to 1.1.2:
This minor maintenance release provides the usual set of accumulated
build configuration improvements, compiler & static analyzer warning
fixes, and other janitorial cleanups.
Alan Coopersmith (8):
Add missing newline to usage output
Add -v flag to print program version
Make usage() always exit(1)
Print which option was in error along with usage message
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Remove extraneous duplicate checks for -r & -n options
mkfontscale 1.1.2
Jeremy Huddleston Sequoia (2):
Plug a memory leak found by clang static analysis
Fix possible malloc allocation error found by clang static analysis
Thomas Klausner (1):
Only include config.h if it exists.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/mkfontscale/Makefile | 4 | ||||
-rw-r--r-- | fonts/mkfontscale/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/mkfontscale/Makefile b/fonts/mkfontscale/Makefile index 4ee9bd9d231..c90a892e368 100644 --- a/fonts/mkfontscale/Makefile +++ b/fonts/mkfontscale/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2014/10/09 14:06:33 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2015/01/17 09:12:53 wiz Exp $ -DISTNAME= mkfontscale-1.1.1 +DISTNAME= mkfontscale-1.1.2 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/mkfontscale/distinfo b/fonts/mkfontscale/distinfo index 342b1ccac61..e0e586c81b4 100644 --- a/fonts/mkfontscale/distinfo +++ b/fonts/mkfontscale/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2013/07/17 21:46:49 wiz Exp $ +$NetBSD: distinfo,v 1.17 2015/01/17 09:12:53 wiz Exp $ -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 +SHA1 (mkfontscale-1.1.2.tar.bz2) = da32fe297732355eea71d4a94ed003be93d1eae7 +RMD160 (mkfontscale-1.1.2.tar.bz2) = 1bd35226ca763828ece4fed4120a398745132363 +Size (mkfontscale-1.1.2.tar.bz2) = 141728 bytes |