FreeBSD Bugzilla – Attachment 159060 Details for
Bug 201666
[patch] mail/postfixadmin - Missing dependencies for vacation script.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Second revision, get the dependencies right
mail_postfixadmin_perldepends_patch2.txt (text/plain), 968 bytes, created by
Mel Pilgrim
on 2015-07-22 08:24:55 UTC
(
hide
)
Description:
Second revision, get the dependencies right
Filename:
MIME Type:
Creator:
Mel Pilgrim
Created:
2015-07-22 08:24:55 UTC
Size:
968 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 388686) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= postfixadmin > PORTVERSION= 2.3.7 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail www > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >@@ -13,7 +13,7 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/GPL-LICENSE.TXT > >-USES= cpe >+USES= cpe perl5 shebangfix > CPE_VENDOR= postfix_admin_project > CPE_PRODUCT= postfix_admin > >@@ -31,6 +31,13 @@ > > OPTIONS_DEFINE= DOCS > >+USES_PERL5= run >+RUN_DEPENDS= p5-Email-Valid>=0.12:${PORTSDIR}/mail/p5-Email-Valid \ >+ p5-Log-Dispatch>=1.79:${PORTSDIR}/devel/p5-Log-Dispatch \ >+ p5-Log-Log4perl>=0.26:${PORTSDIR}/devel/p5-Log-Log4perl \ >+ p5-Mail-Sender>=0.7.04:${PORTSDIR}/mail/p5-Mail-Sender \ >+ p5-MIME-EncWords>=0.040:${PORTSDIR}/mail/p5-MIME-EncWords >+ > .include <bsd.port.options.mk> > > USE_PHP= pcre session mbstring spl xmlrpc
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 Raw
Actions:
View
Attachments on
bug 201666
:
158925
|
159059
| 159060
Working