Bug 174210

Summary: [maintainer update] Update port sysutils/fusefs-mp3fs to Version 0.32
Product: Ports & Packages Reporter: Stefan Rumetshofer <sterum>
Component: Individual Port(s)Assignee: Alex Kozlov <ak>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Stefan Rumetshofer 2012-12-05 22:30:00 UTC
A new Version of mp3fs is available.
Actual Version is 0.32, port has 0.31.
Here is the update of the port.

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:
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-12-24 15:01:45 UTC
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 <sterum@overrider.at> (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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Alex Kozlov freebsd_committer freebsd_triage 2012-12-24 15:02:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2012-12-24 15:02:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!