FreeBSD Bugzilla – Attachment 178378 Details for
Bug 215653
audio/mp3info: fix versioning, license, switch to options helpers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
mp3info.patch (text/plain), 1.46 KB, created by
Dmitry Marakasov
on 2016-12-29 14:48:27 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-12-29 14:48:27 UTC
Size:
1.46 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 424623) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mp3info >-PORTVERSION= 0.8.5 >-DISTVERSIONSUFFIX= a >+PORTVERSION= 0.8.5a > CATEGORIES= audio > MASTER_SITES= SUNSITE/apps/sound/mp3-utils/mp3info > >@@ -10,11 +9,9 @@ > MAINTAINER= sunpoet@FreeBSD.org > COMMENT= MP3 technical info viewer and ID3 1.x tag editor > >-LICENSE= GPLv2 >+LICENSE= GPLv2+ >+LICENSE_FILE= ${WRKSRC}/LICENSE > >-OPTIONS_DEFINE= GTK2 DOCS >-GTK2_DESC= Enable to have the gmp3info >- > ALL_TARGET= mp3info > USES= ncurses tar:tgz > >@@ -21,6 +18,9 @@ > PLIST_FILES= bin/mp3info man/man1/mp3info.1.gz > PORTDOCS= ChangeLog README mp3info.txt > >+OPTIONS_DEFINE= GTK2 DOCS >+GTK2_DESC= Enable to have the gmp3info >+ > GTK2_ALL_TARGET= gmp3info > GTK2_PLIST_FILES= bin/gmp3info > GTK2_USE= GNOME=gtk20 >@@ -27,10 +27,14 @@ > GTK2_USES= pkgconfig > > do-install: >- ${MKDIR} ${STAGEDIR}${DOCSDIR}/ > ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${STAGEDIR}${PREFIX}/bin/ >- ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${STAGEDIR}${PREFIX}/man/man1/ >- -${INSTALL_PROGRAM} ${WRKSRC}/gmp3info ${STAGEDIR}${PREFIX}/bin/ >+ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${STAGEDIR}${MANPREFIX}/man/man1/ >+ >+do-install-GTK2-on: >+ ${INSTALL_PROGRAM} ${WRKSRC}/gmp3info ${STAGEDIR}${PREFIX}/bin/ >+ >+do-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/ > cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ > > .include <bsd.port.mk>
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 215653
: 178378