From owner-svn-ports-all@FreeBSD.ORG Mon Jun 15 12:26:09 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FE4C446; Mon, 15 Jun 2015 12:26:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8ABC1B8; Mon, 15 Jun 2015 12:26:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5FCQ8lV003535; Mon, 15 Jun 2015 12:26:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5FCQ8oa003514; Mon, 15 Jun 2015 12:26:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506151226.t5FCQ8oa003514@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 15 Jun 2015 12:26:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389701 - in head/audio/vitunes: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 12:26:09 -0000 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/