Index: head/mail/dovecot2-pigeonhole/Makefile =================================================================== --- head/mail/dovecot2-pigeonhole/Makefile (revision 304935) +++ head/mail/dovecot2-pigeonhole/Makefile (revision 304936) @@ -1,81 +1,76 @@ -# New ports collection makefile for: dovecot-pigeonhole -# Date created: 2006-12-29 -# Whom: Nils Vogels -# +# Created by: Nils Vogels # $FreeBSD$ -# PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTVERSION= 0.3.3 CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} MAINTAINER= bra@fsn.hu COMMENT= A Sieve plugin for the Dovecot 'deliver' LDA and LMTP LICENSE= LGPL21 BUILD_DEPENDS:= dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVERSION:R} RUN_DEPENDS:= dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVERSION:R} DOVECOTVERSION= 2.1 GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --prefix=${PREFIX} \ --docdir=${DOCSDIR} \ --with-dovecot="${LOCALBASE}/lib/dovecot" LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= ${PREFIX}/lib/dovecot MAN1= sieve-dump.1 sieve-filter.1 sieve-test.1 sievec.1 sieved.1 MAN7= pigeonhole.7 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/-/\//} OPTIONS_DEFINE= DOCS EXAMPLES .include .if ${PORT_OPTIONS:MDOCS} EXTENSIONDOCS= editheader.txt include.txt spamtest-virustest.txt \ vacation.txt vnd.dovecot.duplicate.txt PORTDOCS= AUTHORS COPYING COPYING.LGPL INSTALL NEWS README TODO \ script-location-dict.txt ${EXTENSIONDOCS} .endif .if ${PORT_OPTIONS:MEXAMPLES} EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME:S/-/\//} PORTEXAMPLES= *.sieve .endif post-patch: @${REINPLACE_CMD} -E '\ s!^(install-data-am:) install-sieve_docDATA!\1!; \ s!^(uninstall-am:) uninstall-sieve_docDATA!\1!;' \ ${WRKSRC}/doc/Makefile.in .if ${PORT_OPTIONS:MDOCS} .for f in ${EXTENSIONDOCS} @${LN} -f ${WRKSRC}/doc/extensions/${f} ${WRKSRC}/ .endfor @${LN} -f ${WRKSRC}/doc/script-location-dict.txt ${WRKSRC}/ .endif post-install: .if ${PORT_OPTIONS:MDOCS} @${INSTALL} ${_SHROWNGRP} -m ${BINMODE} -d ${DOCSDIR} .for f in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}" .endif .if ${PORT_OPTIONS:MEXAMPLES} @${INSTALL} ${_SHROWNGRP} -m ${BINMODE} -d ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/examples/*.sieve ${EXAMPLESDIR} @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}" .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/dovecot2-pigeonhole/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/mail/dovecot2-pigeonhole/distinfo =================================================================== --- head/mail/dovecot2-pigeonhole/distinfo (revision 304935) +++ head/mail/dovecot2-pigeonhole/distinfo (revision 304936) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = e95d86c5cd912c9a7e180414ffd5eee52e1b5dc8abef3d5762b950d1de86b5c7 -SIZE (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = 1084148 +SHA256 (dovecot-2.1-pigeonhole-0.3.3.tar.gz) = 1d581f6292c6e760b26a06193a0af266ba3b6f3a0431e6617fcf6e1c84f7dd0e +SIZE (dovecot-2.1-pigeonhole-0.3.3.tar.gz) = 1078559 Property changes on: head/mail/dovecot2-pigeonhole/distinfo ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property