From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 12 17:30:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 191B2510 for ; Mon, 12 May 2014 17:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 E9B022CA7 for ; Mon, 12 May 2014 17:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CHU1Tm029604 for ; Mon, 12 May 2014 17:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4CHU1Xn029603; Mon, 12 May 2014 17:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 12 May 2014 17:30:01 GMT Resent-Message-Id: <201405121730.s4CHU1Xn029603@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Rumetshofer Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11EE645B for ; Mon, 12 May 2014 17:22:14 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D959D2C5D for ; Mon, 12 May 2014 17:22:13 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CHMDEV070580 for ; Mon, 12 May 2014 17:22:13 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4CHMDWE070577; Mon, 12 May 2014 17:22:13 GMT (envelope-from nobody) Message-Id: <201405121722.s4CHMDWE070577@cgiserv.freebsd.org> Date: Mon, 12 May 2014 17:22:13 GMT From: Stefan Rumetshofer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189725: [maintainer update] Update port sysutils/fusefs-mp3fs to Version 0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 17:30:02 -0000 >Number: 189725 >Category: ports >Synopsis: [maintainer update] Update port sysutils/fusefs-mp3fs to Version 0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 12 17:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Stefan Rumetshofer >Release: FreeBSD 10.0-RELEASE >Organization: >Environment: FreeBSD saturn.lan 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: A new Version of mp3fs is available. Actual Version is 0.9, port has 0.32. Here is the update of the port. >How-To-Repeat: >Fix: Patch with patch -p0 < fusefs-mp3fs.diff The patchfile "patch-src-transcode.c" in the files-directory is not necessary anymore, and can be deleted. Of course the Makefile and the distfile has changed - look at the uploaded diff. Patch attached with submission follows: diff -rupN fusefs-mp3fs-orig/Makefile fusefs-mp3fs/Makefile --- fusefs-mp3fs-orig/Makefile 2014-02-11 15:13:56.000000000 +0100 +++ fusefs-mp3fs/Makefile 2014-05-08 21:02:58.000000000 +0200 @@ -2,18 +2,18 @@ # $FreeBSD: head/sysutils/fusefs-mp3fs/Makefile 343745 2014-02-11 14:13:56Z miwi $ PORTNAME= mp3fs -PORTVERSION= 0.32 -PORTREVISION= 1 +PORTVERSION= 0.9 +PORTEPOCH= 1 CATEGORIES= sysutils audio -MASTER_SITES= https://github.com/downloads/khenriks/${PORTNAME}/ +MASTER_SITES= https://github.com/khenriks/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= fusefs- MAINTAINER= sterum@overrider.at COMMENT= FUSE-based filesystem for transcoding flac to mp3 on the fly -LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/lame \ - FLAC:${PORTSDIR}/audio/flac \ - id3tag:${PORTSDIR}/audio/libid3tag +LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ + libFLAC.so:${PORTSDIR}/audio/flac \ + libid3tag.so:${PORTSDIR}/audio/libid3tag FETCH_CMD= fetch -Fpr diff -rupN fusefs-mp3fs-orig/distinfo fusefs-mp3fs/distinfo --- fusefs-mp3fs-orig/distinfo 2012-12-24 16:01:28.000000000 +0100 +++ fusefs-mp3fs/distinfo 2014-05-08 20:15:59.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (mp3fs-0.32.tar.gz) = 0b3d7064bf27b86a7f691684760f02126b5edab0108d65826c2a0f7f1a3eefd1 -SIZE (mp3fs-0.32.tar.gz) = 120579 +SHA256 (mp3fs-0.9.tar.gz) = 2f5f7e45ff73d9a16b6c1173cdefb4a4b37f5d141acc360161168af27a821b18 +SIZE (mp3fs-0.9.tar.gz) = 145118 diff -rupN fusefs-mp3fs-orig/files/patch-src-transcode.c fusefs-mp3fs/files/patch-src-transcode.c --- fusefs-mp3fs-orig/files/patch-src-transcode.c 2013-07-06 11:25:02.000000000 +0200 +++ fusefs-mp3fs/files/patch-src-transcode.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- src/transcode.c 2012-05-01 22:12:48.000000000 +0200 -+++ src/transcode.c 2013-06-15 19:19:13.000000000 +0200 -@@ -21,6 +21,7 @@ - - #define _GNU_SOURCE - -+#include - #include - #include - #include >Release-Note: >Audit-Trail: >Unformatted: