[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mail / dovecot

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/mail/dovecot/Attic/Makefile between version 1.168 and 1.183

version 1.168, 2013/07/12 10:44:56 version 1.183, 2016/10/09 21:42:00
Line 5  DOVECOT_SUBVERSION= .17
Line 5  DOVECOT_SUBVERSION= .17
 SIEVE_VERSION=          0.1.19  SIEVE_VERSION=          0.1.19
 MANAGESIEVE_VERSION=    0.11.13  MANAGESIEVE_VERSION=    0.11.13
 DISTNAME=               dovecot-${DOVECOT_VERSION}${DOVECOT_SUBVERSION}  DISTNAME=               dovecot-${DOVECOT_VERSION}${DOVECOT_SUBVERSION}
 PKGREVISION=            10  PKGREVISION=            22
 CATEGORIES=             mail  CATEGORIES=             mail
 MASTER_SITES=           http://www.dovecot.org/releases/${DOVECOT_VERSION}/  MASTER_SITES=           http://www.dovecot.org/releases/${DOVECOT_VERSION}/
 DOVECOT_SIEVE_SITES=    http://www.rename-it.nl/dovecot/${DOVECOT_VERSION}/  DOVECOT_SIEVE_SITES=    http://pigeonhole.dovecot.org/releases/${DOVECOT_VERSION}/
   
 MANAGESIEVE_PATCH=                      dovecot-${DOVECOT_VERSION}${DOVECOT_SUBVERSION}-managesieve-${MANAGESIEVE_VERSION}.diff.gz  MANAGESIEVE_PATCH=                      dovecot-${DOVECOT_VERSION}${DOVECOT_SUBVERSION}-managesieve-${MANAGESIEVE_VERSION}.diff.gz
 SITES.${MANAGESIEVE_PATCH}=     ${DOVECOT_SIEVE_SITES}  SITES.${MANAGESIEVE_PATCH}=     ${DOVECOT_SIEVE_SITES}
Line 19  HOMEPAGE=  http://www.dovecot.org/
Line 19  HOMEPAGE=  http://www.dovecot.org/
 COMMENT=                Secure IMAP and POP3 server  COMMENT=                Secure IMAP and POP3 server
 LICENSE=                mit AND gnu-lgpl-v2.1 AND modified-bsd  LICENSE=                mit AND gnu-lgpl-v2.1 AND modified-bsd
   
 PKG_INSTALLATION_TYPES= overwrite pkgviews  
   
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 USE_TOOLS+=             pkg-config rpcgen  USE_TOOLS+=             pkg-config rpcgen
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
Line 46  PKG_GECOS.${DOVECOT_USER}= Dovecot IMAP/
Line 44  PKG_GECOS.${DOVECOT_USER}= Dovecot IMAP/
 EGDIR=          ${PREFIX}/share/examples/dovecot  EGDIR=          ${PREFIX}/share/examples/dovecot
 CONF_FILES=     ${EGDIR}/dovecot-example.conf ${PKG_SYSCONFDIR}/dovecot.conf  CONF_FILES=     ${EGDIR}/dovecot-example.conf ${PKG_SYSCONFDIR}/dovecot.conf
   
 INSTALLATION_DIRS=      libexec/dovecot sbin share/doc/dovecot          \  INSTALLATION_DIRS+=     libexec/dovecot sbin share/doc/dovecot          \
                         share/examples/dovecot                          share/examples/dovecot
   
 SUBST_CLASSES+=         paths  SUBST_CLASSES+=         paths

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.183

CVSweb <webmaster@jp.NetBSD.org>