Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/mail/dovecot/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mail/dovecot/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.29 retrieving revision 1.34 diff -u -p -r1.29 -r1.34 --- pkgsrc/mail/dovecot/Attic/Makefile 2004/12/21 00:00:34 1.29 +++ pkgsrc/mail/dovecot/Attic/Makefile 2005/01/24 08:00:40 1.34 @@ -1,34 +1,25 @@ -# $NetBSD: Makefile,v 1.29 2004/12/21 00:00:34 xtraeme Exp $ +# $NetBSD: Makefile,v 1.34 2005/01/24 08:00:40 xtraeme Exp $ -DISTNAME= dovecot-0.99.12.1 +DISTNAME= dovecot-0.99.13 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ -.if 0 -PATCH_SITES= http://www.roughtrade.net/dovecot/ -PATCHFILES= dovecot-crammd5-0.99.11.diff -PATCH_DIST_STRIP= -p1 -.endif - -MAINTAINER= tom@replic8.net +MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.dovecot.org/ COMMENT= Secure IMAP and POP3 server PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:S/.1$//} -USE_BUILDLINK3= YES -USE_LIBTOOL= YES -USE_PKGINSTALL= YES -GNU_CONFIGURE= YES +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +USE_PKGINSTALL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --with-ssldir=${SSLCERTS} -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE} - .include "../../mk/bsd.prefs.mk" .include "options.mk"