svn commit: r389701 - in head/audio/vitunes: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 15 12:26:09 UTC 2015
Author: amdmi3
Date: Mon Jun 15 12:26:07 2015
New Revision: 389701
URL: https://svnweb.freebsd.org/changeset/ports/389701
Log:
- Add LICENSE
- Fix binary installation, strip properly
- Fix WWW:
Modified:
head/audio/vitunes/Makefile
head/audio/vitunes/files/patch-Makefile
head/audio/vitunes/pkg-descr
Modified: head/audio/vitunes/Makefile
==============================================================================
--- head/audio/vitunes/Makefile Mon Jun 15 12:26:06 2015 (r389700)
+++ head/audio/vitunes/Makefile Mon Jun 15 12:26:07 2015 (r389701)
@@ -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 at 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
Modified: head/audio/vitunes/files/patch-Makefile
==============================================================================
--- head/audio/vitunes/files/patch-Makefile Mon Jun 15 12:26:06 2015 (r389700)
+++ head/audio/vitunes/files/patch-Makefile Mon Jun 15 12:26:07 2015 (r389701)
@@ -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
Modified: head/audio/vitunes/pkg-descr
==============================================================================
--- head/audio/vitunes/pkg-descr Mon Jun 15 12:26:06 2015 (r389700)
+++ head/audio/vitunes/pkg-descr Mon Jun 15 12:26:07 2015 (r389701)
@@ -3,4 +3,4 @@ systems with vim-like keybinds. Its prim
"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/
More information about the svn-ports-all
mailing list