From owner-svn-ports-head@FreeBSD.ORG Thu Feb 13 06:43:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01EEF201; Thu, 13 Feb 2014 06:43:10 +0000 (UTC) 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 DEB491068; Thu, 13 Feb 2014 06:43:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1D6h9i9016818; Thu, 13 Feb 2014 06:43:09 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1D6h9kn016816; Thu, 13 Feb 2014 06:43:09 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201402130643.s1D6h9kn016816@svn.freebsd.org> From: Eitan Adler Date: Thu, 13 Feb 2014 06:43:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344042 - in head/graphics/aalib: . 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.17 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: Thu, 13 Feb 2014 06:43:10 -0000 Author: eadler Date: Thu Feb 13 06:43:09 2014 New Revision: 344042 URL: http://svnweb.freebsd.org/changeset/ports/344042 QAT: https://qat.redports.org/buildarchive/r344042/ Log: Correctly apply the patch I committed. PR: ports/186660 Submitted by: Christoph Moench-Tegeder Modified: head/graphics/aalib/Makefile head/graphics/aalib/files/patch-doc_aalib.texinfo Modified: head/graphics/aalib/Makefile ============================================================================== --- head/graphics/aalib/Makefile Thu Feb 13 05:58:22 2014 (r344041) +++ head/graphics/aalib/Makefile Thu Feb 13 06:43:09 2014 (r344042) @@ -3,7 +3,7 @@ PORTNAME= aalib PORTVERSION= 1.4.r5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/aa-project/aa-lib/1.4rc5 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} Modified: head/graphics/aalib/files/patch-doc_aalib.texinfo ============================================================================== --- head/graphics/aalib/files/patch-doc_aalib.texinfo Thu Feb 13 05:58:22 2014 (r344041) +++ head/graphics/aalib/files/patch-doc_aalib.texinfo Thu Feb 13 06:43:09 2014 (r344042) @@ -1,43 +1,37 @@ -Index: files/patch-doc_aalib.texinfo -=================================================================== ---- files/patch-doc_aalib.texinfo (revision 0) -+++ files/patch-doc_aalib.texinfo (working copy) -@@ -0,0 +1,37 @@ -+--- doc/aalib.texinfo.orig 2014-02-11 19:55:03.000000000 +0100 -++++ doc/aalib.texinfo 2014-02-11 19:56:56.000000000 +0100 -+@@ -29,11 +29,11 @@ -+ -+ @titlepage -+ -+-@title{AA-lib @value{VERSION}} -+-@subtitle{An ascii-art library} -+-@subtitle{API-DESCRIPTION} -++@title AA-lib @value{VERSION} -++@subtitle An ascii-art library -++@subtitle API-DESCRIPTION -+ -+-@author{Jan Hubi@v cka & Kamil Toman} -++@author Jan Hubi@v cka & Kamil Toman -+ @tex -+ Dukelsk\'ych bojovn\'\i ku 1944 -+ @end tex -+@@ -61,7 +61,8 @@ -+ @end tex -+ @vskip 0pt plus 1filll -+ -+-@copyright{} 1997 @tex Jan Hubi\v cka \& Kamil Toman -++@copyright{} 1997 -++@tex Jan Hubi\v cka \& Kamil Toman -+ @end tex -+ -+ Permission is granted to make and distribute verbatim -+@@ -1318,7 +1319,7 @@ -+ functions (like initialization, drawing to screen etc...) and register it in -+ the driver registry. There is separate drivers for screen, mouse and keyboard. -+ -+-@subsection Display driver -++@section Display driver -+ Display driver is the most significant driver (of course) so it is recomended -+ to implement it first. Its structure is as follows: -+ +--- doc/aalib.texinfo.orig 2014-02-11 19:55:03.000000000 +0100 ++++ doc/aalib.texinfo 2014-02-11 19:56:56.000000000 +0100 +@@ -29,11 +29,11 @@ + + @titlepage + +-@title{AA-lib @value{VERSION}} +-@subtitle{An ascii-art library} +-@subtitle{API-DESCRIPTION} ++@title AA-lib @value{VERSION} ++@subtitle An ascii-art library ++@subtitle API-DESCRIPTION + +-@author{Jan Hubi@v cka & Kamil Toman} ++@author Jan Hubi@v cka & Kamil Toman + @tex + Dukelsk\'ych bojovn\'\i ku 1944 + @end tex +@@ -61,7 +61,8 @@ + @end tex + @vskip 0pt plus 1filll + +-@copyright{} 1997 @tex Jan Hubi\v cka \& Kamil Toman ++@copyright{} 1997 ++@tex Jan Hubi\v cka \& Kamil Toman + @end tex + + Permission is granted to make and distribute verbatim +@@ -1318,7 +1319,7 @@ + functions (like initialization, drawing to screen etc...) and register it in + the driver registry. There is separate drivers for screen, mouse and keyboard. + +-@subsection Display driver ++@section Display driver + Display driver is the most significant driver (of course) so it is recomended + to implement it first. Its structure is as follows: