summaryrefslogtreecommitdiff
path: root/audio/xmp
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-01-02 15:50:09 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-01-02 15:50:09 +0000
commit5c560aced0402865f1b9c365103d3444fdcab5de (patch)
tree854737af06b2cec3f78199c7a9d4f2e815bede4c /audio/xmp
parentUpgrade to 1.5.4 (diff)
Upgrade to 2.0.3
PR: 24009 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=36604
Diffstat (limited to 'audio/xmp')
-rw-r--r--audio/xmp/Makefile2
-rw-r--r--audio/xmp/distinfo2
-rw-r--r--audio/xmp/files/patch-ab14
-rw-r--r--audio/xmp/files/patch-ah10
4 files changed, 13 insertions, 15 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index 74d8ba008faa..84b938c17f3a 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmp
-PORTVERSION= 2.0.2
+PORTVERSION= 2.0.3
CATEGORIES= audio
MASTER_SITES= http://xmp.helllabs.org/pkg/%SUBDIR%/ \
http://xmp.linuxave.net/pkg/%SUBDIR%/
diff --git a/audio/xmp/distinfo b/audio/xmp/distinfo
index 720836dbcb2a..b34f2661c86d 100644
--- a/audio/xmp/distinfo
+++ b/audio/xmp/distinfo
@@ -1 +1 @@
-MD5 (xmp-2.0.2.tar.bz2) = 4680cdf3de9482b42055807f64b99e13
+MD5 (xmp-2.0.3.tar.bz2) = 93afef7d1fbb4de92fa9228e53d46660
diff --git a/audio/xmp/files/patch-ab b/audio/xmp/files/patch-ab
index 57c558dd4acf..8c76034bf44c 100644
--- a/audio/xmp/files/patch-ab
+++ b/audio/xmp/files/patch-ab
@@ -1,11 +1,9 @@
---- etc/Makefile.orig Wed Feb 2 22:20:34 2000
-+++ etc/Makefile Fri Aug 4 23:49:51 2000
-@@ -21,7 +21,7 @@
- @if [ -f /etc/xmp-modules.conf ]; then \
- mv -f /etc/xmp-modules.conf /etc/xmp-modules.conf.old; \
+--- etc/Makefile.old Mon Jan 1 16:49:34 2001
++++ etc/Makefile Mon Jan 1 16:50:29 2001
+@@ -20,5 +20,5 @@
+ @if [ -f $(DEST_DIR)/etc/xmp-modules.conf ]; then \
+ mv -f $(DEST_DIR)/etc/xmp-modules.conf $(DEST_DIR)/etc/xmp-modules.conf.old; \
fi
-- $(INSTALL) -m644 xmp.conf xmp-modules.conf /etc
+- $(INSTALL) -m644 xmp.conf xmp-modules.conf $(DEST_DIR)/etc
+ $(INSTALL_DATA) xmp.conf xmp-modules.conf $(ETC_DIR)
- xmp.spec: xmp.spec.in ../Makefile.rules
- cat $@.in | sed 's/@VERSION@/$(VERSION)/g' > $@
diff --git a/audio/xmp/files/patch-ah b/audio/xmp/files/patch-ah
index 3f6225fc83c3..d69e3354a30c 100644
--- a/audio/xmp/files/patch-ah
+++ b/audio/xmp/files/patch-ah
@@ -1,6 +1,6 @@
---- src/xmms/Makefile.orig Wed May 3 08:50:48 2000
-+++ src/xmms/Makefile Sat Aug 5 02:45:42 2000
-@@ -9,10 +9,10 @@
+--- src/xmms/Makefile.old Mon Jan 1 12:28:08 2001
++++ src/xmms/Makefile Mon Jan 1 12:28:56 2001
+@@ -12,10 +12,10 @@
include ../../Makefile.rules
all: $(OBJS)
@@ -8,8 +8,8 @@
+ $(CC) -shared -o libxmp.so $+ -L../../lib/ -lxmp
install::
-- $(INSTALL) -s -m755 libxmp.so `xmms-config --input-plugin-dir`
-+ $(INSTALL_DATA) libxmp.so `xmms-config --input-plugin-dir`
+- $(INSTALL) -s -m755 libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir`
++ $(INSTALL_DATA) libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir`
$(OBJS): Makefile