FreeBSD Bugzilla – Attachment 144518 Details for
Bug 191703
[MAINTAINER-UPDATE][STAGING] mail/tlb
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
tlb-proposed-patch.diff (text/plain), 1.39 KB, created by
Raphael Kubo da Costa
on 2014-07-08 16:40:13 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2014-07-08 16:40:13 UTC
Size:
1.39 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 361259) >+++ Makefile (working copy) >@@ -6,10 +6,11 @@ > CATEGORIES= mail perl5 > MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/tlb/ \ > http://www.freenix.no/~anders/ \ >- ftp://totem.fix.no/pub/mirrors/misc/ >+ ftp://totem.fix.no/pub/mirrors/misc/ \ >+ http://ports.toco-domains.de/ > EXTRACT_SUFX= .tgz > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= ports@toco-domains.de > COMMENT= The List Batcher, a general purpose mail list delivery engine > > RUN_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ >@@ -26,7 +27,8 @@ > SHEBANG_FILES= ${FIXPREFIX} > perl_OLD_CMD= /usr/local/bin/perl5 > >-NO_STAGE= yes >+OPTIONS_DEFINE= DOCS >+ > pre-patch: > .for f in ${FIXPREFIX} > @${REINPLACE_CMD} -i '' -e 's@/usr/lib/sendmail@/usr/sbin/sendmail@' ${WRKSRC}/${f} >@@ -33,13 +35,12 @@ > .endfor > > do-install: >- ${INSTALL_SCRIPT} ${WRKSRC}/tlb ${PREFIX}/bin >- ${INSTALL_SCRIPT} ${WRKSRC}/mungelist ${PREFIX}/bin >-.if !defined(NOPORTDOCS) >- ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/tlb >+ ${INSTALL_SCRIPT} ${WRKSRC}/tlb ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_SCRIPT} ${WRKSRC}/mungelist ${STAGEDIR}${PREFIX}/bin >+ >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} > .for f in ${DOCS} >- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/tlb >+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} > .endfor >-.endif > > .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 191703
:
144490
|
144516
| 144518