From nobody@FreeBSD.org  Mon Jul  5 06:43:03 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EB1921065670
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Jul 2010 06:43:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id DA26D8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Jul 2010 06:43:02 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o656h2qd079671
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 5 Jul 2010 06:43:02 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o656h1q7079670;
	Mon, 5 Jul 2010 06:43:01 GMT
	(envelope-from nobody)
Message-Id: <201007050643.o656h1q7079670@www.freebsd.org>
Date: Mon, 5 Jul 2010 06:43:01 GMT
From: C-S <c-s@c-s.li>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] games/nettoe
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         148373
>Category:       ports
>Synopsis:       [UPDATE] games/nettoe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 05 06:50:01 UTC 2010
>Closed-Date:    Thu Aug 05 22:55:53 UTC 2010
>Last-Modified:  Thu Aug  5 23:00:19 UTC 2010
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
Update to version 1.3.2 and I'd claim maintainership.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -C 5 nettoe.old/Makefile nettoe.new/Makefile
*** nettoe.old/Makefile	2010-07-05 08:36:38.027264557 +0200
--- nettoe.new/Makefile	2010-07-05 08:38:13.139292659 +0200
***************
*** 4,30 ****
  #
  # $FreeBSD: ports/games/nettoe/Makefile,v 1.6 2009/08/22 00:22:20 amdmi3 Exp $
  #
  
  PORTNAME=	nettoe
! PORTVERSION=	1.1.0
! PORTREVISION=	1
  CATEGORIES=	games
! MASTER_SITES=	SF
  
! MAINTAINER=	ports@FreeBSD.org
  COMMENT=	A tic-tac-toe game playable over the network
  
  MAN6=		nettoe.6
  
  USE_GMAKE=	yes
  GNU_CONFIGURE=	yes
  
! post-install:
! .if !defined(NOPORTDOCS)
! 	${MKDIR} ${DOCSDIR}
! .for I in AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO
! 	${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}
! .endfor
! .endif
  
! .include <bsd.port.mk>
--- 4,28 ----
  #
  # $FreeBSD: ports/games/nettoe/Makefile,v 1.6 2009/08/22 00:22:20 amdmi3 Exp $
  #
  
  PORTNAME=	nettoe
! PORTVERSION=	1.3.2
  CATEGORIES=	games
! MASTER_SITES=	SF \
! 		http://www.c-s.li/ports/
  
! MAINTAINER=	c-s@c-s.li
  COMMENT=	A tic-tac-toe game playable over the network
  
+ LICENSE=	GPLv2
+ LICENSE_FILE=	${WRKSRC}/COPYING
+ 
+ PORTDOCS=	AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO
  MAN6=		nettoe.6
  
  USE_GMAKE=	yes
  GNU_CONFIGURE=	yes
  
! .include <bsd.port.pre.mk>
  
! .include <bsd.port.post.mk>
diff -C 5 nettoe.old/distinfo nettoe.new/distinfo
*** nettoe.old/distinfo	2010-07-05 08:36:38.027264557 +0200
--- nettoe.new/distinfo	2010-07-05 08:38:13.139292659 +0200
***************
*** 1,3 ****
! MD5 (nettoe-1.1.0.tar.gz) = 3227629ec7ade9495c7cc4c68243a7b0
! SHA256 (nettoe-1.1.0.tar.gz) = b9166b54a9113277444aa8cb4f4e2bba4ce5d4484f4c8cc10bbd08ab2344535f
! SIZE (nettoe-1.1.0.tar.gz) = 50197
--- 1,3 ----
! MD5 (nettoe-1.3.2.tar.gz) = abd8037832a3d73be765154e7b27eb4d
! SHA256 (nettoe-1.3.2.tar.gz) = 1aba74312e968bb84c556c12c0713128148542b8b2879c78893c47d945da0e24
! SIZE (nettoe-1.3.2.tar.gz) = 94261
diff -C 5 nettoe.old/pkg-descr nettoe.new/pkg-descr
*** nettoe.old/pkg-descr	2010-07-05 08:36:38.027264557 +0200
--- nettoe.new/pkg-descr	2010-07-05 08:38:13.139292659 +0200
***************
*** 1,6 ****
! netToe is a Tic Tac Toe-like game for the console written in C using 
! UNIX sockets.
! It is playable by 2 players over the network, against computer AI, or 
! against another player on the same machine.
  
  WWW: http://nettoe.sourceforge.net/
--- 1,6 ----
! netToe is a Tic Tac Toe-like game for the console written in C using UNIX
! sockets.
! It is playable by 2 players over the network, against computer AI, or against
! another player on the same machine.
  
  WWW: http://nettoe.sourceforge.net/
