From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 18:50:24 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 407B6106564A for ; Wed, 24 Aug 2011 18:50:24 +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 1FF6B8FC1B for ; Wed, 24 Aug 2011 18:50:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7OIoOkU012449 for ; Wed, 24 Aug 2011 18:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7OIoNTa012442; Wed, 24 Aug 2011 18:50:23 GMT (envelope-from gnats) Resent-Date: Wed, 24 Aug 2011 18:50:23 GMT Resent-Message-Id: <201108241850.p7OIoNTa012442@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C4481065672 for ; Wed, 24 Aug 2011 18:43:48 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id 017358FC0C for ; Wed, 24 Aug 2011 18:43:47 +0000 (UTC) Received: from localhost.localdomain (ZT038043.ppp.dion.ne.jp [59.128.38.43]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 192B623C031 for ; Thu, 25 Aug 2011 03:43:45 +0900 (JST) Message-Id: <20110825033646.fed0323f.tkato432@yahoo.com> Date: Thu, 25 Aug 2011 03:36:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/160108: Update port: games/tuxpuck X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2011 18:50:24 -0000 >Number: 160108 >Category: ports >Synopsis: Update port: games/tuxpuck >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 24 18:50:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Support CFLAGS properly >How-To-Repeat: >Fix: diff -urN /usr/ports/games/tuxpuck/Makefile games/tuxpuck/Makefile --- /usr/ports/games/tuxpuck/Makefile 2011-08-03 15:32:35.000000000 +0900 +++ games/tuxpuck/Makefile 2011-08-24 01:45:04.000000000 +0900 @@ -8,16 +8,13 @@ PORTNAME= tuxpuck PORTVERSION= 0.8.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games -MASTER_SITES= http://users.student.lth.se/d00jkr/tuxpuck/ +MASTER_SITES= http://www.sourcefiles.org/Games/Sports/Miscellaneous/ MAINTAINER= ports@FreeBSD.org COMMENT= Shufflepuck Cafe Clone -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ vorbis.4:${PORTSDIR}/audio/libvorbis \ diff -urN /usr/ports/games/tuxpuck/files/patch-Makefile games/tuxpuck/files/patch-Makefile --- /usr/ports/games/tuxpuck/files/patch-Makefile 2003-01-06 15:58:38.000000000 +0900 +++ games/tuxpuck/files/patch-Makefile 2011-08-24 01:44:28.000000000 +0900 @@ -1,5 +1,16 @@ ---- Makefile.orig Fri Nov 8 11:50:29 2002 -+++ Makefile Wed Dec 25 15:38:45 2002 +--- Makefile.orig 2002-11-08 19:50:29.000000000 +0900 ++++ Makefile 2011-08-24 01:44:15.000000000 +0900 +@@ -1,8 +1,8 @@ + # Makefile for TuxPuck , Copyright Jacob Kroon 2001-2002 + NAME = tuxpuck + VERSION = 0.8.2 +-CC = gcc +-CFLAGS += -D_VERSION=\"$(VERSION)\" -g -Wall ++CC ?= gcc ++CFLAGS += -D_VERSION=\"$(VERSION)\" -Wall + CSOURCES = tuxpuck.c video.c audio.c menu.c sprite.c font.c timer.c \ + board.c entity.c glass.c scoreboard.c player.c zoom.c png.c \ + jpg.c intro.c tux.c arcana.c @@ -17,11 +17,11 @@ endif diff -urN /usr/ports/games/tuxpuck/pkg-descr games/tuxpuck/pkg-descr --- /usr/ports/games/tuxpuck/pkg-descr 2011-08-03 15:32:35.000000000 +0900 +++ games/tuxpuck/pkg-descr 2011-08-24 01:39:49.000000000 +0900 @@ -3,3 +3,5 @@ TuxPuck is a shufflepuck game written in C using SDL. The player moves a pad around a board and tries to shoot down the puck through the opponents defense. + +WWW: http://code.google.com/p/tuxpuck >Release-Note: >Audit-Trail: >Unformatted: