diff options
author | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-04-22 04:29:27 +0800 |
---|---|---|
committer | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-04-22 04:29:27 +0800 |
commit | 40c754b8d8a92f02a35065d8c3e1e346e6b3beb5 (patch) | |
tree | f67ec902ba80944a26ce4ddd39bbcb349383b6dd | |
parent | 4f0ca15201c41878dd4c54bf583c3996abe92c96 (diff) | |
download | xorg-devel-ports-40c754b8d8a92f02a35065d8c3e1e346e6b3beb5.tar.gz xorg-devel-ports-40c754b8d8a92f02a35065d8c3e1e346e6b3beb5.tar.zst xorg-devel-ports-40c754b8d8a92f02a35065d8c3e1e346e6b3beb5.zip |
- Fix some typos
- Restore distinfo for libxcb
- pet portlint for libxcb
Reported by: kwm
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@467 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11/libXau/Makefile | 2 | ||||
-rw-r--r-- | x11/libxcb/Makefile | 6 | ||||
-rw-r--r-- | x11/libxcb/distinfo | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 9ee4825..57d47d5 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -2,7 +2,7 @@ # Date Created: 29 Oct, 2003 # Whom: Eric Anholt <anholt@FreeBSD.org> # -# $FreeBSD:$ +# $FreeBSD$ # PORTNAME= libXau diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index aba8c51..ca63649 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= x11@FreeBSD.org COMMENT= The X protocol C-language Binding (XCB) library +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck \ xsltproc:${PORTSDIR}/textproc/libxslt \ xcb-proto>=1.7:${PORTSDIR}/x11/xcb-proto \ @@ -21,9 +24,6 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/l CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - USE_BZIP2= yes USE_GNOME= gnomehack USE_GMAKE= yes diff --git a/x11/libxcb/distinfo b/x11/libxcb/distinfo index 6354685..35805e7 100644 --- a/x11/libxcb/distinfo +++ b/x11/libxcb/distinfo @@ -1,2 +1,2 @@ -SHA256 (libxcb-1.7.tar.bz2) = e776dc35e2a66094e7308ce2e045fb4e27cf3ca30ab1813a8fc08538140724df -SIZE (libxcb-1.7.tar.bz2) = 318619 +SHA256 (libxcb-1.8.1.tar.bz2) = d2f46811e950710e7e79e45615d24f2c7ec318b9de9dc717972723da58bffa0d +SIZE (libxcb-1.8.1.tar.bz2) = 375955 |