ports/135369: [PATCH] audio/tuneradio: [SUMMARIZE CHANGES]

Steven Kreuzer skreuzer at FreeBSD.org
Mon Jun 8 13:10:11 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list