diff -C 5 nettoe.old/pkg-plist nettoe.new/pkg-plist
*** nettoe.old/pkg-plist	2010-07-05 08:36:38.028264149 +0200
--- nettoe.new/pkg-plist	2010-07-05 08:38:13.139292659 +0200
***************
*** 1,10 ****
  bin/nettoe
! %%PORTDOCS%%share/doc/nettoe/AUTHORS
! %%PORTDOCS%%share/doc/nettoe/BUGS
! %%PORTDOCS%%share/doc/nettoe/COPYING
! %%PORTDOCS%%share/doc/nettoe/ChangeLog
! %%PORTDOCS%%share/doc/nettoe/INSTALL
! %%PORTDOCS%%share/doc/nettoe/NEWS
! %%PORTDOCS%%share/doc/nettoe/README
! %%PORTDOCS%%share/doc/nettoe/TO-DO
! %%PORTDOCS%%@dirrm share/doc/nettoe
--- 1,6 ----
  bin/nettoe
! share/licenses/nettoe-1.3.2/COPYING
! share/licenses/nettoe-1.3.2/LICENSE
! share/licenses/nettoe-1.3.2/catalog.mk
! @dirrm share/licenses/nettoe-1.3.2
! @dirrm share/licenses


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Tue Jul 6 02:07:43 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148373 
State-Changed-From-To: open->feedback 
State-Changed-By: amdmi3 
State-Changed-When: Tue Jul 6 13:01:10 UTC 2010 
State-Changed-Why:  
Fails to install, as you've removed installation of PORTDOCS. 
http://people.freebsd.org/~amdmi3/nettoe-1.3.2.log 

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

