From lifanov@mail.lifanov.com  Wed May 29 16:27:12 2013
Return-Path: <lifanov@mail.lifanov.com>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 6ADD29CA
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 May 2013 16:27:12 +0000 (UTC)
	(envelope-from lifanov@mail.lifanov.com)
Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12])
	by mx1.freebsd.org (Postfix) with ESMTP id 5DF4B81A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 May 2013 16:27:12 +0000 (UTC)
Received: by mail.lifanov.com (Postfix, from userid 1001)
	id 643231A26F6; Wed, 29 May 2013 16:27:06 +0000 (UTC)
Message-Id: <20130529162706.643231A26F6@mail.lifanov.com>
Date: Wed, 29 May 2013 16:27:06 +0000 (UTC)
From: Nikolai Lifanov <lifanov@mail.lifanov.com>
Reply-To: Nikolai Lifanov <lifanov@mail.lifanov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] games/wtf cleanup and update to 20120228
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179082
>Category:       ports
>Synopsis:       [patch] games/wtf cleanup and update to 20120228
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jadawin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 29 16:30:00 UTC 2013
>Closed-Date:    Fri Jun 07 13:54:08 UTC 2013
>Last-Modified:  Fri Jun 07 13:54:08 UTC 2013
>Originator:     Nikolai Lifanov
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mail.lifanov.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	Port games/wtf is out of date and a new version exists.
	This also includes an acronym database.

>How-To-Repeat:
	make -C /usr/ports/games/wtf

>Fix:
	I updated this port from 20111107 to 20120228.
	I also fixed pkg-descr to point to the right directory for acronyms
	and trimmed the Makefile header.

--- patch.txt begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 319381)
+++ Makefile	(working copy)
@@ -1,13 +1,8 @@
-# ex:ts=8
-# New ports collection makefile for:   	wtf
-# Date created:                        	29 December 2001
-# Whom:                                 Maxime Henrion <mux@FreeBSD.org>
-#
+# Created by: Maxime Henrion <mux@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	wtf
-PORTVERSION=	20111107
+PORTVERSION=	20120228
 CATEGORIES=	games
 MASTER_SITES=	http://tuxaco.net/downloads/ \
 		http://download.goodking.org/downloads/ \
Index: distinfo
===================================================================
--- distinfo	(revision 319381)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (wtf-20111107.tar.gz) = 7d1a24bdfbec2b8cf6448b9d42e557ad1ac231fc9d1ae2e0d4245b206edba908
-SIZE (wtf-20111107.tar.gz) = 21618
+SHA256 (wtf-20120228.tar.gz) = d31ab6493020116d392aee2569c2084b952c94153f5348cec1d4437e05f87e9a
+SIZE (wtf-20120228.tar.gz) = 21625
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 319381)
+++ pkg-descr	(working copy)
@@ -1,3 +1,3 @@
 Wtf is little shell script taken from NetBSD's CVS repository which
 translates acronyms.  These acronyms are kept in a file located at
-${PREFIX}/share/misc/acronyms.
+${PREFIX}/share/wtf/acronyms.
--- patch.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jadawin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 29 16:30:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179082 

From: Nikolai Lifanov <lifanov@mail.lifanov.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/179082: [patch] games/wtf cleanup and update to 20120228
Date: Tue, 04 Jun 2013 10:13:17 -0400

 On 05/29/13 12:30, FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/179082'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs.
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=179082
 >
 >> Category:       ports
 >> Responsible:    freebsd-ports-bugs
 >> Synopsis:       [patch] games/wtf cleanup and update to 20120228
 >> Arrival-Date:   Wed May 29 16:30:00 UTC 2013
 
 I have an updated port to version 20130527.
 I have a script that can track NetBSD and generate these seamlessly and 
 I would be willing to maintain it.
 
 Please see the new patch.
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 319855)
 +++ Makefile	(working copy)
 @@ -1,17 +1,10 @@
 -# ex:ts=8
 -# New ports collection makefile for:   	wtf
 -# Date created:                        	29 December 2001
 -# Whom:                                 Maxime Henrion <mux@FreeBSD.org>
 -#
 +# Created by: Maxime Henrion <mux@FreeBSD.org>
   # $FreeBSD$
 -#
 
   PORTNAME=	wtf
 -PORTVERSION=	20111107
 +PORTVERSION=	20130527
   CATEGORIES=	games
 -MASTER_SITES=	http://tuxaco.net/downloads/ \
 -		http://download.goodking.org/downloads/ \
 -		http://files.etoilebsd.net/goodking/
 +MASTER_SITES=	SF/bsdwtf
 
   MAINTAINER=	jadawin@FreeBSD.org
   COMMENT=	Translates common Internet acronyms
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 319855)
 +++ distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (wtf-20111107.tar.gz) = 
 7d1a24bdfbec2b8cf6448b9d42e557ad1ac231fc9d1ae2e0d4245b206edba908
 -SIZE (wtf-20111107.tar.gz) = 21618
 +SHA256 (wtf-20130527.tar.gz) = 
 92eb207e760dfb1d4e5e5db1dc605fd9347e955fb41423ee6f122fdeaa01117b
 +SIZE (wtf-20130527.tar.gz) = 22271
 Index: pkg-descr
 ===================================================================
 --- pkg-descr	(revision 319855)
 +++ pkg-descr	(working copy)
 @@ -1,3 +1,3 @@
   Wtf is little shell script taken from NetBSD's CVS repository which
   translates acronyms.  These acronyms are kept in a file located at
 -${PREFIX}/share/misc/acronyms.
 +${PREFIX}/share/wtf/acronyms.
 

