ports/96696: [PATCH] audio/picard: Make fetchable

Alexander Botero-Lowry alex at foxybanana.com
Wed May 3 02:00:33 UTC 2006


>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 at 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 at 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 <bsd.port.pre.mk>
 
 .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 <phantom at FreeBSD.org>
-#
-# 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 <bsd.port.post.mk>
--- picard-0.6.0.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list