summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2013-05-18 13:35:05 +0000
committerwiz <wiz>2013-05-18 13:35:05 +0000
commit30ccc1f5200355d9aed8e9526797511c17febca1 (patch)
treed683a0fa333f423b20aedfa3cb133d41238c2d45
parente63954ac5aa6bbf0225a50d1ddcf71ad1c72f56c (diff)
downloadpkgsrc-30ccc1f5200355d9aed8e9526797511c17febca1.tar.gz
Update to 1.0.5:
This minor maintenance release cleans up compiler complaints and other various issues, plus sneaks in a small bug fix at the end. Alan Coopersmith (8): Fix allocateded typo in comment Add const qualifiers to fix gcc -Wwrite-strings warnings Add const qualifiers to structs for mapping strings to values Mark Syntax() with _X_NORETURN to silence gcc warning Combine usage message strings Fix implicit sign conversion & integer size truncation warnings Use strcasecmp if available, instead of downcasing string before strcmp xrefresh 1.0.5 Gaetan Nadon (2): man: remove trailing spaces and tabs config: move man pages into their own directory Jeremy Huddleston (1): Properly fallback on CWBackPixmap = None when failing to parse or allocate a solid color
-rw-r--r--x11/xrefresh/Makefile5
-rw-r--r--x11/xrefresh/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xrefresh/Makefile b/x11/xrefresh/Makefile
index 32dc8f13979..43ccd74f6f3 100644
--- a/x11/xrefresh/Makefile
+++ b/x11/xrefresh/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2012/10/29 05:07:19 asau Exp $
-#
+# $NetBSD: Makefile,v 1.7 2013/05/18 13:35:05 wiz Exp $
-DISTNAME= xrefresh-1.0.4
+DISTNAME= xrefresh-1.0.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xrefresh/distinfo b/x11/xrefresh/distinfo
index 3ca7243675a..31113e3060a 100644
--- a/x11/xrefresh/distinfo
+++ b/x11/xrefresh/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/06/03 18:25:01 wiz Exp $
+$NetBSD: distinfo,v 1.4 2013/05/18 13:35:05 wiz Exp $
-SHA1 (xrefresh-1.0.4.tar.bz2) = 5e85ee14ea9a357c1d4372bbc068a8d452a134aa
-RMD160 (xrefresh-1.0.4.tar.bz2) = 707de5cfee30f69948b058b4fa71efabeaa454ed
-Size (xrefresh-1.0.4.tar.bz2) = 105912 bytes
+SHA1 (xrefresh-1.0.5.tar.bz2) = f0372afb62f75ad29343abc96dbf80be12050b72
+RMD160 (xrefresh-1.0.5.tar.bz2) = e29b2cd426805a31041029a55d1d2a3b2dbb65a1
+Size (xrefresh-1.0.5.tar.bz2) = 120757 bytes