Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2013 19:36:15 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333259 - in head/x11/xauth: . files
Message-ID:  <201311081936.rA8JaFwv020722@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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 = \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311081936.rA8JaFwv020722>