From: <c-s@c-s.li>
To: <bug-followup@FreeBSD.org>, <amdmi3@FreeBSD.org>
Cc:  
Subject: Re: ports/148373: [UPDATE] games/nettoe
Date: Thu, 08 Jul 2010 10:14:28 +0200

 --=_46aede0388cad366a4ddbbceb4a93af5
 Content-Transfer-Encoding: 8bit
 Content-Type: text/plain; charset=UTF-8
 
 That should do it now. The whole port is even simpler now.
 --=_46aede0388cad366a4ddbbceb4a93af5
 Content-Transfer-Encoding: base64
 Content-Type: text/plain; charset=UTF-8;
  name=patch.txt;
 Content-Disposition: attachment;
  filename=patch.txt;
 
 T25seSBpbiBuZXR0b2UubmV3OiAuYnpyCmRpZmYgLXUgbmV0dG9lLm9sZC9NYWtlZmlsZSBuZXR0
 b2UubmV3L01ha2VmaWxlCi0tLSBuZXR0b2Uub2xkL01ha2VmaWxlCTIwMTAtMDctMDggMTA6MDg6
 MjAuNDgxOTQzMDU1ICswMjAwCisrKyBuZXR0b2UubmV3L01ha2VmaWxlCTIwMTAtMDctMDggMTA6
 MTI6MDEuMTMzNDg1NzEwICswMjAwCkBAIC02LDI1ICs2LDIzIEBACiAjCiAKIFBPUlROQU1FPQlu
 ZXR0b2UKLVBPUlRWRVJTSU9OPQkxLjEuMAotUE9SVFJFVklTSU9OPQkxCitQT1JUVkVSU0lPTj0J
 MS4zLjIKIENBVEVHT1JJRVM9CWdhbWVzCi1NQVNURVJfU0lURVM9CVNGCitNQVNURVJfU0lURVM9
 CVNGIFwKKwkJaHR0cDovL3d3dy5jLXMubGkvcG9ydHMvCiAKLU1BSU5UQUlORVI9CXBvcnRzQEZy
 ZWVCU0Qub3JnCitNQUlOVEFJTkVSPQljLXNAYy1zLmxpCiBDT01NRU5UPQlBIHRpYy10YWMtdG9l
 IGdhbWUgcGxheWFibGUgb3ZlciB0aGUgbmV0d29yawogCitMSUNFTlNFPQlHUEx2MgorCitQTElT
 VF9GSUxFUz0JYmluL25ldHRvZQorCiBNQU42PQkJbmV0dG9lLjYKIAogVVNFX0dNQUtFPQl5ZXMK
 IEdOVV9DT05GSUdVUkU9CXllcwogCi1wb3N0LWluc3RhbGw6Ci0uaWYgIWRlZmluZWQoTk9QT1JU
 RE9DUykKLQkke01LRElSfSAke0RPQ1NESVJ9Ci0uZm9yIEkgaW4gQVVUSE9SUyBCVUdTIENPUFlJ
 TkcgQ2hhbmdlTG9nIElOU1RBTEwgTkVXUyBSRUFETUUgVE8tRE8KLQkke0lOU1RBTExfREFUQX0g
 JHtXUktTUkN9LyRJICR7RE9DU0RJUn0KLS5lbmRmb3IKLS5lbmRpZgorLmluY2x1ZGUgPGJzZC5w
 b3J0LnByZS5taz4KIAotLmluY2x1ZGUgPGJzZC5wb3J0Lm1rPgorLmluY2x1ZGUgPGJzZC5wb3J0
 LnBvc3QubWs+CmRpZmYgLXUgbmV0dG9lLm9sZC9kaXN0aW5mbyBuZXR0b2UubmV3L2Rpc3RpbmZv
 Ci0tLSBuZXR0b2Uub2xkL2Rpc3RpbmZvCTIwMTAtMDctMDggMTA6MDg6MjAuNDgwOTQzNDQ5ICsw
 MjAwCisrKyBuZXR0b2UubmV3L2Rpc3RpbmZvCTIwMTAtMDctMDggMTA6MTI6MDEuMTMzNDg1NzEw
 ICswMjAwCkBAIC0xLDMgKzEsMyBAQAotTUQ1IChuZXR0b2UtMS4xLjAudGFyLmd6KSA9IDMyMjc2
 MjllYzdhZGU5NDk1YzdjYzRjNjgyNDNhN2IwCi1TSEEyNTYgKG5ldHRvZS0xLjEuMC50YXIuZ3op
 ID0gYjkxNjZiNTRhOTExMzI3NzQ0NGFhOGNiNGY0ZTJiYmE0Y2U1ZDQ0ODRmNGM4Y2MxMGJiZDA4
 YWIyMzQ0NTM1ZgotU0laRSAobmV0dG9lLTEuMS4wLnRhci5neikgPSA1MDE5NworTUQ1IChuZXR0
 b2UtMS4zLjIudGFyLmd6KSA9IGFiZDgwMzc4MzJhM2Q3M2JlNzY1MTU0ZTdiMjdlYjRkCitTSEEy
 NTYgKG5ldHRvZS0xLjMuMi50YXIuZ3opID0gMWFiYTc0MzEyZTk2OGJiODRjNTU2YzEyYzA3MTMx
 MjgxNDg1NDJiOGIyODc5Yzc4ODkzYzQ3ZDk0NWRhMGUyNAorU0laRSAobmV0dG9lLTEuMy4yLnRh
 ci5neikgPSA5NDI2MQpkaWZmIC11IG5ldHRvZS5vbGQvcGtnLWRlc2NyIG5ldHRvZS5uZXcvcGtn
 LWRlc2NyCi0tLSBuZXR0b2Uub2xkL3BrZy1kZXNjcgkyMDEwLTA3LTA4IDEwOjA4OjIwLjQ4MTk0
 MzA1NSArMDIwMAorKysgbmV0dG9lLm5ldy9wa2ctZGVzY3IJMjAxMC0wNy0wOCAxMDoxMjowMS4x
 MzM0ODU3MTAgKzAyMDAKQEAgLTEsNiArMSw2IEBACi1uZXRUb2UgaXMgYSBUaWMgVGFjIFRvZS1s
 aWtlIGdhbWUgZm9yIHRoZSBjb25zb2xlIHdyaXR0ZW4gaW4gQyB1c2luZyAKLVVOSVggc29ja2V0
 cy4KLUl0IGlzIHBsYXlhYmxlIGJ5IDIgcGxheWVycyBvdmVyIHRoZSBuZXR3b3JrLCBhZ2FpbnN0
 IGNvbXB1dGVyIEFJLCBvciAKLWFnYWluc3QgYW5vdGhlciBwbGF5ZXIgb24gdGhlIHNhbWUgbWFj
 aGluZS4KK25ldFRvZSBpcyBhIFRpYyBUYWMgVG9lLWxpa2UgZ2FtZSBmb3IgdGhlIGNvbnNvbGUg
 d3JpdHRlbiBpbiBDIHVzaW5nIFVOSVgKK3NvY2tldHMuCitJdCBpcyBwbGF5YWJsZSBieSAyIHBs
 YXllcnMgb3ZlciB0aGUgbmV0d29yaywgYWdhaW5zdCBjb21wdXRlciBBSSwgb3IgYWdhaW5zdAor
 YW5vdGhlciBwbGF5ZXIgb24gdGhlIHNhbWUgbWFjaGluZS4KIAogV1dXOiBodHRwOi8vbmV0dG9l
 LnNvdXJjZWZvcmdlLm5ldC8KT25seSBpbiBuZXR0b2Uub2xkOiBwa2ctcGxpc3QK
 --=_46aede0388cad366a4ddbbceb4a93af5--
 

