aboutsummaryrefslogtreecommitdiff
path: root/audio/vitunes
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-15 12:26:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-15 12:26:07 +0000
commit4b20d1fd5743a46a35038574b21a21549c749a5e (patch)
tree88ea4da7972a06e479a2aac82f98fd2248a6d927 /audio/vitunes
parente68c577ea433980c9006c63e4955491ea350fe5b (diff)
downloadports-4b20d1fd5743a46a35038574b21a21549c749a5e.tar.gz
ports-4b20d1fd5743a46a35038574b21a21549c749a5e.zip
- Add LICENSE
- Fix binary installation, strip properly - Fix WWW:
Notes
Notes: svn path=/head/; revision=389701
Diffstat (limited to 'audio/vitunes')
-rw-r--r--audio/vitunes/Makefile5
-rw-r--r--audio/vitunes/files/patch-Makefile8
-rw-r--r--audio/vitunes/pkg-descr2
3 files changed, 9 insertions, 6 deletions
diff --git a/audio/vitunes/Makefile b/audio/vitunes/Makefile
index 4e23390397d0..5b979ec12a32 100644
--- a/audio/vitunes/Makefile
+++ b/audio/vitunes/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vitunes
PORTVERSION= 2.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://vitunes.org/files/ \
http://mirror.4bit.ws/ \
@@ -12,6 +12,9 @@ MASTER_SITES= http://vitunes.org/files/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Curses-based media player with vim-like keybinds
+LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
diff --git a/audio/vitunes/files/patch-Makefile b/audio/vitunes/files/patch-Makefile
index 3cd3836e2df6..c465e5272c25 100644
--- a/audio/vitunes/files/patch-Makefile
+++ b/audio/vitunes/files/patch-Makefile
@@ -1,13 +1,13 @@
---- Makefile.orig 2014-05-22 20:16:49.520071386 +0800
-+++ Makefile 2014-05-22 20:17:06.033081335 +0800
+--- Makefile.orig 2012-01-02 21:02:11 UTC
++++ Makefile
@@ -40,8 +40,8 @@ clean:
rm -f vitunes vitunes.core vitunes-debug.log
install: vitunes
- /usr/bin/install -c -m 0555 vitunes $(BINDIR)
- /usr/bin/install -c -m 0444 vitunes.1 $(MANDIR)
-+ /usr/bin/install -c -m 0555 vitunes $(DESTDIR)$(BINDIR)
-+ /usr/bin/install -c -m 0444 vitunes.1 $(DESTDIR)$(MANDIR)
++ ${BSD_INSTALL_PROGRAM} -c -m 0555 vitunes $(DESTDIR)$(BINDIR)
++ ${BSD_INSTALL_MAN} -c -m 0444 vitunes.1 $(DESTDIR)$(MANDIR)
uninstall:
rm -f $(BINDIR)/vitunes
diff --git a/audio/vitunes/pkg-descr b/audio/vitunes/pkg-descr
index 891d8cfa4ac4..08156764a1d4 100644
--- a/audio/vitunes/pkg-descr
+++ b/audio/vitunes/pkg-descr
@@ -3,4 +3,4 @@ systems with vim-like keybinds. Its primary goal is to serve as an index of
"tagged" multimedia files and provide a quick, easy interface for browsing &
searching your files, and creating playlists.
-WWW: http://vitunes.org/
+WWW: http://vitunes.org/