FreeBSD Bugzilla – Attachment 152460 Details for
Bug 197258
[maintainer update] audio/id3mtag: update to 0.79
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff file for audio/id3mtag
id3mtag-0.79.diff (text/plain), 1.84 KB, created by
Marc Schoolderman
on 2015-02-02 00:54:26 UTC
(
hide
)
Description:
diff file for audio/id3mtag
Filename:
MIME Type:
Creator:
Marc Schoolderman
Created:
2015-02-02 00:54:26 UTC
Size:
1.84 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 378283) >+++ Makefile (working copy) >@@ -2,9 +2,9 @@ > # $FreeBSD$ > > PORTNAME= id3mtag >-PORTVERSION= 0.78 >+PORTVERSION= 0.79 > CATEGORIES= audio >-MASTER_SITES= http://home.wanadoo.nl/squell/files/ >+MASTER_SITES= http://github.com/squell/id3/releases/download/${PORTVERSION}/ > DISTNAME= id3-${PORTVERSION} > > MAINTAINER= squell@alumina.nl >@@ -14,7 +14,7 @@ > > MAKEFILE= makefile > ALL_TARGET= build >-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ >+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ > CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" > > PLIST_FILES= bin/id3 man/man1/id3.1.gz >@@ -22,6 +22,12 @@ > > OPTIONS_DEFINE= DOCS > >+USES= iconv >+ >+CFLAGS+= -I${LOCALBASE}/include -Wno-parentheses >+LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} >+CXXFLAGS+= -fno-rtti >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/id3 ${STAGEDIR}${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/id3.man ${STAGEDIR}${MANPREFIX}/man/man1/id3.1 >Index: distinfo >=================================================================== >--- distinfo (revision 378283) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (id3-0.78.tar.gz) = d1152c5c5bffd89b483123ada5a0eae45b6eff480dcab09063156efe622d702d >-SIZE (id3-0.78.tar.gz) = 64294 >+SHA256 (id3-0.79.tar.gz) = 8ef017440deed8445d957c31d82ee2f5a83d08b4c7274fcba78fb0b70f848b91 >+SIZE (id3-0.79.tar.gz) = 71331 >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 378283) >+++ pkg-descr (working copy) >@@ -2,5 +2,5 @@ > in multiple files. It can generate tag fields from the filename and other > variables, and/or rename files, using an intuitive syntax. > >-Author: squell <squell@alumina.nl> >-WWW: http://home.wanadoo.nl/squell/id3.html >+Author: Marc Schoolderman <squell@alumina.nl> >+WWW: https://squell.github.io/id3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197258
: 152460