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/Makefile | |
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/Makefile')
-rw-r--r-- | x11/rgb/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |