diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:27:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:27:28 +0000 |
commit | d32a45e3e9eb95d2a88886f22da1741a600fe44a (patch) | |
tree | 22e6e6f4ab584f19323387aa8a59e6567d33194f | |
parent | 94fd31a3faa95d34e75ee7de8aa28ec2fa136c98 (diff) | |
download | pkgsrc-d32a45e3e9eb95d2a88886f22da1741a600fe44a.tar.gz |
Update to 1.1.4:
This minor maintenance release cleans up the build configuration scripts,
including making them compatible with automake-1.13, which errors out on
the old AM_CONFIG_HEADER macro.
Alan Coopersmith (2):
Strip trailing whitespace
libXdamage 1.1.4
Fernando Carrijo (1):
Purge macros NEED_EVENTS and NEED_REPLIES
Gaetan Nadon (3):
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
config: comment, minor upgrade, quote and layout configure.ac
-rw-r--r-- | x11/libXdamage/Makefile | 4 | ||||
-rw-r--r-- | x11/libXdamage/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile index fbbda3f6c31..6480f811b9e 100644 --- a/x11/libXdamage/Makefile +++ b/x11/libXdamage/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2012/10/29 05:06:34 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/01/21 13:27:28 wiz Exp $ # -DISTNAME= libXdamage-1.1.3 +DISTNAME= libXdamage-1.1.4 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXdamage/distinfo b/x11/libXdamage/distinfo index f69a6e4b32d..9abf30f812f 100644 --- a/x11/libXdamage/distinfo +++ b/x11/libXdamage/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/09/10 18:45:11 joerg Exp $ +$NetBSD: distinfo,v 1.7 2013/01/21 13:27:28 wiz Exp $ -SHA1 (libXdamage-1.1.3.tar.bz2) = 7d96e8de107fede16951cb47d5e147630fbc7dee -RMD160 (libXdamage-1.1.3.tar.bz2) = 5ae4bc47f2a8613b4ada1697ae5227f1e6706017 -Size (libXdamage-1.1.3.tar.bz2) = 249029 bytes +SHA1 (libXdamage-1.1.4.tar.bz2) = c3fc0f4b02dce2239bf46c82a5f06b06585720ae +RMD160 (libXdamage-1.1.4.tar.bz2) = ab500956e64b2cba1250aac0f2ad55274399b3dd +Size (libXdamage-1.1.4.tar.bz2) = 278937 bytes |