diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-08 08:17:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-08 08:17:19 +0000 |
commit | d22be10b2d97d02d774d1516ee7648b6f61b4352 (patch) | |
tree | 53987d5fb71522387c3814406cb6b9912d9b3feb /x11/libXmu | |
parent | 8f23c5f8ca6f26be5dd874c6c473691c5c45d785 (diff) | |
download | pkgsrc-d22be10b2d97d02d774d1516ee7648b6f61b4352.tar.gz |
Update to 1.1.2:
This minor maintenance release includes build configuration improvements
and janitorial cleanups.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (5):
Remove unused DECnet ("DNETCONN") code from XmuConvertStandardSelection
unifdef -U__UNIXOS2__
Preserve constness when casting const pointers in various functions
Add missing copyright notices to COPYING file
libXmu 1.1.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Thomas Klausner (1):
Fix a const issue.
Diffstat (limited to 'x11/libXmu')
-rw-r--r-- | x11/libXmu/Makefile | 5 | ||||
-rw-r--r-- | x11/libXmu/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXmu/Makefile b/x11/libXmu/Makefile index cf5febecf4d..b5f35d620c9 100644 --- a/x11/libXmu/Makefile +++ b/x11/libXmu/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/10/29 05:06:35 asau Exp $ -# +# $NetBSD: Makefile,v 1.10 2013/09/08 08:17:19 wiz Exp $ -DISTNAME= libXmu-1.1.1 +DISTNAME= libXmu-1.1.2 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXmu/distinfo b/x11/libXmu/distinfo index 40248b50187..7b8785a12b4 100644 --- a/x11/libXmu/distinfo +++ b/x11/libXmu/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/06/03 17:34:50 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/09/08 08:17:19 wiz Exp $ -SHA1 (libXmu-1.1.1.tar.bz2) = 3e280aa927d78c05f94db6c7ae606f7ad132b495 -RMD160 (libXmu-1.1.1.tar.bz2) = 9b04624ee16ebd10c07b9554771e18d16d77374f -Size (libXmu-1.1.1.tar.bz2) = 383473 bytes +SHA1 (libXmu-1.1.2.tar.bz2) = 7e6aeef726743d21aa272c424e7d7996e92599eb +RMD160 (libXmu-1.1.2.tar.bz2) = 8f4224ddacffaf0fbe1d6340fc846dfd3b1563b1 +Size (libXmu-1.1.2.tar.bz2) = 396230 bytes |