From owner-svn-ports-head@freebsd.org Sun Aug 23 16:09:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DC7F9C00F9; Sun, 23 Aug 2015 16:09:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.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 2E904166B; Sun, 23 Aug 2015 16:09:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7NG9mCX086942; Sun, 23 Aug 2015 16:09:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7NG9loU086939; Sun, 23 Aug 2015 16:09:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508231609.t7NG9loU086939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 23 Aug 2015 16:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395108 - in head/sysutils/fusefs-mp3fs: . 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2015 16:09:48 -0000 Author: amdmi3 Date: Sun Aug 23 16:09:47 2015 New Revision: 395108 URL: https://svnweb.freebsd.org/changeset/ports/395108 Log: - Add LICENSE - Regenerate patches with `make makepatch` Modified: head/sysutils/fusefs-mp3fs/Makefile head/sysutils/fusefs-mp3fs/files/patch-src-Makefile.in Modified: head/sysutils/fusefs-mp3fs/Makefile ============================================================================== --- head/sysutils/fusefs-mp3fs/Makefile Sun Aug 23 16:09:39 2015 (r395107) +++ head/sysutils/fusefs-mp3fs/Makefile Sun Aug 23 16:09:47 2015 (r395108) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= FUSE-based filesystem for transcoding flac to mp3 on the fly +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ libFLAC.so:${PORTSDIR}/audio/flac \ libid3tag.so:${PORTSDIR}/audio/libid3tag Modified: head/sysutils/fusefs-mp3fs/files/patch-src-Makefile.in ============================================================================== --- head/sysutils/fusefs-mp3fs/files/patch-src-Makefile.in Sun Aug 23 16:09:39 2015 (r395107) +++ head/sysutils/fusefs-mp3fs/files/patch-src-Makefile.in Sun Aug 23 16:09:47 2015 (r395108) @@ -1,6 +1,6 @@ ---- src/Makefile.in 2014-04-09 06:29:47.000000000 +0200 -+++ src/Makefile.in 2014-05-21 18:47:57.000000000 +0200 -@@ -279,7 +279,7 @@ +--- src/Makefile.in.orig 2014-04-09 04:29:47 UTC ++++ src/Makefile.in +@@ -279,7 +279,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@