diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-01-02 15:50:09 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-01-02 15:50:09 +0000 |
commit | 44511d0537c06d28ba0954f4192d8b5a937e7100 (patch) | |
tree | f74bd2924e6a3b0bfe58b385cf280a2dad486d83 /audio/xmp | |
parent | 0d7ca2308c0001c7b9b5e4ea461b9ec04cd23899 (diff) | |
download | FreeBSD-ports-44511d0537c06d28ba0954f4192d8b5a937e7100.zip FreeBSD-ports-44511d0537c06d28ba0954f4192d8b5a937e7100.tar.gz |
Upgrade to 2.0.3
PR: 24009
Submitted by: MAINTAINER
Diffstat (limited to 'audio/xmp')
-rw-r--r-- | audio/xmp/Makefile | 2 | ||||
-rw-r--r-- | audio/xmp/distinfo | 2 | ||||
-rw-r--r-- | audio/xmp/files/patch-ab | 14 | ||||
-rw-r--r-- | audio/xmp/files/patch-ah | 10 |
4 files changed, 13 insertions, 15 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 74d8ba0..84b938c 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 720836d..b34f266 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 57c558dd..8c76034 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 3f6225f..d69e335 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 |