Date: Mon, 8 Jun 2009 08:49:25 -0400 (EDT) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: pozar@lns.com Subject: ports/135369: [PATCH] audio/tuneradio: [SUMMARIZE CHANGES] Message-ID: <200906081249.n58CnPAO049614@slurry.exit2shell.com> Resent-Message-ID: <200906081310.n58DA6BX017225@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135369 >Category: ports >Synopsis: [PATCH] audio/tuneradio: [SUMMARIZE CHANGES] >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: Mon Jun 08 13:10:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD slurry.exit2shell.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Mon Nov 24 14:01:09 EST 2008 >Description: - Fixed PREFIX issue discovered by 7-STABLE-FPT-CustDir tinderbox run http://qatty.tecnik93.com/index.php?action=display_markup_log&build=7-STABLE-FPT-CustDir&id=1400 - Add additional MASTER_SITE - Move pkg-plist into Makefile Port maintainer (pozar@lns.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tuneradio-1.3.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/share/cvs/freebsd/ports/audio/tuneradio/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 16 Apr 2007 04:09:52 -0000 1.4 +++ Makefile 8 Jun 2009 12:44:31 -0000 @@ -8,9 +8,15 @@ PORTNAME= tuneradio PORTVERSION= 1.3 CATEGORIES= audio -MASTER_SITES= http://www.lns.com/papers/tuneradio/ +MASTER_SITES= http://www.lns.com/papers/tuneradio/ \ + http://cvsup1.theplanet.com/distfiles/ MAINTAINER= pozar@lns.com COMMENT= A command line method of tuning a Brooktree FM tuner card +PLIST_FILES= bin/tuneradio + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${PREFIX}/bin + .include <bsd.port.mk> Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 6 Feb 2004 20:35:43 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1 +0,0 @@ -bin/tuneradio --- tuneradio-1.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906081249.n58CnPAO049614>