ports/66341: [Maintainer Fix] audio/gnupod : fix dependencies with package

David Le Brun david at dyn-ns.net
Thu May 6 22:40:25 UTC 2004


>Number:         66341
>Category:       ports
>Synopsis:       [Maintainer Fix] audio/gnupod : fix dependencies with package
>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 May 06 15:40:12 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Le Brun
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD da-quirk.org 5.2-RELEASE FreeBSD 5.2-RELEASE #4: Sat Jan 17 16:34:59 CET 2004 root at da-quirk.org:/usr/src/sys/i386/compile/PAPRIKA i386


	
>Description:
Fix submitted by Brian Candler <B.Candler at pobox.com> :
When installing from a binary package, pkg_add doesn't tell you about 
the dependencies, so the gnupod_* commands simply don't work.
>How-To-Repeat:
	
>Fix:
	

--- gnupod.diff begins here ---
diff -ruN gnupod.orig/Makefile gnupod/Makefile
--- gnupod.orig/Makefile	Sun May  2 21:50:37 2004
+++ gnupod/Makefile	Fri May  7 00:21:26 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	gnupod
 PORTVERSION=	0.94
+PORTREVISION=	1
 CATEGORIES=	audio perl5
 MASTER_SITES=	http://blinkenlights.ch/gnupod-dist/stable/
 EXTRACT_SUFX=	.tgz
@@ -19,6 +20,7 @@
 		${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String  \
 		${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed \
 		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 INFO=		gnupod
 
--- gnupod.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list