1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to the latest (1.4.6), fixing fetchability.

PR:		26627
Approved by:	murray
This commit is contained in:
Eric Melville 2001-04-17 13:31:20 +00:00
parent 435abed987
commit 430211e4f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41561
3 changed files with 3 additions and 28 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (wmusic-1.4.5.tar.gz) = 60cbe05308d5e8bacdff6cbb309c4e3a
MD5 (wmusic-1.4.6.tar.gz) = 7a3aa5eedf4e4cb2b9293b08bd4e7c37

View File

@ -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