Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 17:22:13 GMT
From:      Stefan Rumetshofer <sterum@overrider.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189725: [maintainer update] Update port sysutils/fusefs-mp3fs to Version 0.9
Message-ID:  <201405121722.s4CHMDWE070577@cgiserv.freebsd.org>
Resent-Message-ID: <201405121730.s4CHU1Xn029603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <inttypes.h>
- #include <stdio.h>
- #include <string.h>
- #include <unistd.h>


>Release-Note:
>Audit-Trail:
>Unformatted:



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