svn commit: r309462 - in head/sysutils/fusefs-mp3fs: . files
Alex Kozlov
ak at FreeBSD.org
Mon Dec 24 15:01:29 UTC 2012
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 at 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 at 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
More information about the svn-ports-head
mailing list