diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 14:01:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 14:01:45 +0000 |
commit | 1ad42ed5742d4e0fdeff69b6d52d2659ed1208d5 (patch) | |
tree | 2118723808a62ef915b30d2020e03ce7bb417c93 /x11/rgb | |
parent | 67adb934ea292e01155eee93db9c0998f7478afd (diff) | |
download | pkgsrc-1ad42ed5742d4e0fdeff69b6d52d2659ed1208d5.tar.gz |
Update to 1.0.5:
Alan Coopersmith (5):
Add const attributes to fix gcc -Wwrite-strings warnings
unifdef __UNIXOS2__
Replace unbounded strcpy/strcat pairs with snprintf calls
config: Add missing AC_CONFIG_SRCDIR
rgb 1.0.5
Gaetan Nadon (4):
config: remove unrequired AC_SUBST([*_CFLAGS])
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: replace hard coded section number (1) and (3) with variables
Diffstat (limited to 'x11/rgb')
-rw-r--r-- | x11/rgb/Makefile | 4 | ||||
-rw-r--r-- | x11/rgb/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/rgb/Makefile b/x11/rgb/Makefile index e4a49890ad0..50d25672940 100644 --- a/x11/rgb/Makefile +++ b/x11/rgb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2012/10/29 05:06:50 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/01/21 14:01:45 wiz Exp $ # -DISTNAME= rgb-1.0.4 +DISTNAME= rgb-1.0.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/rgb/distinfo b/x11/rgb/distinfo index a5ca4156a7c..1036fbb507e 100644 --- a/x11/rgb/distinfo +++ b/x11/rgb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/07/01 17:02:26 wiz Exp $ +$NetBSD: distinfo,v 1.4 2013/01/21 14:01:45 wiz Exp $ -SHA1 (rgb-1.0.4.tar.bz2) = d0360dda290b76c41fa467c47d4c122ea8cc92a4 -RMD160 (rgb-1.0.4.tar.bz2) = 7a694d53dece32d0bd28c7d497c03fe50ad3ee65 -Size (rgb-1.0.4.tar.bz2) = 121558 bytes +SHA1 (rgb-1.0.5.tar.bz2) = c3e62229ca6ee8f4ca96d6f4997fe3e4381f3cc7 +RMD160 (rgb-1.0.5.tar.bz2) = cbecedda1e011b8fcbc7c093edcf0009b3206389 +Size (rgb-1.0.5.tar.bz2) = 130900 bytes |