diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:16:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:16:59 +0000 |
commit | ecb9df5a295c82af78612323512167f67dbad854 (patch) | |
tree | 6dd128f46b3b320f0924488de9c3af3315be01a9 /x11 | |
parent | be2e45bddc17f213fd44f8c67590d6a1295252c3 (diff) | |
download | pkgsrc-ecb9df5a295c82af78612323512167f67dbad854.tar.gz |
Update to 1.0.4:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.
Alan Coopersmith (5):
Replace local checks for gcc with _X_NORETURN from xproto 7.0.17
Add const qualifiers to fix gcc -Wwrite-strings warnings
Mark a couple parameters as unused to silence compiler warnings
Fix some 64-bit vs. 32-bit conversion errors
ico 1.0.4
Gaetan Nadon (2):
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
config: move man pages into their own directory
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ico/Makefile | 4 | ||||
-rw-r--r-- | x11/ico/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/ico/Makefile b/x11/ico/Makefile index 83df10124c3..ca6843b5869 100644 --- a/x11/ico/Makefile +++ b/x11/ico/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2012/10/29 05:06:21 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/01/21 13:16:59 wiz Exp $ # -DISTNAME= ico-1.0.3 +DISTNAME= ico-1.0.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/ico/distinfo b/x11/ico/distinfo index e0c6c76b500..43d3ce6a1d8 100644 --- a/x11/ico/distinfo +++ b/x11/ico/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/06/03 17:57:45 wiz Exp $ +$NetBSD: distinfo,v 1.4 2013/01/21 13:16:59 wiz Exp $ -SHA1 (ico-1.0.3.tar.bz2) = f5a73d6626b9d4016423594ad18b3073b556e3bf -RMD160 (ico-1.0.3.tar.bz2) = c4210e8607f01fd8ddeb596d0f58ce01ee1df0dd -Size (ico-1.0.3.tar.bz2) = 116202 bytes +SHA1 (ico-1.0.4.tar.bz2) = 53e7bb52227f2458bf20c7f95f34b19c26cf8885 +RMD160 (ico-1.0.4.tar.bz2) = 4a7caa5c00c5399d9f158e55ce1f6b0c9f7aa5ce +Size (ico-1.0.4.tar.bz2) = 127619 bytes |