From fa55cfd7fcf68e3afc9c7a401d5ad3a787d17c3a Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 6 Oct 2004 15:16:03 +0000 Subject: Update moss to 0.1.9. Submitted by Myung-Gon Park, new MAINTAINER. Changes: - Bug fix in live mode. --- audio/moss/Makefile | 12 ++++++------ audio/moss/distinfo | 8 ++++---- audio/moss/patches/patch-aa | 22 +++++++++++----------- 3 files changed, 21 insertions(+), 21 deletions(-) (limited to 'audio/moss') diff --git a/audio/moss/Makefile b/audio/moss/Makefile index 6e7084c2551..ed0579da6d6 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2004/08/17 15:50:30 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2004/10/06 15:16:03 minskim Exp $ -DISTNAME= moss-0.1.8 +DISTNAME= moss-0.1.9 CATEGORIES= audio -MASTER_SITES= http://kldp.net/download.php/1434/ +MASTER_SITES= http://kldp.net/download.php/1528/ -MAINTAINER= yongbin@yongbin.com +MAINTAINER= myunggoni@users.kldp.net HOMEPAGE= http://moss.kldp.net/ COMMENT= MP3/OGG Streaming Server @@ -25,8 +25,8 @@ SUBST_CLASSES+= path SUBST_MESSAGE.path= "Fixing hardcoded paths." SUBST_STAGE.path= post-patch SUBST_FILES.path= moss.conf.sample -SUBST_SED.path= -e 's,$${prefix}/var,${VARBASE},g' \ - -e 's,$${prefix}/share,${PREFIX}/share,g' +SUBST_SED.path= -e 's,$${PREFIX}/var,${VARBASE},g' \ + -e 's,$${PREFIX}/share,${PREFIX}/share,g' FILES_SUBST+= INTERPRETER=${PYTHONBIN} diff --git a/audio/moss/distinfo b/audio/moss/distinfo index b658ec16dda..f5fb9ec7be0 100644 --- a/audio/moss/distinfo +++ b/audio/moss/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2004/08/17 15:50:30 minskim Exp $ +$NetBSD: distinfo,v 1.3 2004/10/06 15:16:03 minskim Exp $ -SHA1 (moss-0.1.8.tar.gz) = 285058af55ffd58aef52e7a005a4d3d030c92ec2 -Size (moss-0.1.8.tar.gz) = 43295 bytes -SHA1 (patch-aa) = 4eb7c5e0d3dc5a8c47d11284017f30fd798cb54c +SHA1 (moss-0.1.9.tar.gz) = aa195fe2d462d2c48ea0c988529b94233c6d7d14 +Size (moss-0.1.9.tar.gz) = 43214 bytes +SHA1 (patch-aa) = 0afee4be74d99ba3c924d2da8cf23309bba8f99f diff --git a/audio/moss/patches/patch-aa b/audio/moss/patches/patch-aa index cc4e49c9efb..af77fd577f5 100644 --- a/audio/moss/patches/patch-aa +++ b/audio/moss/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2004/08/17 15:50:30 minskim Exp $ +$NetBSD: patch-aa,v 1.3 2004/10/06 15:16:03 minskim Exp $ ---- setup.py.orig 2004-08-10 17:56:30.000000000 +0900 +--- setup.py.orig Wed Oct 6 03:08:58 2004 +++ setup.py -@@ -42,50 +42,50 @@ class my_install_data(install_data): +@@ -41,50 +41,50 @@ class my_install_data(install_data): global installed_lib_dir install_data.finalize_options(self) @@ -17,8 +17,8 @@ $NetBSD: patch-aa,v 1.2 2004/08/17 15:50:30 minskim Exp $ - dest = open(os.path.join(self.install_dir, "etc/moss.conf"), "w") - - for line in src.readlines(): -- if line.find("${prefix}") != -1: -- line = line.replace("${prefix}", self.install_dir) +- if line.find("${PREFIX}") != -1: +- line = line.replace("${PREFIX}", self.install_dir) - - dest.write(line) - @@ -32,8 +32,8 @@ $NetBSD: patch-aa,v 1.2 2004/08/17 15:50:30 minskim Exp $ - dest = open(os.path.join(self.install_dir, "etc/moss.conf"), "w") - - for line in src.readlines(): -- if line.find("${prefix}") != -1: -- line = line.replace("${prefix}", self.install_dir) +- if line.find("${PREFIX}") != -1: +- line = line.replace("${PREFIX}", self.install_dir) - - dest.write(line) - @@ -61,8 +61,8 @@ $NetBSD: patch-aa,v 1.2 2004/08/17 15:50:30 minskim Exp $ +# dest = open(os.path.join(self.install_dir, "etc/moss.conf"), "w") +# +# for line in src.readlines(): -+# if line.find("${prefix}") != -1: -+# line = line.replace("${prefix}", self.install_dir) ++# if line.find("${PREFIX}") != -1: ++# line = line.replace("${PREFIX}", self.install_dir) +# +# dest.write(line) +# @@ -76,8 +76,8 @@ $NetBSD: patch-aa,v 1.2 2004/08/17 15:50:30 minskim Exp $ +# dest = open(os.path.join(self.install_dir, "etc/moss.conf"), "w") +# +# for line in src.readlines(): -+# if line.find("${prefix}") != -1: -+# line = line.replace("${prefix}", self.install_dir) ++# if line.find("${PREFIX}") != -1: ++# line = line.replace("${PREFIX}", self.install_dir) +# +# dest.write(line) +# -- cgit v1.2.3