From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 17 10:40:21 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 755A91065674 for ; Fri, 17 Aug 2012 10:40:21 +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 609248FC18 for ; Fri, 17 Aug 2012 10:40:21 +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 q7HAeKAh024235 for ; Fri, 17 Aug 2012 10:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7HAeKGf024234; Fri, 17 Aug 2012 10:40:20 GMT (envelope-from gnats) Date: Fri, 17 Aug 2012 10:40:20 GMT Message-Id: <201208171040.q7HAeKGf024234@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 10:40:21 -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 12:33:45 +0200 --MP_/N6y.JsYNTXrNly/HGBpD4fa Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline --MP_/N6y.JsYNTXrNly/HGBpD4fa 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 12:29:38.000000000 +0200 @@ -8,8 +8,7 @@ PORTNAME= puckman PORTVERSION= 1.0 CATEGORIES= graphics -MASTER_SITES= https://github.com/patapizza/puckman/tarball/master/ -DISTNAME= patapizza-${PORTNAME}-${DISTVERSION} +MASTER_SITES= https://github.com/downloads/patapizza/puckman/ MAINTAINER= nemysis@gmx.ch COMMENT= An unofficial clone of the original Pac-Man game @@ -33,7 +32,7 @@ do-build: cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${CFLAGS} \ - -DDATA_PREFIX=\"${DATADIR}/\" -DAUDIO -DLINUX \ + -DDATA_PREFIX=\"${DATADIR}/\" \ -lm `${SDL_CONFIG} --cflags --libs` -lSDL -lSDL_image -lSDL_gfx -lm puckman.c do-install: diff -ruN puckman.orig/distinfo puckman/distinfo --- puckman.orig/distinfo 2012-08-17 08:03:02.000000000 +0200 +++ puckman/distinfo 2012-08-17 12:27:01.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (patapizza-puckman-1.0.tar.gz) = 995e90845993600ed6693f4a857cf6b0d6e9dc431ccea35c6b9243830f73e86a -SIZE (patapizza-puckman-1.0.tar.gz) = 191432 +SHA256 (puckman-1.0.tar.gz) = 842919da45c77de4c77f66f11dde9f189b1d0d764f2ba76f5b93ee3288e967b2 +SIZE (puckman-1.0.tar.gz) = 210385 --MP_/N6y.JsYNTXrNly/HGBpD4fa--