diff options
author | Steve Price <steve@FreeBSD.org> | 2001-03-05 03:47:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-03-05 03:47:03 +0000 |
commit | 8fd6a2090cf4c77f4a4de0bf82ed3b56efde6a3d (patch) | |
tree | 030abc5bbb8a444577c69eb043a24906bf94675f /audio/wmusic | |
parent | Update to version 2.2.6. (diff) |
Update to version 1.2.6.
PR: 23776
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=39066
Diffstat (limited to 'audio/wmusic')
-rw-r--r-- | audio/wmusic/Makefile | 4 | ||||
-rw-r--r-- | audio/wmusic/distinfo | 2 | ||||
-rw-r--r-- | audio/wmusic/files/patch-aa | 22 |
3 files changed, 25 insertions, 3 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index 4cfd2666a6ab..f5a6d92c57be 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -6,9 +6,9 @@ # PORTNAME= wmusic -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.6 CATEGORIES= audio windowmaker -MASTER_SITES= http://hadess.free.fr/files/ +MASTER_SITES= http://hadess.net/files/ MAINTAINER= eric@osd.bsdi.com diff --git a/audio/wmusic/distinfo b/audio/wmusic/distinfo index d27fae4672e6..064b8963c4c5 100644 --- a/audio/wmusic/distinfo +++ b/audio/wmusic/distinfo @@ -1 +1 @@ -MD5 (wmusic-1.2.3.tar.gz) = 9cb81991e5922868e76feebf4775ccc5 +MD5 (wmusic-1.2.6.tar.gz) = b8de27dca0256a316b1fcf47cdba1d49 diff --git a/audio/wmusic/files/patch-aa b/audio/wmusic/files/patch-aa new file mode 100644 index 000000000000..c103de92b8ba --- /dev/null +++ b/audio/wmusic/files/patch-aa @@ -0,0 +1,22 @@ +--- src/Makefile.in.orig Wed Oct 25 07:48:35 2000 ++++ src/Makefile.in Mon Feb 26 23:55:00 2001 +@@ -4,14 +4,16 @@ + + PREFIX = @prefix@ + +-SRCS = wmusic.c ../libdockapp/dacallback.c ../libdockapp/dacolor.c \ +- ../libdockapp/daevent.c ../libdockapp/damain.c \ +- ../libdockapp/dapixmap.c ../libdockapp/darect.c ++SRCS = wmusic.c dacallback.c dacolor.c \ ++ daevent.c damain.c \ ++ dapixmap.c darect.c + OBJS = $(SRCS:.c=.o) + + CFLAGS = -Wall -O2 -I. -I../libdockapp `@PATH_XMMSCONFIG@ --cflags` \ + -DDATA_DIR=\"`@PATH_XMMSCONFIG@ --data-dir`\" + LDFLAGS = @LIBS@ -lXpm `@PATH_XMMSCONFIG@ --libs` @DGA_LIBS@ @VM_LIBS@ ++ ++.PATH: ../libdockapp + + all: wmusic + |