ports/174210: [maintainer update] Update port sysutils/fusefs-mp3fs to Version 0.32

Stefan Rumetshofer sterum at overrider.at
Wed Dec 5 22:30:01 UTC 2012


>Number:         174210
>Category:       ports
>Synopsis:       [maintainer update] Update port sysutils/fusefs-mp3fs to Version 0.32
>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:   Wed Dec 05 22:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Rumetshofer
>Release:        FreeBSD-9.1
>Organization:
>Environment:
FreeBSD saturn.lan 9.1-RC3 FreeBSD 9.1-RC3 #0 r242324: Tue Oct 30 00:58:57 UTC 2012     root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
A new Version of mp3fs is available.
Actual Version is 0.32, port has 0.31.
Here is the update of the port.
>How-To-Repeat:

>Fix:
Patch with patch -p0 < fusefs-mp3fs.diff

The patchfile "patch-src-mp3fs.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-current/Makefile fusefs-mp3fs/Makefile
--- fusefs-mp3fs-current/Makefile	2012-11-17 07:01:31.000000000 +0100
+++ fusefs-mp3fs/Makefile	2012-12-05 22:28:31.000000000 +0100
@@ -5,13 +5,13 @@
 #
 
 PORTNAME=	mp3fs
-PORTVERSION=	0.31
+PORTVERSION=	0.32
 CATEGORIES=	sysutils audio
 MASTER_SITES=	https://github.com/downloads/khenriks/${PORTNAME}/
 PKGNAMEPREFIX=	fusefs-
 
 MAINTAINER=	sterum at overrider.at
-COMMENT=	FUSE-based filesystem for transcoding flac to mp3
+COMMENT=	FUSE-based filesystem to transcode FLAC to mp3 on the fly
 
 LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils/fusefs-libs\
 		mp3lame.0:${PORTSDIR}/audio/lame\
diff -rupN fusefs-mp3fs-current/distinfo fusefs-mp3fs/distinfo
--- fusefs-mp3fs-current/distinfo	2012-04-27 20:38:32.000000000 +0200
+++ fusefs-mp3fs/distinfo	2012-12-05 22:29:56.000000000 +0100
@@ -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
diff -rupN fusefs-mp3fs-current/files/patch-src-mp3fs.c fusefs-mp3fs/files/patch-src-mp3fs.c
--- fusefs-mp3fs-current/files/patch-src-mp3fs.c	2012-04-27 20:38:33.000000000 +0200
+++ fusefs-mp3fs/files/patch-src-mp3fs.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,12 +0,0 @@
---- src/mp3fs.c	2012-02-18 20:55:29.000000000 +0100
-+++ src/mp3fs.c	2012-02-17 21:06:13.000000000 +0100
-@@ -38,6 +38,9 @@
- 
- #include "transcode.h"
- 
-+#define	S_ISLNK(m)	(((m) & 0170000) == 0120000)	/* symbolic link */
-+#define	S_ISSOCK(m)	(((m) & 0170000) == 0140000)
-+
- struct mp3fs_params params = {
-     .basepath           = NULL,
-     .bitrate            = 128,


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


More information about the freebsd-ports-bugs mailing list