summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoreric <eric@FreeBSD.org>2001-04-17 13:31:20 +0000
committereric <eric@FreeBSD.org>2001-04-17 13:31:20 +0000
commit58a881fa853d7177e7a3f96acf96e47408609849 (patch)
tree1c2e7e4ffe7f0e00791d207887b64a149c5874da /audio
parentfa4b0c836a5cad38b10272440eb379bc9f924eac (diff)
downloadFreeBSD-ports-58a881fa853d7177e7a3f96acf96e47408609849.zip
FreeBSD-ports-58a881fa853d7177e7a3f96acf96e47408609849.tar.gz
Update to the latest (1.4.6), fixing fetchability.
PR: 26627 Approved by: murray
Diffstat (limited to 'audio')
-rw-r--r--audio/wmusic/Makefile3
-rw-r--r--audio/wmusic/distinfo2
-rw-r--r--audio/wmusic/files/patch-aa26
3 files changed, 3 insertions, 28 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile
index 9f43973..021ea6d 100644
--- a/audio/wmusic/Makefile
+++ b/audio/wmusic/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wmusic
-PORTVERSION= 1.4.5
+PORTVERSION= 1.4.6
CATEGORIES= audio windowmaker
MASTER_SITES= http://hadess.net/files/
@@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${X11BASE}
CONFIGURE_ENV= PATH_GTKCONFIG=${X11BASE}/bin/gtk12-config
+USE_GMAKE= yes
USE_GLIB= yes
USE_GTK= yes
USE_X_PREFIX= yes
diff --git a/audio/wmusic/distinfo b/audio/wmusic/distinfo
index 35e2377..958144f 100644
--- a/audio/wmusic/distinfo
+++ b/audio/wmusic/distinfo
@@ -1 +1 @@
-MD5 (wmusic-1.4.5.tar.gz) = 60cbe05308d5e8bacdff6cbb309c4e3a
+MD5 (wmusic-1.4.6.tar.gz) = 7a3aa5eedf4e4cb2b9293b08bd4e7c37
diff --git a/audio/wmusic/files/patch-aa b/audio/wmusic/files/patch-aa
deleted file mode 100644
index b46b760..0000000
--- a/audio/wmusic/files/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile.in.orig Sat Apr 7 21:24:40 2001
-+++ Makefile.in Sat Apr 7 21:24:57 2001
-@@ -3,18 +3,18 @@
- all: wmusic
-
- wmusic:
-- cd src && make wmusic
-+ cd src && gmake wmusic
-
- clean:
- rm -f *~ *.o core wmusic.spec
-- cd src && make clean
-+ cd src && gmake clean
-
- distclean: clean
- rm -f config.status config.log Makefile config.cache
-- cd src && make distclean
-+ cd src && gmake distclean
-
- install:
-- cd src && make install
-+ cd src && gmake install
-
- uninstall:
-- cd src && make uninstall
-+ cd src && gmake uninstall
OpenPOWER on IntegriCloud