Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2012 23:48:14 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307947 - in head/audio/mp3guessenc: . files
Message-ID:  <201211282348.qASNmEEr052886@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Nov 28 23:48:14 2012
New Revision: 307947
URL: http://svnweb.freebsd.org/changeset/ports/307947

Log:
  - Update to 0.25alpha23-HPR (even though it's modestly labeled "alpha", the new official
    maintainer has provided many fixes and improvements which justify an update)
  - Update WWW
  - Trim header
  
  Feature safe:   yes

Deleted:
  head/audio/mp3guessenc/files/patch-mp3guessenc.c
Modified:
  head/audio/mp3guessenc/Makefile
  head/audio/mp3guessenc/distinfo
  head/audio/mp3guessenc/pkg-descr

Modified: head/audio/mp3guessenc/Makefile
==============================================================================
--- head/audio/mp3guessenc/Makefile	Wed Nov 28 23:41:21 2012	(r307946)
+++ head/audio/mp3guessenc/Makefile	Wed Nov 28 23:48:14 2012	(r307947)
@@ -1,29 +1,28 @@
-# New ports collection makefile for:	mp3guessenc
-# Date created:				1 Oct 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	mp3guessenc
-PORTVERSION=	0.21
+DISTVERSION=	${DIST_REL}${ALPHA_REL}
 CATEGORIES=	audio
-MASTER_SITES=	http://shibatch.sourceforge.net/download/ \
-		CRITICAL
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${DIST_REL}
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Utility for guessing which encoder was used to encode an mp3 file
 
-USE_ZIP=	yes
-USE_DOS2UNIX=	yes
 MAKE_JOBS_SAFE=	yes
 
-WRKSRC=		${WRKDIR}
+DIST_REL=	0.25
+ALPHA_REL=	alpha23-HPR
 
 PLIST_FILES=	bin/mp3guessenc
+SRC=		decode.c mp3guessenc.c
 
 do-build:
-	${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
+.for f in ${SRC}
+	${CC} ${CFLAGS} ${WRKSRC}/${f} -c -o ${WRKSRC}/${f:C/\.c/.o/}
+.endfor
+	${CC} ${SRC:S|\.c|${WRKSRC}/.o|:S|^|${WRKSRC}/|} \
+		-o ${WRKSRC}/${PORTNAME}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

Modified: head/audio/mp3guessenc/distinfo
==============================================================================
--- head/audio/mp3guessenc/distinfo	Wed Nov 28 23:41:21 2012	(r307946)
+++ head/audio/mp3guessenc/distinfo	Wed Nov 28 23:48:14 2012	(r307947)
@@ -1,2 +1,2 @@
-SHA256 (mp3guessenc-0.21.zip) = b8d6ec40ef9bf90c739e0a5dc30b9a1eb0da5500e8693fbe486123ebfc90eb34
-SIZE (mp3guessenc-0.21.zip) = 18434
+SHA256 (mp3guessenc-0.25alpha23-HPR.tar.gz) = 50937dcb66d32ab2ff4e560d8f1f437a5d0ea76c9061e96cf78101e2bb84f1bd
+SIZE (mp3guessenc-0.25alpha23-HPR.tar.gz) = 53920

Modified: head/audio/mp3guessenc/pkg-descr
==============================================================================
--- head/audio/mp3guessenc/pkg-descr	Wed Nov 28 23:41:21 2012	(r307946)
+++ head/audio/mp3guessenc/pkg-descr	Wed Nov 28 23:48:14 2012	(r307947)
@@ -5,4 +5,4 @@ Each encoder has unique characteristics 
 program analyzes algorithms that are used in any given file and determines which
 encoder was used. For example the Xing encoder never uses short blocks.
 
-WWW: http://shibatch.sourceforge.net
+WWW: http://mp3guessenc.sourceforge.net/



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