From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 17 06:10:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA300106564A for ; Fri, 17 Aug 2012 06:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 949188FC1A for ; Fri, 17 Aug 2012 06:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7H6A8ro073057 for ; Fri, 17 Aug 2012 06:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7H6A8SM073056; Fri, 17 Aug 2012 06:10:08 GMT (envelope-from gnats) Date: Fri, 17 Aug 2012 06:10:08 GMT Message-Id: <201208170610.q7H6A8SM073056@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: nemysis Cc: Subject: Re: ports/170682 graphics/puckman: An unofficial clone of the original Pac-Man game X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nemysis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 06:10:08 -0000 The following reply was made to PR ports/170682; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/170682 graphics/puckman: An unofficial clone of the original Pac-Man game Date: Fri, 17 Aug 2012 08:09:14 +0200 --MP_/NC2FrvE3+MxGOR2MDV9mdg7 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline --MP_/NC2FrvE3+MxGOR2MDV9mdg7 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=puckman.diff diff -ruN puckman.orig/Makefile puckman/Makefile --- puckman.orig/Makefile 2012-08-17 08:03:02.000000000 +0200 +++ puckman/Makefile 2012-08-17 07:59:29.000000000 +0200 @@ -26,6 +26,8 @@ PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png +WRKSRC= ${WRKDIR}/patapizza-${PORTNAME}-f5b809c + PORTDATA= * PORTDOCS= INSTALL README.md --MP_/NC2FrvE3+MxGOR2MDV9mdg7--