ports/139063: [MAINTAINER] audio/audiotag: update to 0.19
Bapt
baptiste.daroussin at gmail.com
Tue Sep 22 17:10:05 UTC 2009
>Number: 139063
>Category: ports
>Synopsis: [MAINTAINER] audio/audiotag: update to 0.19
>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: Tue Sep 22 17:10:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Bapt
>Release: FreeBSD 8.0-BETA2 amd64
>Organization:
>Environment:
System: FreeBSD galway.lan 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Sat Aug 22 15:45:52 CEST 2009
>Description:
- Update to 0.19
- Change the MASTER_SITE
I know it is not perfect to force FETCH_ARGS, but I can't find another way to correcly download from github
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- audiotag-0.19.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/audiotag/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 9 Jul 2008 13:31:06 -0000 1.4
+++ Makefile 22 Sep 2009 17:04:22 -0000
@@ -6,14 +6,19 @@
#
PORTNAME= audiotag
-PORTVERSION= 0.18
+PORTVERSION= 0.19
CATEGORIES= audio multimedia
-MASTER_SITES= http://www.tempestgames.com/ryan/downloads/
+MASTER_SITES= http://github.com/Daenyth/audiotag/tarball/
+DISTFILES= v${PORTVERSION}
MAINTAINER= baptiste.daroussin at gmail.com
COMMENT= A command-line tool for mass tagging/renaming of audio files
+FETCH_ARGS= -pRr
+WRKSRC= ${WRKDIR}/Daenyth-audiotag-05817eb9e32ddb53f72f5422af38e865677c278b
+
OPTIONS= VORBIS "Support renaming/tagging ogg vorbis files" On \
+ FLAC "Support ranaming/tagging flac files" On \
ID3 "Support renaming/tagging files supporting id3 tags" On \
MP4 "Support renaming/tagging mp4 files" On
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/audiotag/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 9 Jul 2008 13:31:06 -0000 1.2
+++ distinfo 22 Sep 2009 17:04:22 -0000
@@ -1,3 +1,3 @@
-MD5 (audiotag-0.18.tar.gz) = 4682cfe01c89dc0b7fc14aef61344579
-SHA256 (audiotag-0.18.tar.gz) = c9c62f76b9a97f0d665f9e32ec837d00919e3b4ccb1c84eedd9bcfc41176ae2d
-SIZE (audiotag-0.18.tar.gz) = 15267
+MD5 (v0.19) = 3b81a7412807e0dd17b28e6194680fd4
+SHA256 (v0.19) = cfac26631fc3cafce5cf9c64b320357ee94e031ea069e8e557deab33963fc396
+SIZE (v0.19) = 15799
--- audiotag-0.19.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list