FreeBSD Bugzilla – Attachment 142109 Details for
Bug 189080
[patch] mail/dovecot-antispam add stage support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dovecot-antispam.diff
dovecot-antispam.diff (text/plain), 1.66 KB, created by
Olli Hauer
on 2014-04-28 17:50:00 UTC
(
hide
)
Description:
dovecot-antispam.diff
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2014-04-28 17:50:00 UTC
Size:
1.66 KB
patch
obsolete
>Index: dovecot-antispam/Makefile >=================================================================== >--- dovecot-antispam/Makefile (revision 352507) >+++ dovecot-antispam/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= dovecot-antispam > PORTVERSION= 1.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= mail > MASTER_SITES= http://johannes.sipsolutions.net/download/dovecot-antispam/ \ >@@ -12,6 +12,8 @@ > MAINTAINER= dsh@wizard.volgograd.ru > COMMENT= Dovecot plugin to train dspam about spam or false positives > >+LICENSE= GPLv2 >+ > BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/mail/dovecot:configure > RUN_DEPENDS= dovecot>=1.1.2:${PORTSDIR}/mail/dovecot > >@@ -28,7 +30,6 @@ > DEBUG_DESC= Turn on debug information (syslog) > DEBUG_VERBOSE_DESC= Turn on verbose debug > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > do-configure: >@@ -49,11 +50,10 @@ > ${ECHO} "PLUGINNAME=antispam" >> ${WRKSRC}/.config > > do-install: >- ${INSTALL_DATA} ${WRKSRC}/lib90_antispam_plugin.so \ >- ${PREFIX}/lib/dovecot/imap/ >+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/dovecot/imap >+ ${INSTALL_DATA} -s ${WRKSRC}/lib90_antispam_plugin.so \ >+ ${STAGEDIR}${PREFIX}/lib/dovecot/imap/ > ${INSTALL_MAN} ${WRKSRC}/antispam.7 \ >- ${MANPREFIX}/man/man7/dovecot-antispam.7 >+ ${STAGEDIR}${MANPREFIX}/man/man7/dovecot-antispam.7 > >- @${CAT} ${PKGMESSAGE} >- > .include <bsd.port.mk> >Index: dovecot-antispam/pkg-plist >=================================================================== >--- dovecot-antispam/pkg-plist (revision 352507) >+++ dovecot-antispam/pkg-plist (working copy) >@@ -1,3 +1,2 @@ > lib/dovecot/imap/lib90_antispam_plugin.so >-@dirrmtry lib/dovecot/imap >-@dirrmtry lib/dovecot >+man/man7/dovecot-antispam.7.gz
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 189080
: 142109