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.30 retrieving revision 1.32 diff -u -p -r1.30 -r1.32 --- pkgsrc/mail/dovecot/Attic/Makefile 2004/12/28 02:47:44 1.30 +++ pkgsrc/mail/dovecot/Attic/Makefile 2005/01/23 10:00:12 1.32 @@ -1,16 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2004/12/28 02:47:44 reed Exp $ +# $NetBSD: Makefile,v 1.32 2005/01/23 10:00:12 jdolecek Exp $ -DISTNAME= dovecot-0.99.12.1 -PKGREVISION= 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 HOMEPAGE= http://www.dovecot.org/ COMMENT= Secure IMAP and POP3 server @@ -18,18 +11,15 @@ 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"