FreeBSD Bugzilla – Attachment 143948 Details for
Bug 191146
[maintainer update] biology/velvet for fixing shebang editing of perl/python scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff with PORTREVISION increment
velvet.diff (text/plain), 820 bytes, created by
Motomichi Matsuzaki
on 2014-06-20 04:48:12 UTC
(
hide
)
Description:
svn diff with PORTREVISION increment
Filename:
MIME Type:
Creator:
Motomichi Matsuzaki
Created:
2014-06-20 04:48:12 UTC
Size:
820 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 358502) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= velvet > PORTVERSION= 1.2.10 >+PORTREVISION= 1 > CATEGORIES= biology > MASTER_SITES= http://www.ebi.ac.uk/~zerbino/velvet/ > DISTNAME= ${PORTNAME}_${PORTVERSION} >@@ -65,10 +66,10 @@ > > post-patch: > .for f in ${SCRIPTS} >- ${REINPLACE_CMD} -e s,#!/usr/bin/perl,${PERL}, ${WRKSRC}/${f} >+ ${REINPLACE_CMD} -e s,#!/usr/bin/perl,#!${PERL}, ${WRKSRC}/${f} > .endfor > .if !defined(WITHOUT_PYTHON) >- ${REINPLACE_CMD} -e s,#!/usr/bin/python,${PYTHON_CMD}, ${WRKSRC}/contrib/AssemblyAssembler1.3/AssemblyAssembler1.3.py >+ ${REINPLACE_CMD} -e s,#!/usr/bin/python,#!${PYTHON_CMD}, ${WRKSRC}/contrib/AssemblyAssembler1.3/AssemblyAssembler1.3.py > .endif > > do-install:
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
Flags:
mzaki
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 191146
:
143891
|
143948
|
143955