summaryrefslogtreecommitdiff
path: root/fonts/mkfontscale/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-17 09:12:53 +0000
committerwiz <wiz@pkgsrc.org>2015-01-17 09:12:53 +0000
commit1288fd24c6e39303bfda9239ad29f6ddd5994aaf (patch)
treec392f5955dc6613d3c6e886e04371e19d43b9e16 /fonts/mkfontscale/Makefile
parent906acf9761d2f248cfb55c2673df06554321a74d (diff)
downloadpkgsrc-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/mkfontscale/Makefile')
-rw-r--r--fonts/mkfontscale/Makefile4
1 files changed, 2 insertions, 2 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