diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-06 05:02:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-06 05:02:44 +0000 |
commit | 0148c8ec324bc3a94f8a784d3a513c5edba9dc89 (patch) | |
tree | 82e8881bd8db56c525348516cfb3fbd6a6234c3e /audio | |
parent | 6402d3724310a99b16138ae4d3d2e9a108ae18be (diff) | |
download | ports-0148c8ec324bc3a94f8a784d3a513c5edba9dc89.tar.gz ports-0148c8ec324bc3a94f8a784d3a513c5edba9dc89.zip |
Update to 2.0.4
PR: 34645
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=54252
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ecasound/Makefile | 2 | ||||
-rw-r--r-- | audio/ecasound/distinfo | 2 | ||||
-rw-r--r-- | audio/ecasound/files/patch-kvutils:temporary_file_directory.cpp | 53 | ||||
-rw-r--r-- | audio/ecasound/pkg-plist | 5 |
4 files changed, 4 insertions, 58 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index 7b8a56c74898..009fc475b512 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ecasound -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/audio/ecasound/distinfo b/audio/ecasound/distinfo index e13f69c3b8c5..850998091fd6 100644 --- a/audio/ecasound/distinfo +++ b/audio/ecasound/distinfo @@ -1 +1 @@ -MD5 (ecasound-2.0.3.tar.gz) = d5a696c869e3a68905086db3a2697382 +MD5 (ecasound-2.0.4.tar.gz) = 73dfe024c541cea1a432510151fefbc8 diff --git a/audio/ecasound/files/patch-kvutils:temporary_file_directory.cpp b/audio/ecasound/files/patch-kvutils:temporary_file_directory.cpp deleted file mode 100644 index 9079e5b475a4..000000000000 --- a/audio/ecasound/files/patch-kvutils:temporary_file_directory.cpp +++ /dev/null @@ -1,53 +0,0 @@ ---- kvutils/temporary_file_directory.cpp.orig Thu Mar 22 15:08:28 2001 -+++ kvutils/temporary_file_directory.cpp Sat Nov 24 09:22:36 2001 -@@ -64,7 +64,7 @@ - } - } - else { --// cerr << "(kvutils) " << "mkdir(" << tdir_rep << ") failed" << endl; -+ cerr << "(kvutils) " << "mkdir(" << tdir_rep << ") failed" << endl; - valid_rep = false; - } - } -@@ -97,32 +97,32 @@ - - if (statbuf.st_uid != geteuid()) { - valid_rep = false; --// cerr << "(kvutils) " << "st_uid doesn't match." << endl; -+ cerr << "(kvutils) " << "st_uid doesn't match." << endl; - } - -- if (statbuf.st_gid != getegid()) { -- valid_rep = false; --// cerr << "(kvutils) " << "st_gid doesn't match." << endl; -- } -+ //if (statbuf.st_gid != getegid()) { -+ //valid_rep = false; -+ //cerr << "(kvutils) " << "st_gid doesn't match." << endl; -+ //} - - if (!S_ISDIR(statbuf.st_mode)) { - valid_rep = false; --// cerr << "(kvutils) " << "st_mode - not a directory." << endl; -+ cerr << "(kvutils) " << "st_mode - not a directory." << endl; - } - - if (S_ISLNK(statbuf.st_mode)) { - valid_rep = false; --// cerr << "(kvutils) " << "st_mode - a symbolic link." << endl; -+ cerr << "(kvutils) " << "st_mode - a symbolic link." << endl; - } - - if ((statbuf.st_mode & S_IRWXG) > 0) { - valid_rep = false; --// cerr << "(kvutils) " << "st_mode - group has access." << endl; -+ cerr << "(kvutils) " << "st_mode - group has access." << endl; - } - - if ((statbuf.st_mode & S_IRWXO) > 0) { - valid_rep = false; --// cerr << "(kvutils) " << "st_mode - others have access." << endl; -+ cerr << "(kvutils) " << "st_mode - others have access." << endl; - } - } - diff --git a/audio/ecasound/pkg-plist b/audio/ecasound/pkg-plist index cd976f1166e7..72e8b695d42b 100644 --- a/audio/ecasound/pkg-plist +++ b/audio/ecasound/pkg-plist @@ -133,14 +133,13 @@ lib/libkvutils.so.2 share/ecasound/effect_presets share/ecasound/generic_oscillators %%PORTDOCS%%share/doc/ecasound/ecasound-iam_manpage.html -%%PORTDOCS%%share/doc/ecasound/ecasound_faq.html -%%PORTDOCS%%share/doc/ecasound/ecasound_faq.txt %%PORTDOCS%%share/doc/ecasound/ecasound_manpage.html %%PORTDOCS%%share/doc/ecasound/ecasoundrc_manpage.html %%PORTDOCS%%share/doc/ecasound/ecatools_manpage.html +%%PORTDOCS%%share/doc/ecasound/edi-list.txt %%PORTDOCS%%share/doc/ecasound/examples.html %%PORTDOCS%%share/doc/ecasound/index.html -%%PORTDOCS%%share/doc/ecasound/edi-list.txt +%%PORTDOCS%%share/doc/ecasound/manpages.html %%PORTDOCS%%share/doc/ecasound/programmers_guide/eci_doc.html %%PORTDOCS%%share/doc/ecasound/programmers_guide/programmers_guide.html %%PORTDOCS%%share/doc/ecasound/users_guide/users_guide.html |