diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-11-08 19:36:14 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-11-08 19:36:14 +0000 |
commit | 1be4e3cbd5b56f6e688ce7c03e414715f67ffaeb (patch) | |
tree | e130a01ef3aeff92466986b78db8eea67236e832 /x11 | |
parent | d12a55308cd3223dc02f86048a9992217bbfcfbe (diff) | |
download | ports-1be4e3cbd5b56f6e688ce7c03e414715f67ffaeb.tar.gz ports-1be4e3cbd5b56f6e688ce7c03e414715f67ffaeb.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xauth/Makefile | 7 | ||||
-rw-r--r-- | x11/xauth/distinfo | 4 | ||||
-rw-r--r-- | x11/xauth/files/patch-Makefile.in | 11 |
3 files changed, 15 insertions, 7 deletions
diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile index 985b1247a0a0..094e1083d159 100644 --- a/x11/xauth/Makefile +++ b/x11/xauth/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xauth -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -12,9 +12,6 @@ LICENSE= MIT XORG_CAT= app USE_XORG= x11 xau xext xmuu -PLIST_FILES= bin/xauth +PLIST_FILES= bin/xauth man/man1/xauth.1.gz -MAN1= xauth.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/xauth/distinfo b/x11/xauth/distinfo index fa0a5110cef5..5f38a1cc4c46 100644 --- a/x11/xauth/distinfo +++ b/x11/xauth/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xauth-1.0.7.tar.bz2) = 84f78c08ebc6687e2e36c9ff1f5610988c6a03fc5bf51ef89aec4d155de3028d -SIZE (xorg/app/xauth-1.0.7.tar.bz2) = 139436 +SHA256 (xorg/app/xauth-1.0.8.tar.bz2) = a8696ae7a50c699d5fb3a41408b60d98843d19ea46e9f09e391cb98c8f7fd4f7 +SIZE (xorg/app/xauth-1.0.8.tar.bz2) = 146794 diff --git a/x11/xauth/files/patch-Makefile.in b/x11/xauth/files/patch-Makefile.in new file mode 100644 index 000000000000..49a816c181ed --- /dev/null +++ b/x11/xauth/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2013-11-08 20:32:35.639997675 +0100 ++++ Makefile.in 2013-11-08 20:32:41.358981902 +0100 +@@ -360,7 +360,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = man tests ++SUBDIRS = man + AM_CFLAGS = $(CWARNFLAGS) $(XAUTH_CFLAGS) + xauth_LDADD = $(XAUTH_LIBS) + xauth_SOURCES = \ |