FreeBSD Bugzilla – Attachment 142609 Details for
Bug 189657
[maintainer-update] add staging support to audio/ripit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
audio_ripit_stage.diff
audio_ripit_stage.diff (text/plain), 1.78 KB, created by
Tobias Rehbein
on 2014-05-11 12:50:00 UTC
(
hide
)
Description:
audio_ripit_stage.diff
Filename:
MIME Type:
Creator:
Tobias Rehbein
Created:
2014-05-11 12:50:00 UTC
Size:
1.78 KB
patch
obsolete
>diff -urN audio/ripit.orig/Makefile audio/ripit/Makefile >--- audio/ripit.orig/Makefile 2014-02-21 14:35:10.000000000 +0100 >+++ audio/ripit/Makefile 2014-05-11 12:32:17.483584851 +0200 >@@ -10,20 +10,18 @@ > MAINTAINER= tobias.rehbein@web.de > COMMENT= Command line audio CD ripper > >+LICENSE= GPLv2 >+ > # See pkg-message about other dependencies. > RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ > p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ > p5-WebService-MusicBrainz>=0:${PORTSDIR}/www/p5-WebService-MusicBrainz \ > p5-MusicBrainz-DiscID>=0:${PORTSDIR}/audio/p5-MusicBrainz-DiscID \ > lame:${PORTSDIR}/audio/lame \ >- cdparanoia:${PORTSDIR}/audio/cdparanoia \ >+ cdparanoia:${PORTSDIR}/audio/cdparanoia > > USES= perl5 shebangfix >-NO_STAGE= yes > NO_BUILD= yes >-PLIST_FILES= bin/ripit >-MAN1= ripit.1 >-PORTEXAMPLES= config > USE_PERL5= run > USE_BZIP2= yes > SHEBANG_FILES= ripit.pl >@@ -34,14 +32,9 @@ > .include <bsd.port.options.mk> > > do-install: >- ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin/ripit >- ${INSTALL_MAN} ${WRKSRC}/ripit.1 ${MAN1PREFIX}/man/man1 >-.if ${PORT_OPTIONS:MEXAMPLES} >- ${MKDIR} ${EXAMPLESDIR}/ >- ${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}/config >-.endif >- >-post-install: >- @${CAT} ${PKGMESSAGE} >+ ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${STAGEDIR}${PREFIX}/bin/ripit >+ ${INSTALL_MAN} ${WRKSRC}/ripit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ >+ ${INSTALL_DATA} ${WRKSRC}/config ${STAGEDIR}${EXAMPLESDIR}/config > > .include <bsd.port.mk> >diff -urN audio/ripit.orig/pkg-plist audio/ripit/pkg-plist >--- audio/ripit.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ audio/ripit/pkg-plist 2014-05-11 12:09:46.236677000 +0200 >@@ -0,0 +1,4 @@ >+bin/ripit >+man/man1/ripit.1.gz >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
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 189657
: 142609