From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 3 02:00:33 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 988BA16A403 for ; Wed, 3 May 2006 02:00:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E1043D55 for ; Wed, 3 May 2006 02:00:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4320Wtu007890 for ; Wed, 3 May 2006 02:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4320Woh007888; Wed, 3 May 2006 02:00:32 GMT (envelope-from gnats) Resent-Date: Wed, 3 May 2006 02:00:32 GMT Resent-Message-Id: <200605030200.k4320Woh007888@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, Alexander Botero-Lowry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8447116A411; Wed, 3 May 2006 01:57:17 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from suede.reed.edu (suede.reed.edu [134.10.2.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E4643D45; Wed, 3 May 2006 01:57:16 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from Laptop.mine.box (c029h217.dorm.reed.edu [134.10.29.217]) by suede.reed.edu (8.13.6/8.13.6) with ESMTP id k431vEPu007855 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Tue, 2 May 2006 18:57:14 -0700 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.4/8.13.4) with ESMTP id k431twdw057900; Tue, 2 May 2006 18:55:58 -0700 (PDT) (envelope-from alex@Laptop.mine.box) Received: (from alex@localhost) by Laptop.mine.box (8.13.4/8.13.4/Submit) id k431twM5057899; Tue, 2 May 2006 18:55:58 -0700 (PDT) (envelope-from alex) Message-Id: <200605030155.k431twM5057899@Laptop.mine.box> Date: Tue, 2 May 2006 18:55:58 -0700 (PDT) From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lioux@FreeBSD.org Subject: ports/96696: [PATCH] audio/picard: Make fetchable 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, 03 May 2006 02:00:33 -0000 >Number: 96696 >Category: ports >Synopsis: [PATCH] audio/picard: Make fetchable >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 May 03 02:00:32 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb 7 19:06:16 PST >Description: I've discussed this with the MusicBrainz folks on IRC and they assure me that: There is NOT a license limitation on fetching this port, thus remove that annoying message and give it a valid MASTER_SITES. Port maintainer (lioux@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- picard-0.6.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/picard/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/picard/Makefile --- /usr/ports/audio/picard/Makefile Fri Apr 7 11:18:07 2006 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/picard/Makefile Tue May 2 18:53:43 2006 @@ -8,7 +8,7 @@ PORTNAME= picard DISTVERSION= 0.6.0 CATEGORIES= audio python -MASTER_SITES= #https://helixcommunity.org/ +MASTER_SITES= https://helixcommunity.org/download.php/1791/ MAINTAINER= lioux@FreeBSD.org COMMENT= Next generation MusicBrainzTagger @@ -21,7 +21,6 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes -SOURCEFILE= ${DISTNAME}${EXTRACT_SUFX} PICARD_MODULES= browser lib ui post-extract: @@ -66,7 +65,7 @@ .include .if ${OSVERSION} < 500000 -IGNORE= Systems prior to FreeBSD 5.0 do not support Unicode +IGNORE= systems prior to FreeBSD 5.0 do not support Unicode .endif .if ${ARCH} != "i386" @@ -77,20 +76,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco EXTRA_PATCHES+= ${FILESDIR}/extra-psyco-patch-tagger.py -.endif - -## idea taken from ports/java/jdk14/Makefile written by -## Alexey Zelkin -# -# Check for sources -.if !exists(${DISTDIR}/${SOURCEFILE}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf -IGNORE= :\n\ -Because of licensing restrictions, you must fetch the source distribution\n\ -manually. Please access http://musicbrainz.org/wd/PicardDownload\n\ -with a web browser and download the \"Linux tarball\" ${SOURCEFILE}\n\ -just below \"Download Picard\" title.\n\ -Please place this file in ${DISTDIR}.\n .endif .include --- picard-0.6.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: