From owner-svn-ports-head@FreeBSD.ORG Mon Dec 24 15:01:29 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADFB64D0; Mon, 24 Dec 2012 15:01:29 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 78EEF8FC0A; Mon, 24 Dec 2012 15:01:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBOF1Ts5027078; Mon, 24 Dec 2012 15:01:29 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBOF1Tp8027076; Mon, 24 Dec 2012 15:01:29 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201212241501.qBOF1Tp8027076@svn.freebsd.org> From: Alex Kozlov Date: Mon, 24 Dec 2012 15:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309462 - 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.14 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: Mon, 24 Dec 2012 15:01:29 -0000 Author: ak Date: Mon Dec 24 15:01:28 2012 New Revision: 309462 URL: http://svnweb.freebsd.org/changeset/ports/309462 Log: - Update to 0.32 [1] - Improve COMMENT [1] - Remove ABI version numbers from LIB_DEPENDS - Convert Makefile headers to new style PR: ports/174210 [1] Submitted by: Stefan Rumetshofer (maintainer) Deleted: head/sysutils/fusefs-mp3fs/files/ Modified: head/sysutils/fusefs-mp3fs/Makefile head/sysutils/fusefs-mp3fs/distinfo (contents, props changed) Modified: head/sysutils/fusefs-mp3fs/Makefile ============================================================================== --- head/sysutils/fusefs-mp3fs/Makefile Mon Dec 24 14:07:39 2012 (r309461) +++ head/sysutils/fusefs-mp3fs/Makefile Mon Dec 24 15:01:28 2012 (r309462) @@ -1,21 +1,18 @@ -# New ports collection makefile for: fusefs-mp3fs -# Date created: 18 Feb 2012 -# Whom: Stefan Rumetshofer +# Created by: Stefan Rumetshofer # $FreeBSD$ -# PORTNAME= mp3fs -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= sysutils audio MASTER_SITES= https://github.com/downloads/khenriks/${PORTNAME}/ PKGNAMEPREFIX= fusefs- MAINTAINER= sterum@overrider.at -COMMENT= FUSE-based filesystem for transcoding flac to mp3 +COMMENT= FUSE-based filesystem for transcoding flac to mp3 on the fly -LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame\ - FLAC.10:${PORTSDIR}/audio/flac\ - id3tag.0:${PORTSDIR}/audio/libid3tag +LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/lame \ + FLAC:${PORTSDIR}/audio/flac \ + id3tag:${PORTSDIR}/audio/libid3tag FETCH_CMD= fetch -Fpr Modified: head/sysutils/fusefs-mp3fs/distinfo ============================================================================== --- head/sysutils/fusefs-mp3fs/distinfo Mon Dec 24 14:07:39 2012 (r309461) +++ head/sysutils/fusefs-mp3fs/distinfo Mon Dec 24 15:01:28 2012 (r309462) @@ -1,2 +1,2 @@ -SHA256 (mp3fs-0.31.tar.gz) = fdfe1f4936f49191f55ac9546231ef26e4e99a8bfdf4f7a14122b57667ee9799 -SIZE (mp3fs-0.31.tar.gz) = 105735 +SHA256 (mp3fs-0.32.tar.gz) = 0b3d7064bf27b86a7f691684760f02126b5edab0108d65826c2a0f7f1a3eefd1 +SIZE (mp3fs-0.32.tar.gz) = 120579