From: Nikolai Lifanov <lifanov@mail.lifanov.com>
To: bug-followup@FreeBSD.org, lifanov@mail.lifanov.com
Cc:  
Subject: Re: ports/179082: [patch] games/wtf cleanup and update to 20120228
Date: Thu, 06 Jun 2013 10:01:03 -0400

 I actually have another update, this time to 20130605 (last one was to 
 20130527):
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 320095)
 +++ Makefile	(working copy)
 @@ -1,19 +1,12 @@
 -# ex:ts=8
 -# New ports collection makefile for:   	wtf
 -# Date created:                        	29 December 2001
 -# Whom:                                 Maxime Henrion <mux@FreeBSD.org>
 -#
 +# Created by: Maxime Henrion <mux@FreeBSD.org>
   # $FreeBSD$
 -#
 
   PORTNAME=	wtf
 -PORTVERSION=	20111107
 +PORTVERSION=	20130605
   CATEGORIES=	games
 -MASTER_SITES=	http://tuxaco.net/downloads/ \
 -		http://download.goodking.org/downloads/ \
 -		http://files.etoilebsd.net/goodking/
 +MASTER_SITES=	SF/bsdwtf
 
 -MAINTAINER=	jadawin@FreeBSD.org
 +MAINTAINER=	lifanov@mail.lifanov.com
   COMMENT=	Translates common Internet acronyms
 
   NO_BUILD=	yes
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 320095)
 +++ distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (wtf-20111107.tar.gz) = 
 7d1a24bdfbec2b8cf6448b9d42e557ad1ac231fc9d1ae2e0d4245b206edba908
 -SIZE (wtf-20111107.tar.gz) = 21618
 +SHA256 (wtf-20130605.tar.gz) = 
 238077a764f5c2ca08462c363e3528d59d7d4666cbffa8e57e28c68e1efd7936
 +SIZE (wtf-20130605.tar.gz) = 22269
 Index: pkg-descr
 ===================================================================
 --- pkg-descr	(revision 320095)
 +++ pkg-descr	(working copy)
 @@ -1,3 +1,3 @@
   Wtf is little shell script taken from NetBSD's CVS repository which
   translates acronyms.  These acronyms are kept in a file located at
 -${PREFIX}/share/misc/acronyms.
 +${PREFIX}/share/wtf/acronyms.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179082: commit references a PR
Date: Fri,  7 Jun 2013 13:49:07 +0000 (UTC)

 Author: jadawin
 Date: Fri Jun  7 13:49:00 2013
 New Revision: 320202
 URL: http://svnweb.freebsd.org/changeset/ports/320202
 
 Log:
   - Update to 20130605
   - Change MASTER_SITES
   - Pass maintainership to submitter
   
   PR:		ports/179082
   Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
 
 Modified:
   head/games/wtf/Makefile   (contents, props changed)
   head/games/wtf/distinfo   (contents, props changed)
 
 Modified: head/games/wtf/Makefile
 ==============================================================================
 --- head/games/wtf/Makefile	Fri Jun  7 13:35:54 2013	(r320201)
 +++ head/games/wtf/Makefile	Fri Jun  7 13:49:00 2013	(r320202)
 @@ -1,19 +1,12 @@
 -# ex:ts=8
 -# New ports collection makefile for:   	wtf
 -# Date created:                        	29 December 2001
 -# Whom:                                 Maxime Henrion <mux@FreeBSD.org>
 -#
 +# Created by: Maxime Henrion <mux@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	wtf
 -PORTVERSION=	20111107
 +PORTVERSION=	20130605
  CATEGORIES=	games
 -MASTER_SITES=	http://tuxaco.net/downloads/ \
 -		http://download.goodking.org/downloads/ \
 -		http://files.etoilebsd.net/goodking/
 +MASTER_SITES=	SF/bsdwtf
  
 -MAINTAINER=	jadawin@FreeBSD.org
 +MAINTAINER=	lifanov@mail.lifanov.com
  COMMENT=	Translates common Internet acronyms
  
  NO_BUILD=	yes
 
 Modified: head/games/wtf/distinfo
 ==============================================================================
 --- head/games/wtf/distinfo	Fri Jun  7 13:35:54 2013	(r320201)
 +++ head/games/wtf/distinfo	Fri Jun  7 13:49:00 2013	(r320202)
 @@ -1,2 +1,2 @@
 -SHA256 (wtf-20111107.tar.gz) = 7d1a24bdfbec2b8cf6448b9d42e557ad1ac231fc9d1ae2e0d4245b206edba908
 -SIZE (wtf-20111107.tar.gz) = 21618
 +SHA256 (wtf-20130605.tar.gz) = 238077a764f5c2ca08462c363e3528d59d7d4666cbffa8e57e28c68e1efd7936
 +SIZE (wtf-20130605.tar.gz) = 22269
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Fri Jun 7 13:54:07 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179082 
>Unformatted:
