diff options
author | zeising <zeising@FreeBSD.org> | 2013-05-21 17:45:06 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-05-21 17:45:06 +0800 |
commit | cd2777ada9abe76c580f022987199ba5247b3a68 (patch) | |
tree | a55dc5212f4fcd1e18690cd3f7a449051c6c4938 /x11 | |
parent | 61f7b0195f94317ffb4d9e6c9977894c96683a3e (diff) | |
download | freebsd-ports-gnome-cd2777ada9abe76c580f022987199ba5247b3a68.tar.gz freebsd-ports-gnome-cd2777ada9abe76c580f022987199ba5247b3a68.tar.zst freebsd-ports-gnome-cd2777ada9abe76c580f022987199ba5247b3a68.zip |
Update to 1.3.1
While here, trim makefile headers.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdpyinfo/Makefile | 13 | ||||
-rw-r--r-- | x11/xdpyinfo/distinfo | 4 |
2 files changed, 6 insertions, 11 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile index e4a5fd3070da..b75e4ea1e30c 100644 --- a/x11/xdpyinfo/Makefile +++ b/x11/xdpyinfo/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: xdpyinfo -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= xdpyinfo -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -15,9 +10,9 @@ COMMENT= Display information utility for X LICENSE= MIT XORG_CAT= app -USE_XORG= xext x11 xtst xxf86vm xxf86dga xi xrender \ - xinerama dmxproto xp -CONFIGURE_ARGS= --without-xf86misc +LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb +USE_XORG= dmx x11 xcomposite xext xinerama xorg-macros xproto xrender \ + xtst xxf86dga xxf86misc xxf86vm PLIST_FILES= bin/xdpyinfo diff --git a/x11/xdpyinfo/distinfo b/x11/xdpyinfo/distinfo index 08247da216cf..a6768873a3a2 100644 --- a/x11/xdpyinfo/distinfo +++ b/x11/xdpyinfo/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xdpyinfo-1.3.0.tar.bz2) = 23ee4944a32b5701b4379cb420729eb7a4dde54de2b5b006d4747855efd6d73f -SIZE (xorg/app/xdpyinfo-1.3.0.tar.bz2) = 127611 +SHA256 (xorg/app/xdpyinfo-1.3.1.tar.bz2) = aef9285069a517ed870e5d8a02d13f7d8a953d7f7220146da563e04c7f128b94 +SIZE (xorg/app/xdpyinfo-1.3.1.tar.bz2) = 136412 |