diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-21 09:45:06 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-21 09:45:06 +0000 |
commit | b19214088880bc48bc801e48260aacef968e8670 (patch) | |
tree | a55dc5212f4fcd1e18690cd3f7a449051c6c4938 /x11 | |
parent | 228a328ff375ea74d5e6ae03cb923217c8a30ff0 (diff) | |
download | ports-b19214088880bc48bc801e48260aacef968e8670.tar.gz ports-b19214088880bc48bc801e48260aacef968e8670.zip |
Update to 1.3.1
While here, trim makefile headers.
Notes
Notes:
svn path=/head/; revision=318668
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 |