From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 1 20:50:01 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 58351A2C for ; Thu, 1 Nov 2012 20:50: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 15C288FC15 for ; Thu, 1 Nov 2012 20:50:01 +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 qA1Ko0WN007470 for ; Thu, 1 Nov 2012 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA1Ko0c5007469; Thu, 1 Nov 2012 20:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 1 Nov 2012 20:50:00 GMT Resent-Message-Id: <201211012050.qA1Ko0c5007469@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, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC3BF7AA for ; Thu, 1 Nov 2012 20:44:53 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 23CD08FC14 for ; Thu, 1 Nov 2012 20:44:52 +0000 (UTC) Received: (qmail invoked by alias); 01 Nov 2012 20:44:51 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp024) with SMTP; 01 Nov 2012 21:44:51 +0100 Received: by something.email.com (sSMTP sendmail emulation); Thu, 01 Nov 2012 21:44:49 +0100 Message-Id: <20121101204453.CC3BF7AA@hub.freebsd.org> Date: Thu, 01 Nov 2012 21:44:49 +0100 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173270: [MAINTAINER] games/domination: Fixed distfiles for Distilator Cc: jgh@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2012 20:50:01 -0000 >Number: 173270 >Category: ports >Synopsis: [MAINTAINER] games/domination: Fixed distfiles for Distilator >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 01 20:50:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: + http://domination.sourceforge.net/maps/ + ${MAPS:S/$/.zip/} Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: portlint -A looks fine. port test: clean Build log https://redports.org/buildarchive/20121101002808-33248/ >Fix: --- domination-1.1.1.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/domination/Makefile ./Makefile --- /usr/ports/games/domination/Makefile 2012-10-31 06:40:09.000000000 +0100 +++ ./Makefile 2012-10-31 21:53:38.000000000 +0100 @@ -4,9 +4,9 @@ PORTVERSION= 1.1.1.1 CATEGORIES= games java MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/:game \ - http://domination.sourceforge.net/maps/:maps + http://domination.sourceforge.net/maps/ DISTFILES= ${PORTNAME:S/d/D/}_${DISTVERSION}${EXTRACT_SUFX}:game \ - ${MAPS:S/$/.zip/}:maps + ${MAPS:S/$/.zip/} DIST_SUBDIR= ${PORTNAME} MAINTAINER= nemysis@gmx.ch --- domination-1.1.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: