From owner-svn-ports-head@FreeBSD.ORG Fri Nov 8 19:36:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1AC7A34A; Fri, 8 Nov 2013 19:36:16 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E282F2CCD; Fri, 8 Nov 2013 19:36:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA8JaFsL020726; Fri, 8 Nov 2013 19:36:15 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA8JaFwv020722; Fri, 8 Nov 2013 19:36:15 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201311081936.rA8JaFwv020722@svn.freebsd.org> From: Niclas Zeising Date: Fri, 8 Nov 2013 19:36:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333259 - in head/x11/xauth: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 19:36:16 -0000 Author: zeising Date: Fri Nov 8 19:36:14 2013 New Revision: 333259 URL: http://svnweb.freebsd.org/changeset/ports/333259 Log: Update to 1.0.8 Stagify. Added: head/x11/xauth/files/ head/x11/xauth/files/patch-Makefile.in (contents, props changed) Modified: head/x11/xauth/Makefile head/x11/xauth/distinfo Modified: head/x11/xauth/Makefile ============================================================================== --- head/x11/xauth/Makefile Fri Nov 8 18:57:41 2013 (r333258) +++ head/x11/xauth/Makefile Fri Nov 8 19:36:14 2013 (r333259) @@ -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 Modified: head/x11/xauth/distinfo ============================================================================== --- head/x11/xauth/distinfo Fri Nov 8 18:57:41 2013 (r333258) +++ head/x11/xauth/distinfo Fri Nov 8 19:36:14 2013 (r333259) @@ -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 Added: head/x11/xauth/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xauth/files/patch-Makefile.in Fri Nov 8 19:36:14 2013 (r333259) @@ -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 = \