FreeBSD Bugzilla – Attachment 243299 Details for
Bug 272410
audio/id3mtag: Update to 0.81
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff
bsd-patch (text/plain), 2.16 KB, created by
Marc Schoolderman
on 2023-07-07 10:21:24 UTC
(
hide
)
Description:
git diff
Filename:
MIME Type:
Creator:
Marc Schoolderman
Created:
2023-07-07 10:21:24 UTC
Size:
2.16 KB
patch
obsolete
>diff --git a/audio/id3mtag/Makefile b/audio/id3mtag/Makefile >index 532c267b69d6..38055ca46a74 100644 >--- a/audio/id3mtag/Makefile >+++ b/audio/id3mtag/Makefile >@@ -1,43 +1,44 @@ > PORTNAME= id3mtag >-PORTVERSION= 0.80 >+PORTVERSION= 0.81 > CATEGORIES= audio > MASTER_SITES= https://github.com/squell/id3/releases/download/${PORTVERSION}/ > DISTNAME= id3-${PORTVERSION} > >-MAINTAINER= squell@alumina.nl >+MAINTAINER= info@squell.net > COMMENT= Mass tagging utility for audio files > WWW= https://squell.github.io/id3 > > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/COPYING > >+USES= iconv >+ > MAKEFILE= makefile > ALL_TARGET= build > >-PLIST_FILES= bin/id3 man/man1/id3.1.gz >-PORTDOCS= README CHANGES >- >-OPTIONS_DEFINE= DOCS BASH >-BASH_DESC= Support for bash auto-completion >-BASH_PLIST_FILES= share/bash-completion/completions/id3 >- >-USES= iconv >- > CFLAGS+= -I${ICONV_INCLUDE_PATH} > LDFLAGS+= -L${ICONV_PREFIX}/lib ${ICONV_LIB} > >+PLIST_FILES= bin/id3 \ >+ man/man1/id3.1.gz >+PORTDOCS= CHANGES README >+ >+OPTIONS_DEFINE= BASH DOCS >+BASH_DESC= Support for bash auto-completion >+BASH_PLIST_FILES= share/bash-completion/completions/id3 >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/id3 ${STAGEDIR}${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/id3.man ${STAGEDIR}${MANPREFIX}/man/man1/id3.1 > >+post-install-BASH-on: >+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions >+ ${INSTALL_DATA} ${WRKSRC}/bash/complete ${STAGEDIR}${PREFIX}/${BASH_PLIST_FILES} >+ > post-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR} > .for f in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} > .endfor > >-post-install-BASH-on: >- ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions >- ${INSTALL_DATA} ${WRKSRC}/bash/complete ${STAGEDIR}${PREFIX}/${BASH_PLIST_FILES} >- > .include <bsd.port.mk> >diff --git a/audio/id3mtag/distinfo b/audio/id3mtag/distinfo >index 7cf49fc9601a..08a4a5e9c609 100644 >--- a/audio/id3mtag/distinfo >+++ b/audio/id3mtag/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (id3-0.80.tar.gz) = aa61735c5806ed77b71de1408a78371d04add8c8c9b1532a055949081e5a35e2 >-SIZE (id3-0.80.tar.gz) = 78289 >+SHA256 (id3-0.81.tar.gz) = 5eda41e277e67492bfe0116d24962c24c47ead56a925a00f05f724bcc7687b0c >+SIZE (id3-0.81.tar.gz) = 79932
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 272410
:
243299
|
243351