mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Upgrade to 2.0.3
PR: 24009 Submitted by: MAINTAINER
This commit is contained in:
parent
7fe1bb8259
commit
5c560aced0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36604
@ -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%/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xmp-2.0.2.tar.bz2) = 4680cdf3de9482b42055807f64b99e13
|
||||
MD5 (xmp-2.0.3.tar.bz2) = 93afef7d1fbb4de92fa9228e53d46660
|
||||
|
@ -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' > $@
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user