diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-28 17:08:25 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-28 17:08:25 +0000 |
commit | 513754c1880514c8340b5230862c939925ce800c (patch) | |
tree | c1510fe58eda1031ee4365b1a4112da07eaaea1b /audio/cplay | |
parent | ba9ce4f1722576f18a4a9813174c3ae5b121bd7c (diff) | |
download | ports-513754c1880514c8340b5230862c939925ce800c.tar.gz ports-513754c1880514c8340b5230862c939925ce800c.zip |
- Update to version 1.49
PR: 60657
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Notes
Notes:
svn path=/head/; revision=96805
Diffstat (limited to 'audio/cplay')
-rw-r--r-- | audio/cplay/Makefile | 2 | ||||
-rw-r--r-- | audio/cplay/distinfo | 2 | ||||
-rw-r--r-- | audio/cplay/files/patch-aa | 8 |
3 files changed, 7 insertions, 5 deletions
diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index 03a3ff6808e5..440aa1865da2 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cplay -PORTVERSION= 1.48 +PORTVERSION= 1.49 CATEGORIES= audio MASTER_SITES= http://www.tf.hut.fi/~flu/cplay/ \ http://www.tf.hut.fi/~flu/cplay/old/ diff --git a/audio/cplay/distinfo b/audio/cplay/distinfo index 53b45fe07283..8693fdd3633a 100644 --- a/audio/cplay/distinfo +++ b/audio/cplay/distinfo @@ -1 +1 @@ -MD5 (cplay-1.48.tar.gz) = cba76f4d35ade99d851208bc7d0ced58 +MD5 (cplay-1.49.tar.gz) = fae9e13b8dafd98ffcd58cf9d6f92f33 diff --git a/audio/cplay/files/patch-aa b/audio/cplay/files/patch-aa index b426888c9b65..b63e8d3a5d07 100644 --- a/audio/cplay/files/patch-aa +++ b/audio/cplay/files/patch-aa @@ -1,9 +1,11 @@ ---- Makefile.orig Fri Nov 2 11:07:31 2001 -+++ Makefile Fri Nov 2 11:10:33 2001 -@@ -14,5 +14,5 @@ +--- Makefile.bak Sun Dec 28 15:51:04 2003 ++++ Makefile Sun Dec 28 15:51:44 2003 +@@ -14,7 +14,7 @@ recursive-all recursive-install recursive-clean: @target=$@; \ for i in $(SUBDIRS); do \ - (cd $$i && make $(ENV) $${target#recursive-}); \ + (cd $$i && $(MAKE) $(ENV) $${target#recursive-}); \ done + + cplayrc: cplay |