svn commit: r359820 - head/mail/websieve
Rene Ladan
rene at FreeBSD.org
Mon Jun 30 10:19:17 UTC 2014
Author: rene
Date: Mon Jun 30 10:19:16 2014
New Revision: 359820
URL: http://svnweb.freebsd.org/changeset/ports/359820
QAT: https://qat.redports.org/buildarchive/r359820/
Log:
- Remove optional dependencies on expired Cyrus 2.1 / 2.2
- Stage support
- Fix runtime dependencies
- Use @sample
- Unmute installation commands
- Bump PORTREVISION
Modified:
head/mail/websieve/Makefile
head/mail/websieve/pkg-plist
Modified: head/mail/websieve/Makefile
==============================================================================
--- head/mail/websieve/Makefile Mon Jun 30 10:14:58 2014 (r359819)
+++ head/mail/websieve/Makefile Mon Jun 30 10:19:16 2014 (r359820)
@@ -3,6 +3,7 @@
PORTNAME= websieve
PORTVERSION= 0.63.a
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/063a
DISTNAME?= ${PORTNAME}-${DISTVERSION}
@@ -21,32 +22,23 @@ NO_BUILD= yes
# highest select version number. If no Cyrus IMAPd versions are
# selected, use some generic IMAP modules
-OPTIONS_DEFINE= CYRUS_IMAPD_21 CYRUS_IMAPD_22 CYRUS_IMAPD_23 CYRUS_IMAPD_24
+OPTIONS_DEFINE= CYRUS_IMAPD_23 CYRUS_IMAPD_24
OPTIONS_DEFAULT= CYRUS_IMAPD_23
-CYRUS_IMAPD_21_DESC= With Cyrus IMAPd version 2.1.x
-CYRUS_IMAPD_22_DESC= With Cyrus IMAPd version 2.2.x
CYRUS_IMAPD_23_DESC= With Cyrus IMAPd version 2.3.x
CYRUS_IMAPD_24_DESC= With Cyrus IMAPd version 2.4.x
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCYRUS_IMAPD_24}
-RUN_DEPENDS+= cyrus-imapd>=0:${PORTSDIR}/mail/cyrus-imapd24
+RUN_DEPENDS+= cyradm:${PORTSDIR}/mail/cyrus-imapd24
FUNCLIB_PL= funclib.cyrus
.elif ${PORT_OPTIONS:MCYRUS_IMAPD_23}
-RUN_DEPENDS+= cyrus-imapd>=0:${PORTSDIR}/mail/cyrus-imapd23
-FUNCLIB_PL= funclib.cyrus
-.elif ${PORT_OPTIONS:MCYRUS_IMAPD_22}
-RUN_DEPENDS+= cyrus-imapd>=0:${PORTSDIR}/mail/cyrus-imapd22
-FUNCLIB_PL= funclib.cyrus
-.elif ${PORT_OPTIONS:MCYRUS_IMAPD_21}
-RUN_DEPENDS+= cyrus-imapd>=0:${PORTSDIR}/mail/cyrus-imapd2
+RUN_DEPENDS+= cyradm:${PORTSDIR}/mail/cyrus-imapd23
FUNCLIB_PL= funclib.cyrus
.else
-RUN_DEPENDS+= p5-IMAP-Admin>=0:${PORTSDIR}/mail/p5-IMAP-Admin \
- p5-IMAP-Sieve>=0:${PORTSDIR}/mail/p5-IMAP-Sieve
+RUN_DEPENDS+= p5-IMAP-Admin:${PORTSDIR}/mail/p5-IMAP-Admin \
+ p5-IMAP-Sieve:${PORTSDIR}/mail/p5-IMAP-Sieve
FUNCLIB_PL= funclib.pl
.endif
@@ -57,13 +49,10 @@ post-configure:
${WRKSRC}/websieve.pl
do-install:
- @${MKDIR} ${WWWDIR}
- @${INSTALL_SCRIPT} ${WRKSRC}/websieve.pl ${WWWDIR}/websieve.pl
- @${MKDIR} ${PREFIX}/etc/websieve
- @${INSTALL_DATA} ${WRKSRC}/websieve.conf ${PREFIX}/etc/websieve/websieve.conf.sample
- @${INSTALL_DATA} ${WRKSRC}/${FUNCLIB_PL} ${PREFIX}/etc/websieve/funclib.pl
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ @${MKDIR} ${STAGEDIR}${WWWDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/websieve.pl ${STAGEDIR}${WWWDIR}/websieve.pl
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/websieve
+ ${INSTALL_DATA} ${WRKSRC}/websieve.conf ${STAGEDIR}${PREFIX}/etc/websieve/websieve.conf.sample
+ ${INSTALL_DATA} ${WRKSRC}/${FUNCLIB_PL} ${STAGEDIR}${PREFIX}/etc/websieve/funclib.pl
.include <bsd.port.mk>
Modified: head/mail/websieve/pkg-plist
==============================================================================
--- head/mail/websieve/pkg-plist Mon Jun 30 10:14:58 2014 (r359819)
+++ head/mail/websieve/pkg-plist Mon Jun 30 10:19:16 2014 (r359820)
@@ -1,5 +1,5 @@
%%WWWDIR%%/websieve.pl
-etc/websieve/websieve.conf.sample
+ at sample etc/websieve/websieve.conf.sample
etc/websieve/funclib.pl
@dirrmtry etc/websieve
@dirrm %%WWWDIR%%
More information about the svn-ports-all
mailing list