Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 12:26:08 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389701 - in head/audio/vitunes: . files
Message-ID:  <201506151226.t5FCQ8oa003514@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506151226.t5FCQ8oa003514>