From nobody@FreeBSD.org  Sun Dec 23 02:57:41 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 91754A84
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Dec 2012 02:57:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 6ABF08FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Dec 2012 02:57:41 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBN2vfa6015434
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Dec 2012 02:57:41 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qBN2vfqR015433;
	Sun, 23 Dec 2012 02:57:41 GMT
	(envelope-from nobody)
Message-Id: <201212230257.qBN2vfqR015433@red.freebsd.org>
Date: Sun, 23 Dec 2012 02:57:41 GMT
From: Kevin Zheng <kevinz5000@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Install desktop icon and update pkg-descr for games/freedroid
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         174649
>Category:       ports
>Synopsis:       [patch] Install desktop icon and update pkg-descr for games/freedroid
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 23 03:00:00 UTC 2012
>Closed-Date:    Wed Jan 02 19:33:05 UTC 2013
>Last-Modified:  Wed Jan  2 19:40:00 UTC 2013
>Originator:     Kevin Zheng
>Release:        9.0-RELEASE-p3
>Organization:
>Environment:
FreeBSD sigma.local 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Install a desktop entry for games/freedroid. While here,
 - Trim Makefile header
 - Take maintainership
 - Update COMMENT and pkg-descr (with new WWW site)
 - Bump PORTREVISION
>How-To-Repeat:
Install the port.
>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -ruN /usr/ports/games/freedroid/Makefile freedroid/Makefile
--- /usr/ports/games/freedroid/Makefile	2012-11-16 23:57:39.000000000 -0600
+++ freedroid/Makefile	2012-12-22 19:05:26.000000000 -0600
@@ -1,24 +1,24 @@
-# New ports collection makefile for: criticalmass
-# Date created:		15 Sep 2003
-# Whom:			benlutz@datacomm.ch
-#
+# Created by: <benlutz@datacomm.ch>
 # $FreeBSD: ports/games/freedroid/Makefile,v 1.21 2012/11/17 05:57:39 svnexp Exp $
-#
 
 PORTNAME=	freedroid
 PORTVERSION=	1.0.2
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}Classic/FreedroidClassic-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Freedroid is a clone of the classic game "Paradroid"
+MAINTAINER=	kevinz5000@gmail.com
+COMMENT=	A clone of the Commodore game Paradroid
 
 USE_SDL=	mixer image sdl
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-transform-name=
 
+DESKTOP_ENTRIES=	"Freedroid Classic" "${COMMENT}" \
+			"${DATADIR}/graphics/999.png" \
+			"freedroid" "Game;ArcadeGame;" true
+
 MAN6=		freedroid.6
 
 post-extract:
diff -ruN /usr/ports/games/freedroid/pkg-descr freedroid/pkg-descr
--- /usr/ports/games/freedroid/pkg-descr	2003-09-28 07:08:39.000000000 -0500
+++ freedroid/pkg-descr	2012-12-22 18:22:49.000000000 -0600
@@ -1,12 +1,11 @@
-Freedroid is a clone of the classic game "Paradroid" on Commodore 64 with some
-improvements and extensions to the classic version. 
+Freedroid is a clone of the game "Paradroid" which was released on Commodore
+64 in 1985. In this game, you control a robot located within an interstellar
+spaceship consisting of several decks connected by elevators.
 
-In this game, you control a robot, depicted by a small white ball with a few
-numbers within an interstellar spaceship consisting of several decks connected
-by elevators. 
+The aim of the game is to destroy all enemy robots by either shooting them
+or seizing control over them by creating connections in a short subgame
+of electric circuits. The graphics are designed to be a fairly faithful
+reproduction of the original game, but a modern set of tiles is also
+available.
 
-The aim of the game is to destroy all enemy robots, depicted by small black
-balls with a few numbers, by either shooting them or seizing control over them
-by creating connections in a short subgame of electric circuits. 
-
-WWW: http://freedroid.sourceforge.net
+WWW: http://www.freedroid.org/


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Wed Jan 2 19:33:04 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174649: commit references a PR
Date: Wed,  2 Jan 2013 19:32:48 +0000 (UTC)

 Author: pawel
 Date: Wed Jan  2 19:32:40 2013
 New Revision: 309832
 URL: http://svnweb.freebsd.org/changeset/ports/309832
 
 Log:
   - Add desktop entry file
   - Update COMMENT, WWW
   - Give maintainership to submitter
   
   PR:		ports/174649
   Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
 
 Modified:
   head/games/freedroid/Makefile
   head/games/freedroid/pkg-descr
 
 Modified: head/games/freedroid/Makefile
 ==============================================================================
 --- head/games/freedroid/Makefile	Wed Jan  2 19:11:41 2013	(r309831)
 +++ head/games/freedroid/Makefile	Wed Jan  2 19:32:40 2013	(r309832)
 @@ -1,24 +1,28 @@
 -# New ports collection makefile for: criticalmass
 -# Date created:		15 Sep 2003
 -# Whom:			benlutz@datacomm.ch
 -#
 +# Created by: <benlutz@datacomm.ch>
  # $FreeBSD$
 -#
  
  PORTNAME=	freedroid
  PORTVERSION=	1.0.2
 -PORTREVISION=	13
 +PORTREVISION=	14
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}Classic/FreedroidClassic-${PORTVERSION}
  
 -MAINTAINER=	ports@FreeBSD.org
 -COMMENT=	Freedroid is a clone of the classic game "Paradroid"
 +MAINTAINER=	kevinz5000@gmail.com
 +COMMENT=	Clone of the Commodore game Paradroid
  
 +LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 +		png15:${PORTSDIR}/graphics/png
 +
 +USE_ICONV=	yes
  USE_SDL=	mixer image sdl
  
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS=	--program-transform-name=
  
 +DESKTOP_ENTRIES=	"Freedroid Classic" "${COMMENT}" \
 +			"${DATADIR}/graphics/999.png" \
 +			"freedroid" "Game;ArcadeGame;" false
 +
  MAN6=		freedroid.6
  
  post-extract:
 
 Modified: head/games/freedroid/pkg-descr
 ==============================================================================
 --- head/games/freedroid/pkg-descr	Wed Jan  2 19:11:41 2013	(r309831)
 +++ head/games/freedroid/pkg-descr	Wed Jan  2 19:32:40 2013	(r309832)
 @@ -1,12 +1,11 @@
 -Freedroid is a clone of the classic game "Paradroid" on Commodore 64 with some
 -improvements and extensions to the classic version. 
 +Freedroid is a clone of the game "Paradroid" which was released on Commodore
 +64 in 1985. In this game, you control a robot located within an interstellar
 +spaceship consisting of several decks connected by elevators.
  
 -In this game, you control a robot, depicted by a small white ball with a few
 -numbers within an interstellar spaceship consisting of several decks connected
 -by elevators. 
 +The aim of the game is to destroy all enemy robots by either shooting them
 +or seizing control over them by creating connections in a short subgame
 +of electric circuits. The graphics are designed to be a fairly faithful
 +reproduction of the original game, but a modern set of tiles is also
 +available.
  
 -The aim of the game is to destroy all enemy robots, depicted by small black
 -balls with a few numbers, by either shooting them or seizing control over them
 -by creating connections in a short subgame of electric circuits. 
 -
 -WWW: http://freedroid.sourceforge.net
 +WWW: http://www.freedroid.org/
 _______________________________________________
 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"
 
>Unformatted:
