forked from Lainports/freebsd-ports
Since squeezeboxserver depends on a specific version of Audio::Scan, also depend directly on that version (unfortunatly need to also depend on future versions so PORTREVISION bumps won't't break squeezeboxserver). Submitted by: Mark Knight <markk at knigma org>[1] PR: ports/156569
14 lines
238 B
Text
14 lines
238 B
Text
|
|
$FreeBSD$
|
|
|
|
--- modules.conf.orig
|
|
+++ modules.conf
|
|
@@ -5,7 +5,7 @@
|
|
# <module> <min_version> [ <max_version> ]
|
|
|
|
AnyEvent 5.202
|
|
-Audio::Scan 0.87 0.87
|
|
+Audio::Scan 0.87
|
|
Cache::Cache 1.04
|
|
CGI::Cookie 1.27
|
|
Class::Data::Inheritable 0.04
|