diff options
author | wiz <wiz@pkgsrc.org> | 2008-07-29 21:24:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-07-29 21:24:01 +0000 |
commit | 6b5bfc72afc525b626441a280fd6f9ecb90a6b0b (patch) | |
tree | dfcc563be35ee01c5a4aac40bfea826774b3dd44 /x11/libSM | |
parent | 474c7654938b1048850c63024601f0e235c63007 (diff) | |
download | pkgsrc-6b5bfc72afc525b626441a280fd6f9ecb90a6b0b.tar.gz |
Update to 1.1.0:
Adam Jackson (1):
libSM 1.1.0
Alan Coopersmith (1):
Fix --without-libuuid to not call PKG_CHECK_MODULES for libuuid
Dan Williams (1):
Bug #14949: Don't use gethostbyname() for client IDs.
James Cloos (2):
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Diffstat (limited to 'x11/libSM')
-rw-r--r-- | x11/libSM/Makefile | 7 | ||||
-rw-r--r-- | x11/libSM/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 6bdc806afc7..af7c34067b8 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2008/05/24 21:45:15 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2008/07/29 21:24:01 wiz Exp $ # -DISTNAME= libSM-1.0.3 -PKGREVISION= 1 +DISTNAME= libSM-1.1.0 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 @@ -20,6 +19,8 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= sm.pc.in +CONFIGURE_ARGS+= --without-libuuid + .include "options.mk" .include "../../x11/libICE/buildlink3.mk" diff --git a/x11/libSM/distinfo b/x11/libSM/distinfo index 5e9d39b5d71..a7451318ff5 100644 --- a/x11/libSM/distinfo +++ b/x11/libSM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/05/20 16:38:05 joerg Exp $ +$NetBSD: distinfo,v 1.4 2008/07/29 21:24:01 wiz Exp $ -SHA1 (libSM-1.0.3.tar.bz2) = ccf38d4575da92b750640525af55d770b85765e1 -RMD160 (libSM-1.0.3.tar.bz2) = f60939a7681ca06c228847da146021c0d3931f32 -Size (libSM-1.0.3.tar.bz2) = 223906 bytes +SHA1 (libSM-1.1.0.tar.bz2) = 2760a80f0bd1b4728535a92601ce2db0b98cdd98 +RMD160 (libSM-1.1.0.tar.bz2) = 17edd4f1e931058f86ccdff17829115d2c1f5bad +Size (libSM-1.1.0.tar.bz2) = 252599 bytes |