Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 18:02:42 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318619 - in head: . audio audio/id3ren
Message-ID:  <201305201802.r4KI2gXD085554@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Mon May 20 18:02:42 2013
New Revision: 318619
URL: http://svnweb.freebsd.org/changeset/ports/318619

Log:
  audio/id3ren: Resurrect; it lives on github now.
  
  I'll maintain.

Added:
  head/audio/id3ren/
     - copied from r307888, head/audio/id3ren/
Modified:
  head/MOVED
  head/audio/Makefile
  head/audio/id3ren/Makefile
  head/audio/id3ren/distinfo
  head/audio/id3ren/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon May 20 17:39:03 2013	(r318618)
+++ head/MOVED	Mon May 20 18:02:42 2013	(r318619)
@@ -3847,7 +3847,6 @@ security/saferpay||2012-11-28|Has expire
 x11-wm/qvwm||2012-11-28|Has expired: No more public distfiles
 astro/position||2012-11-28|Has expired: No more public distfiles
 astro/tangogps||2012-11-28|Has expired: No more public distfiles
-audio/id3ren||2012-11-28|Has expired: No more public distfiles
 audio/volumecontrol||2012-11-28|Has expired: No more public distfiles
 audio/wsoundprefs||2012-11-28|Has expired: Depends on the deprecated audio/wsoundserver and expired x11-toolkits/libdockapp
 audio/wsoundserver||2012-11-28|Has expired: Depends on deprecated libdockapp

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Mon May 20 17:39:03 2013	(r318618)
+++ head/audio/Makefile	Mon May 20 18:02:42 2013	(r318619)
@@ -338,6 +338,7 @@
     SUBDIR += id3el
     SUBDIR += id3lib
     SUBDIR += id3mtag
+    SUBDIR += id3ren
     SUBDIR += id3tool
     SUBDIR += id3v2
     SUBDIR += ifp-line

Modified: head/audio/id3ren/Makefile
==============================================================================
--- head/audio/id3ren/Makefile	Wed Nov 28 08:00:54 2012	(r307888)
+++ head/audio/id3ren/Makefile	Mon May 20 18:02:42 2013	(r318619)
@@ -4,29 +4,33 @@
 PORTNAME=	id3ren
 PORTVERSION=	1.1b0
 CATEGORIES=	audio
-MASTER_SITES=	http://cbothamy.free.fr/projects/id3ren/
-EXTRACT_SUFX=	.tgz
+MASTER_SITES=	GH
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Mpeg Audio Layer 3 util: rename files, edit tags, search, etc
+MAINTAINER=	crees@FreeBSD.org
+COMMENT=	Rename MP3 files, edit tags, search, etc
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2012-11-26
+LICENSE=	GPLv2
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	sebcode
+GH_TAGNAME=	master
+GH_COMMIT=	322ee77
 
 PLIST_FILES=	bin/id3ren
 MAN1=		id3ren.1
 MANCOMPRESSED=	yes
+PORTDOCS=	AUTHORS ChangeLog FEATURES FEEDBACK INSTALL PORTS \
+		README THANKS TODO USAGE
+
+.include <bsd.port.options.mk>
 
 pre-patch:
 	@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
 		${WRKSRC}/src/id3ren.c ${WRKSRC}/src/id3misc.c
 	${RM} ${WRKSRC}/src/id3ren
 
-.if !defined(NOPORTDOCS)
-PORTDOCS=	AUTHORS ChangeLog FEATURES FEEDBACK INSTALL PORTS \
-		README THANKS TODO USAGE
-
 post-install:
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
 .endif

Modified: head/audio/id3ren/distinfo
==============================================================================
--- head/audio/id3ren/distinfo	Wed Nov 28 08:00:54 2012	(r307888)
+++ head/audio/id3ren/distinfo	Mon May 20 18:02:42 2013	(r318619)
@@ -1,2 +1,2 @@
-SHA256 (id3ren-1.1b0.tgz) = a68c99635623e7e9aebea1c4afdab7c75a2f6bf0103e5f927b2c60a2efad1e67
-SIZE (id3ren-1.1b0.tgz) = 42108
+SHA256 (id3ren-1.1b0.tar.gz) = f6a705e5c81dda27c33f28cf0a174b920a1b1a6dacd877e49bc9fdaa570337ee
+SIZE (id3ren-1.1b0.tar.gz) = 44106

Modified: head/audio/id3ren/pkg-descr
==============================================================================
--- head/audio/id3ren/pkg-descr	Wed Nov 28 08:00:54 2012	(r307888)
+++ head/audio/id3ren/pkg-descr	Mon May 20 18:02:42 2013	(r318619)
@@ -3,4 +3,4 @@ ID3 tag at the end of the file which con
 album, year, and a comment.  The secondary function of id3 Renamer is
 a tagger, which can create, modify, or remove ID3 tags.
 
-WWW: http://cbothamy.free.fr/projects/id3ren/
+WWW: https://github.com/sebcode/id3ren



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