pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/bitmap Update to 1.0.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff83ccb9de3d
branches:  trunk
changeset: 644753:ff83ccb9de3d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 17 09:10:59 2015 +0000

description:
Update to 1.0.8:

This minor maintenance release provides the usual set of accumulated
build configuration improvements, compiler & static analyzer warning
fixes, and other janitorial cleanups.

Alan Coopersmith (6):
      Print which option was in error along with usage message
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Stop memory leaks from XtNewString(StripFilename(filename))
      Stop memory leak in XmuWriteBitmapDataToFile()
      bitmap 1.0.8

Eric S. Raymond (1):
      Use table markup in preference to various low-level constructions.

Gaetan Nadon (1):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Jeremy Huddleston Sequoia (5):
      assert to avoid a NULL dereference
      Avoid shadow declarations
      Silence -Wbad-function-cast
      Demacro modernization of NewSList to plug a memory leak during error handling
      Use '& 7' instead '% 8' to silence clang analyzer warning

diffstat:

 x11/bitmap/Makefile |  4 ++--
 x11/bitmap/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 349653769f97 -r ff83ccb9de3d x11/bitmap/Makefile
--- a/x11/bitmap/Makefile       Sat Jan 17 08:48:28 2015 +0000
+++ b/x11/bitmap/Makefile       Sat Jan 17 09:10:59 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2013/05/18 13:37:41 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/01/17 09:10:59 wiz Exp $
 
-DISTNAME=              bitmap-1.0.7
+DISTNAME=              bitmap-1.0.8
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 349653769f97 -r ff83ccb9de3d x11/bitmap/distinfo
--- a/x11/bitmap/distinfo       Sat Jan 17 08:48:28 2015 +0000
+++ b/x11/bitmap/distinfo       Sat Jan 17 09:10:59 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2013/05/18 13:37:41 wiz Exp $
+$NetBSD: distinfo,v 1.5 2015/01/17 09:10:59 wiz Exp $
 
-SHA1 (bitmap-1.0.7.tar.bz2) = 18c4762b8c94b519ee2ca6c3171cc2f85e6b2421
-RMD160 (bitmap-1.0.7.tar.bz2) = 2b6bb14311b35502bb188ceb86f10ff2b205dd73
-Size (bitmap-1.0.7.tar.bz2) = 169437 bytes
+SHA1 (bitmap-1.0.8.tar.bz2) = 84fc49daa5411677d05a134ee2f7e76301fa89d8
+RMD160 (bitmap-1.0.8.tar.bz2) = 09323d68cca6899c59a75d5003abf4ccac5fa23c
+Size (bitmap-1.0.8.tar.bz2) = 177558 bytes



Home | Main Index | Thread Index | Old Index