FreeBSD Bugzilla – Attachment 99274 Details for
Bug 138325
[PATCH] audio/mp3info: Changed Makefile. Take maintainership.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mp3info-0.8.5.patch
mp3info-0.8.5.patch (text/plain), 1.43 KB, created by
Sylvio César Teixeira Amorim
on 2009-08-30 02:20:06 UTC
(
hide
)
Description:
mp3info-0.8.5.patch
Filename:
MIME Type:
Creator:
Sylvio César Teixeira Amorim
Created:
2009-08-30 02:20:06 UTC
Size:
1.43 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/audio/mp3info/Makefile,v >retrieving revision 1.19 >diff -u -u -r1.19 Makefile >--- Makefile 20 Aug 2008 06:40:40 -0000 1.19 >+++ Makefile 30 Aug 2009 01:17:37 -0000 >@@ -13,13 +13,15 @@ > DISTNAME= ${PORTNAME}-${PORTVERSION}a > EXTRACT_SUFX= .tgz > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= scjamorim@bsd.com.br > COMMENT= Tool to manipulate ID3 tags for MP3 files > > WANT_GNOME= yes > > MAN1= mp3info.1 > >+PORTDOCS= ChangeLog README mp3info.txt >+ > .include <bsd.port.pre.mk> > > ALL_TARGET= doc mp3info >@@ -43,9 +45,9 @@ > ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1 > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/mp3info.txt ${DOCSDIR} >+.for docs in ${PORTDOCS} >+ ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} >+.endfor > .endif > > .include <bsd.port.post.mk> >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/audio/mp3info/pkg-plist,v >retrieving revision 1.6 >diff -u -u -r1.6 pkg-plist >--- pkg-plist 21 Oct 2003 11:23:59 -0000 1.6 >+++ pkg-plist 30 Aug 2009 01:17:37 -0000 >@@ -1,6 +1,2 @@ > bin/mp3info > %%WITH_GTK%%bin/gmp3info >-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >-%%PORTDOCS%%%%DOCSDIR%%/README >-%%PORTDOCS%%%%DOCSDIR%%/mp3info.txt >-%%PORTDOCS%%@dirrm %%DOCSDIR%%
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 138325
: 99274 |
99275