From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 7 21:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 904E9B87 for ; Sun, 7 Jul 2013 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6709617B7 for ; Sun, 7 Jul 2013 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r67Le1gk091791 for ; Sun, 7 Jul 2013 21:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r67Le1su091790; Sun, 7 Jul 2013 21:40:01 GMT (envelope-from gnats) Date: Sun, 7 Jul 2013 21:40:01 GMT Message-Id: <201307072140.r67Le1su091790@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: nemysis Subject: Re: ports/173882: [PATCH] games/xsc: Changed Comment, added Deskop entries, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: nemysis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jul 2013 21:40:01 -0000 The following reply was made to PR ports/173882; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: bdrewery@FreeBSD.org, Danilo Egea Subject: Re: ports/173882: [PATCH] games/xsc: Changed Comment, added Deskop entries, take maintainership Date: Sun, 7 Jul 2013 23:36:10 +0200 --MP_/mmYIbznsotO/L7JvN_hk1Ae Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline - Trim master sites - Add Icons - Remove leading article from COMMENT - Add Desktop entry file - Trim PLIST_FILES This PR is from 23 Nov 2012 and ports/177672 is from Sat, 6 Apr 2013. Why i don't get maintainership? Best regards, nemysis --MP_/mmYIbznsotO/L7JvN_hk1Ae Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=xsc.diff ===> Generating patch ===> Viewing diff with more diff -ruN /usr/ports/games/xsc/Makefile ./Makefile --- /usr/ports/games/xsc/Makefile 2013-06-02 18:54:31.000000000 +0200 +++ ./Makefile 2013-07-07 23:15:09.000000000 +0200 @@ -4,13 +4,25 @@ PORTNAME= xsc PORTVERSION= 1.6 CATEGORIES= games -MASTER_SITES= http://www.panix.com/~mbh/xsc/ +MASTER_SITES= http://www.panix.com/~mbh/xsc/ \ + SF/nemysisfreebsdp/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= danilogondolfo@gmail.com -COMMENT= A vector graphics space shoot'em up game +COMMENT= Vector graphics space shoot'em up game USE_XORG= x11 GNU_CONFIGURE= yes -PLIST_FILES= bin/xsc + +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png + +DESKTOP_ENTRIES="Xce" "${COMMENT}" ${PORTNAME} \ + "${PORTNAME}" "Game;ArcadeGame;" false + +post-install: + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps .include diff -ruN /usr/ports/games/xsc/distinfo ./distinfo --- /usr/ports/games/xsc/distinfo 2013-06-02 18:54:31.000000000 +0200 +++ ./distinfo 2013-07-07 23:15:46.000000000 +0200 @@ -1,2 +1,4 @@ SHA256 (xsc-1.6.tar.gz) = f271300c10423150562a290ed2a67910db804c7f11fbfd3e3f67016c039af8fa SIZE (xsc-1.6.tar.gz) = 140106 +SHA256 (xsc.png) = 4ae93202eb1df542fa559a3d46f7f5e687e8816efad56cc6b32111a17cb26d2e +SIZE (xsc.png) = 381 ===> Done --MP_/mmYIbznsotO/L7JvN_hk1Ae--