Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2006 04:24:44 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94209: [PATCH] games/kcheckers: UNBREAK (fix fetch)
Message-ID:  <1141784684.51955@it.buh.tecnik93.com>
Resent-Message-ID: <200603080230.k282UAF8082984@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94209
>Category:       ports
>Synopsis:       [PATCH] games/kcheckers: UNBREAK (fix fetch)
>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 Mar 08 02:30:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


Point MASTER_SITES to the right place. [1]
Drop USE_REINPLACE

Reported by:    fenner's distfile survey [1]


>How-To-Repeat:





>Fix:


--- kcheckers.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/kcheckers/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	26 Dec 2005 16:34:30 -0000	1.8
+++ Makefile	8 Mar 2006 02:22:49 -0000
@@ -8,7 +8,7 @@
 PORTVERSION=	0.6
 PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	http://wibix.de/aw_downloads/kcheckers/
+MASTER_SITES=	http://wibix.de/infusions/pro_download_panel/downloads/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Qt version of the classic boardgame checkers
@@ -16,7 +16,6 @@
 BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
 
 USE_QT_VER=	3
-USE_REINPLACE=	yes
 MAKE_ENV=	QTDIR="${QT_PREFIX}"
 
 PLIST_FILES=	bin/kcheckers %%DATADIR%%/kcheckers.pdn
--- kcheckers.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1141784684.51955>