diff options
author | obache <obache> | 2013-04-18 13:19:35 +0000 |
---|---|---|
committer | obache <obache> | 2013-04-18 13:19:35 +0000 |
commit | 22d993884b9cfe4f01b40600f840fc93431e3243 (patch) | |
tree | cd0ca04fbc6c89a83bc8bf8fa9bf45095746e062 /pkgtools | |
parent | 5f7cb72bdb2ce5246e6b4181412e2352b7763f73 (diff) | |
download | pkgsrc-22d993884b9cfe4f01b40600f840fc93431e3243.tar.gz |
Update to 0.74.
pick up some *.pc files in share/pkgconfig (for Cygwin).
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/files/xorg.xbitmaps | 3 | ||||
-rw-r--r-- | pkgtools/x11-links/files/xorg.xcb-proto | 3 | ||||
-rw-r--r-- | pkgtools/x11-links/files/xorg.xkeyboard-config | 3 | ||||
-rw-r--r-- | pkgtools/x11-links/files/xorg.xtrans | 3 |
5 files changed, 10 insertions, 6 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 113c274f3e7..2fe4057e604 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.140 2013/02/24 01:27:16 obache Exp $ +# $NetBSD: Makefile,v 1.141 2013/04/18 13:19:35 obache Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, # usually the most recent. -DISTNAME= x11-links-0.73 +DISTNAME= x11-links-0.74 CATEGORIES= pkgtools x11 MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/x11-links/files/xorg.xbitmaps b/pkgtools/x11-links/files/xorg.xbitmaps index 7ad44be3a52..8eca0933008 100644 --- a/pkgtools/x11-links/files/xorg.xbitmaps +++ b/pkgtools/x11-links/files/xorg.xbitmaps @@ -1,4 +1,4 @@ -# $NetBSD: xorg.xbitmaps,v 1.1 2011/09/21 14:58:37 joerg Exp $ +# $NetBSD: xorg.xbitmaps,v 1.2 2013/04/18 13:19:36 obache Exp $ # include/X11/bitmaps/1x1 include/X11/bitmaps/2x2 @@ -72,3 +72,4 @@ include/X11/bitmaps/xlogo32 include/X11/bitmaps/xlogo64 include/X11/bitmaps/xsnow lib/pkgconfig/xbitmaps.pc +share/pkgconfig/xbitmaps.pc diff --git a/pkgtools/x11-links/files/xorg.xcb-proto b/pkgtools/x11-links/files/xorg.xcb-proto index 2b5ef6f41c9..cdecdb2bfbb 100644 --- a/pkgtools/x11-links/files/xorg.xcb-proto +++ b/pkgtools/x11-links/files/xorg.xcb-proto @@ -1,6 +1,7 @@ -# $NetBSD: xorg.xcb-proto,v 1.1 2010/09/11 19:47:31 tron Exp $ +# $NetBSD: xorg.xcb-proto,v 1.2 2013/04/18 13:19:36 obache Exp $ # lib/pkgconfig/xcb-proto.pc +share/pkgconfig/xcb-proto.pc share/xcb/bigreq.xml share/xcb/composite.xml share/xcb/damage.xml diff --git a/pkgtools/x11-links/files/xorg.xkeyboard-config b/pkgtools/x11-links/files/xorg.xkeyboard-config index 40707116259..4dc8efa4124 100644 --- a/pkgtools/x11-links/files/xorg.xkeyboard-config +++ b/pkgtools/x11-links/files/xorg.xkeyboard-config @@ -1,3 +1,4 @@ -# $NetBSD: xorg.xkeyboard-config,v 1.1 2010/06/04 10:52:21 ghen Exp $ +# $NetBSD: xorg.xkeyboard-config,v 1.2 2013/04/18 13:19:36 obache Exp $ # lib/pkgconfig/xkeyboard-config.pc +share/pkgconfig/xkeyboard-config.pc diff --git a/pkgtools/x11-links/files/xorg.xtrans b/pkgtools/x11-links/files/xorg.xtrans index e3003ff06ce..2ce0babc84d 100644 --- a/pkgtools/x11-links/files/xorg.xtrans +++ b/pkgtools/x11-links/files/xorg.xtrans @@ -1,4 +1,4 @@ -# $NetBSD: xorg.xtrans,v 1.2 2008/10/05 21:36:35 cube Exp $ +# $NetBSD: xorg.xtrans,v 1.3 2013/04/18 13:19:36 obache Exp $ # include/X11/Xtrans/Xtrans.c include/X11/Xtrans/Xtrans.h @@ -11,3 +11,4 @@ include/X11/Xtrans/Xtranstli.c include/X11/Xtrans/Xtransutil.c include/X11/Xtrans/transport.c lib/pkgconfig/xtrans.pc +share/pkgconfig/xtrans.pc |