diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-17 09:11:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-17 09:11:55 +0000 |
commit | 035708e992887b6741509b7c3f9201caae6500e4 (patch) | |
tree | 558ee998351d994966f7df1de1938183ed5a7c47 /x11/iceauth | |
parent | 5f93508b0eb280634ce87469354a7e67e5d7d861 (diff) | |
download | pkgsrc-035708e992887b6741509b7c3f9201caae6500e4.tar.gz |
Update to 1.0.7:
This minor maintenance release provides the usual set of accumulated
build configuration improvements, compiler warning fixes, and other
janitorial cleanups.
Alan Coopersmith (10):
Actually print command list in usage message
Fix "noexistent" typo in error message
Add -V flag to print version
Print which option was in error along with usage message
Free old argv array if realloc fails to enlarge it
More constification cleanup
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
iceauth 1.0.7
Diffstat (limited to 'x11/iceauth')
-rw-r--r-- | x11/iceauth/Makefile | 4 | ||||
-rw-r--r-- | x11/iceauth/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/iceauth/Makefile b/x11/iceauth/Makefile index 45e2a7f092d..741c080b258 100644 --- a/x11/iceauth/Makefile +++ b/x11/iceauth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2013/07/24 06:35:51 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/01/17 09:11:55 wiz Exp $ -DISTNAME= iceauth-1.0.6 +DISTNAME= iceauth-1.0.7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/iceauth/distinfo b/x11/iceauth/distinfo index d68e1a545e7..976659857e2 100644 --- a/x11/iceauth/distinfo +++ b/x11/iceauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/07/24 06:35:51 wiz Exp $ +$NetBSD: distinfo,v 1.6 2015/01/17 09:11:55 wiz Exp $ -SHA1 (iceauth-1.0.6.tar.bz2) = ee56608a52eec81682b8ca204a1afa4ec15bf01f -RMD160 (iceauth-1.0.6.tar.bz2) = 93c2471aa1d7978418c7d3cab3a4148542254e7e -Size (iceauth-1.0.6.tar.bz2) = 133531 bytes +SHA1 (iceauth-1.0.7.tar.bz2) = 83d67e47167de52192c679a0f0a41f4ba51a5b94 +RMD160 (iceauth-1.0.7.tar.bz2) = a5d042212fadfe4c5c96fc197c7789d7a7f517de +Size (iceauth-1.0.7.tar.bz2) = 135656 bytes |