From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: c-s@c-s.li
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/148373: [UPDATE] games/nettoe
Date: Wed, 28 Jul 2010 03:34:47 +0400

 * c-s@c-s.li (c-s@c-s.li) wrote:
 
 > That should do it now. The whole port is even simpler now.
 
 Dropping all PORTDOCS in a bad idea as they contain useful info;
 reformatting pkg-descr is no use, and longer lines are not preferred.
 including post.mk and pre.mk should be merged into including just
 bsd.port.mk.
 
 Thus, I suggest this patch:
 
 --- nettoe.patch begins here ---
 Index: Makefile
 ===================================================================
 RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/nettoe/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- Makefile	22 Aug 2009 00:22:20 -0000	1.6
 +++ Makefile	27 Jul 2010 23:30:30 -0000
 @@ -6,24 +6,30 @@
  #
  
  PORTNAME=	nettoe
 -PORTVERSION=	1.1.0
 -PORTREVISION=	1
 +PORTVERSION=	1.3.2
  CATEGORIES=	games
 -MASTER_SITES=	SF
 +MASTER_SITES=	SF \
 +		http://www.c-s.li/ports/
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	c-s@c-s.li
  COMMENT=	A tic-tac-toe game playable over the network
  
 +LICENSE=	GPLv2
 +
 +PLIST_FILES=	bin/nettoe
 +
  MAN6=		nettoe.6
  
  USE_GMAKE=	yes
  GNU_CONFIGURE=	yes
  
 -post-install:
 +PORTDOCS=	AUTHORS BUGS ChangeLog NEWS README TO-DO
 +
  .if !defined(NOPORTDOCS)
 +post-install:
  	${MKDIR} ${DOCSDIR}
 -.for I in AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO
 -	${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}
 +.for I in ${PORTDOCS}
 +	${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}/
  .endfor
  .endif
  
 Index: distinfo
 ===================================================================
 RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/nettoe/distinfo,v
 retrieving revision 1.4
 diff -u -r1.4 distinfo
 --- distinfo	24 Nov 2005 19:27:40 -0000	1.4
 +++ distinfo	27 Jul 2010 17:12:17 -0000
 @@ -1,3 +1,3 @@
 -MD5 (nettoe-1.1.0.tar.gz) = 3227629ec7ade9495c7cc4c68243a7b0
 -SHA256 (nettoe-1.1.0.tar.gz) = b9166b54a9113277444aa8cb4f4e2bba4ce5d4484f4c8cc10bbd08ab2344535f
 -SIZE (nettoe-1.1.0.tar.gz) = 50197
 +MD5 (nettoe-1.3.2.tar.gz) = abd8037832a3d73be765154e7b27eb4d
 +SHA256 (nettoe-1.3.2.tar.gz) = 1aba74312e968bb84c556c12c0713128148542b8b2879c78893c47d945da0e24
 +SIZE (nettoe-1.3.2.tar.gz) = 94261
 Index: pkg-plist
 ===================================================================
 RCS file: pkg-plist
 diff -N pkg-plist
 --- pkg-plist	1 Jul 2001 22:42:23 -0000	1.1
 +++ /dev/null	1 Jan 1970 00:00:00 -0000
 @@ -1,10 +0,0 @@
 -bin/nettoe
 -%%PORTDOCS%%share/doc/nettoe/AUTHORS
 -%%PORTDOCS%%share/doc/nettoe/BUGS
 -%%PORTDOCS%%share/doc/nettoe/COPYING
 -%%PORTDOCS%%share/doc/nettoe/ChangeLog
 -%%PORTDOCS%%share/doc/nettoe/INSTALL
 -%%PORTDOCS%%share/doc/nettoe/NEWS
 -%%PORTDOCS%%share/doc/nettoe/README
 -%%PORTDOCS%%share/doc/nettoe/TO-DO
 -%%PORTDOCS%%@dirrm share/doc/nettoe
 --- nettoe.patch ends here ---
 
 
 
 -- 
 Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
 amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru

From: C-S <c-s@c-s.li>
To: bug-followup@FreeBSD.org, amdmi3@FreeBSD.org
Cc:  
Subject: Re: ports/148373: [UPDATE] games/nettoe
Date: Tue, 03 Aug 2010 23:36:11 +0200

 Thank you for this nice suggestion. I think you are absolutely right.
 
State-Changed-From-To: feedback->closed 
State-Changed-By: amdmi3 
State-Changed-When: Thu Aug 5 22:55:52 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148373: commit references a PR
Date: Thu,  5 Aug 2010 22:55:58 +0000 (UTC)

 amdmi3      2010-08-05 22:55:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/nettoe         Makefile distinfo 
   Removed files:
     games/nettoe         pkg-plist 
   Log:
   - Update to 1.3.2
   - Pass maintainership to submitter
   
   PR:             148373
   Submitted by:   C-S <c-s@c-s.li>
   
   Revision  Changes    Path
   1.7       +13 -7     ports/games/nettoe/Makefile
   1.5       +3 -3      ports/games/nettoe/distinfo
   1.2       +0 -10     ports/games/nettoe/pkg-plist (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
