diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-02-01 09:13:29 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-02-01 09:13:29 +0000 |
commit | 79fc2a8db2d71f8c383c4457b4d8795116a4d927 (patch) | |
tree | b56d5720d83221f3aedc320944c71e3cbfeca62f /audio/arts | |
parent | 42cde963dc826aaf2b5c33ccb358738cb38e8d4d (diff) | |
download | ports-79fc2a8db2d71f8c383c4457b4d8795116a4d927.tar.gz ports-79fc2a8db2d71f8c383c4457b4d8795116a4d927.zip |
Notes
Diffstat (limited to 'audio/arts')
-rw-r--r-- | audio/arts/Makefile | 2 | ||||
-rw-r--r-- | audio/arts/distinfo | 6 | ||||
-rw-r--r-- | audio/arts/files/patch-mcop-mcoputils.cc | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 1db221d043f9..a011b4b0207a 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -7,7 +7,7 @@ # PORTNAME= arts -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} diff --git a/audio/arts/distinfo b/audio/arts/distinfo index 9581847e777a..e5eb830bd5ff 100644 --- a/audio/arts/distinfo +++ b/audio/arts/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/arts-1.5.0.tar.bz2) = e90a32ee47d5cdc51fe1b7f6f6c0df63 -SHA256 (KDE/arts-1.5.0.tar.bz2) = 9c5c8ebe90f71e0c9788c1e41fbb3456953e5eaf92adf722a635fb2a86f954d0 -SIZE (KDE/arts-1.5.0.tar.bz2) = 949415 +MD5 (KDE/arts-1.5.1.tar.bz2) = 71c4996de36aa7f8726e54bb3d5bf059 +SHA256 (KDE/arts-1.5.1.tar.bz2) = 65671595b618969d3826b83136bf3ef70877e45936b90d9a3cd80ec1a0e49829 +SIZE (KDE/arts-1.5.1.tar.bz2) = 949674 diff --git a/audio/arts/files/patch-mcop-mcoputils.cc b/audio/arts/files/patch-mcop-mcoputils.cc deleted file mode 100644 index 6b3db7470c03..000000000000 --- a/audio/arts/files/patch-mcop-mcoputils.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- mcop/mcoputils.cc.orig Wed Nov 30 18:34:17 2005 -+++ mcop/mcoputils.cc Wed Nov 30 18:35:02 2005 -@@ -32,6 +32,7 @@ - #include <errno.h> - #include <config.h> - #include <ctype.h> -+#include <stdio.h> - #include <map> - - using namespace std; |