diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-09-14 18:17:05 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-09-14 18:17:05 +0000 |
commit | 53243e70e9c80e019c96fa2234ec6534f6d0ebee (patch) | |
tree | ee260e7aae8fb6b0d40bb28ec79a30b44191f8e9 /x11/xextproto | |
parent | 885515b7c39c8c1e4f291652eb98feaa966936e1 (diff) | |
download | ports-53243e70e9c80e019c96fa2234ec6534f6d0ebee.tar.gz ports-53243e70e9c80e019c96fa2234ec6534f6d0ebee.zip |
Notes
Diffstat (limited to 'x11/xextproto')
-rw-r--r-- | x11/xextproto/Makefile | 7 | ||||
-rw-r--r-- | x11/xextproto/distinfo | 4 | ||||
-rw-r--r-- | x11/xextproto/pkg-plist | 3 |
3 files changed, 11 insertions, 3 deletions
diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile index 461732f15381..7c69b65ac712 100644 --- a/x11/xextproto/Makefile +++ b/x11/xextproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xextproto -PORTVERSION= 7.1.1 +PORTVERSION= 7.2.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -14,4 +14,9 @@ COMMENT= XExt extension headers XORG_CAT= proto +CONFIGURE_ARGS+=--disable-specs + +post-patch: + @${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/x11/xextproto/distinfo b/x11/xextproto/distinfo index 264a9747e709..1d242d92b9c6 100644 --- a/x11/xextproto/distinfo +++ b/x11/xextproto/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/proto/xextproto-7.1.1.tar.bz2) = 6d0abd31ddd57c2cb24cecf5fd90b4c29a276e20e3e03ca3c2c57d074f964d99 -SIZE (xorg/proto/xextproto-7.1.1.tar.bz2) = 71234 +SHA256 (xorg/proto/xextproto-7.2.0.tar.bz2) = d2bc4208c6b1883ebe00bc5c0048e5d825038cda56775f74bb4aa89afdc576d5 +SIZE (xorg/proto/xextproto-7.2.0.tar.bz2) = 207724 diff --git a/x11/xextproto/pkg-plist b/x11/xextproto/pkg-plist index 04d24a194218..9f9a821cf2c9 100644 --- a/x11/xextproto/pkg-plist +++ b/x11/xextproto/pkg-plist @@ -20,10 +20,13 @@ include/X11/extensions/secur.h include/X11/extensions/securproto.h include/X11/extensions/shapeconst.h include/X11/extensions/shapeproto.h +include/X11/extensions/shapestr.h include/X11/extensions/shm.h include/X11/extensions/shmproto.h +include/X11/extensions/shmstr.h include/X11/extensions/syncconst.h include/X11/extensions/syncproto.h +include/X11/extensions/syncstr.h include/X11/extensions/xtestconst.h include/X11/extensions/xtestext1const.h include/X11/extensions/xtestext1proto.h |