diff options
author | tnn <tnn@pkgsrc.org> | 2010-04-09 09:31:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-04-09 09:31:34 +0000 |
commit | c7e9379b71b7e450ccd2e21a34aa79defe14a9c3 (patch) | |
tree | 99e990d9ae9b7b5e3863b9cea005b9cf833e2326 | |
parent | 4d8d0147e75c3b7a41688d5fcc11e0036947b597 (diff) | |
download | pkgsrc-c7e9379b71b7e450ccd2e21a34aa79defe14a9c3.tar.gz |
Update to xorg-util-macros-1.7.0.
1.7.0:
config: remove the xorg-macros pc.in file from EXTRA_DIST
doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools
1.6.0:
All document generation macros are now available.
1.5.0:
There are 3 new macros to help modules manage if/when docs get build in
a consistent way.
1.4.2:
Two behaviour changes in this minor release:
- XORG_INSTALL looks for the INSTALL file in $datadir/util-macros/
instead of $docdir
- XORG_CHECK_MALLOC_ZERO doesn't abort when cross-compiling even without
an explicit --{en,dis}able-malloc0returnsnull
-rw-r--r-- | devel/xorg-util-macros/Makefile | 4 | ||||
-rw-r--r-- | devel/xorg-util-macros/PLIST | 4 | ||||
-rw-r--r-- | devel/xorg-util-macros/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/xorg-util-macros/Makefile b/devel/xorg-util-macros/Makefile index 00b87e22603..29cbbf3dcd0 100644 --- a/devel/xorg-util-macros/Makefile +++ b/devel/xorg-util-macros/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/01/15 18:58:44 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2010/04/09 09:31:34 tnn Exp $ # -DISTNAME= util-macros-1.4.1 +DISTNAME= util-macros-1.7.0 PKGNAME= xorg-${DISTNAME} CATEGORIES= devel x11 MASTER_SITES= ${MASTER_SITE_XORG:=util/} diff --git a/devel/xorg-util-macros/PLIST b/devel/xorg-util-macros/PLIST index 9a58d6b0cac..a2973ccdb2d 100644 --- a/devel/xorg-util-macros/PLIST +++ b/devel/xorg-util-macros/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2010/01/15 18:58:44 tnn Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/04/09 09:31:34 tnn Exp $ share/aclocal/xorg-macros.m4 -share/doc/util-macros/INSTALL share/pkgconfig/xorg-macros.pc +share/util-macros/INSTALL diff --git a/devel/xorg-util-macros/distinfo b/devel/xorg-util-macros/distinfo index d10c6af64de..cf7dbf84d7f 100644 --- a/devel/xorg-util-macros/distinfo +++ b/devel/xorg-util-macros/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/01/15 18:58:44 tnn Exp $ +$NetBSD: distinfo,v 1.6 2010/04/09 09:31:34 tnn Exp $ -SHA1 (util-macros-1.4.1.tar.bz2) = d74f7bd4473c8f8f0a7fb739570935dc8982caa9 -RMD160 (util-macros-1.4.1.tar.bz2) = 0287950f631c673acf4499c7754e70351adad3f4 -Size (util-macros-1.4.1.tar.bz2) = 58812 bytes +SHA1 (util-macros-1.7.0.tar.bz2) = 82f832a47ab6ea6aca11f29161e88b14958d883d +RMD160 (util-macros-1.7.0.tar.bz2) = a32f0aff46070e44b2335c74419c91a60241fa72 +Size (util-macros-1.7.0.tar.bz2) = 62507 bytes |