The imapproxy 1.2.7 release is coming up soon. Please test. I never received any feedback about 1.2.6.
Index: Makefile =================================================================== RCS file: /cvs/ports/mail/imapproxy/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 12 Sep 2007 19:54:48 -0000 1.6 +++ Makefile 13 Jan 2009 03:51:58 -0000 @@ -2,38 +2,35 @@ COMMENT= caching IMAP proxy to be used with webmail clients -DISTNAME= up-imapproxy-1.2.5 -PKGNAME= ${DISTNAME:S/^up-//}p1 +DISTNAME= up-imapproxy-1.2.7rc2 +PKGNAME= ${DISTNAME:S/^up-//} CATEGORIES= mail +MASTER_SITES= ${HOMEPAGE}/downloads/ HOMEPAGE= http://www.imapproxy.org/ MAINTAINER= Holger Mauermann <hol...@mauermann.org> -# GPL +# GPLv2+ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes +WANTLIB= curses c ssl.>=12.0 crypto pthread -MASTER_SITES= ${HOMEPAGE}/downloads/ - -WANTLIB= curses c ssl crypto pthread - -CONFIGURE_STYLE=gnu +CONFIGURE_STYLE= gnu NO_REGRESS= Yes pre-build: - @perl -pi -e "s,!!SYSCONFDIR!!,${SYSCONFDIR}," \ - ${WRKSRC}/include/imapproxy.h + @${SUBST_CMD} ${WRKSRC}/include/imapproxy.h post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/imapproxy - ${INSTALL_DATA} ${WRKSRC}/scripts/imapproxy.conf \ - ${PREFIX}/share/examples/imapproxy ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imapproxy + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/imapproxy ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.ssl \ ${PREFIX}/share/doc/imapproxy + ${INSTALL_DATA} ${WRKSRC}/scripts/imapproxy.conf \ + ${PREFIX}/share/examples/imapproxy .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/mail/imapproxy/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 11 Apr 2007 16:06:46 -0000 1.3 +++ distinfo 13 Jan 2009 03:48:34 -0000 @@ -1,5 +1,5 @@ -MD5 (up-imapproxy-1.2.5.tar.gz) = xt+wn9vYwK+GLdAgSa456Q== -RMD160 (up-imapproxy-1.2.5.tar.gz) = OuYsroFrdg4fdoZ4xYifbsN5iec= -SHA1 (up-imapproxy-1.2.5.tar.gz) = B4UfBXw1HgQho1HJSUw8uXETAo4= -SHA256 (up-imapproxy-1.2.5.tar.gz) = eJQKF25G+YZjgds4+phzuve3dNzlvEIulRmYkpaGkfg= -SIZE (up-imapproxy-1.2.5.tar.gz) = 132317 +MD5 (up-imapproxy-1.2.7rc2.tar.gz) = hr64yi3C+DD4KBAy1qBb3w== +RMD160 (up-imapproxy-1.2.7rc2.tar.gz) = MmkynwINiUy0kphtNkWMBGDqqw8= +SHA1 (up-imapproxy-1.2.7rc2.tar.gz) = sm+YI7Tnrrp0zmBTjE1RepIFXBg= +SHA256 (up-imapproxy-1.2.7rc2.tar.gz) = 4vXhYx8zeilAqFaQRnoITeQgXAKehCfZruSoUhuXFpo= +SIZE (up-imapproxy-1.2.7rc2.tar.gz) = 136832 Index: patches/patch-Makefile_in =================================================================== RCS file: /cvs/ports/mail/imapproxy/patches/patch-Makefile_in,v retrieving revision 1.2 diff -u -p -r1.2 patch-Makefile_in --- patches/patch-Makefile_in 12 Sep 2007 19:54:48 -0000 1.2 +++ patches/patch-Makefile_in 14 Mar 2008 01:57:54 -0000 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Tue Jan 30 10:23:46 2007 -+++ Makefile.in Wed Aug 22 02:53:26 2007 -@@ -53,7 +53,7 @@ TAT_OBJ = ./src/pimpstat.o ./src/config.o +--- Makefile.in.orig Mon Jan 28 08:15:08 2008 ++++ Makefile.in Thu Mar 13 21:57:46 2008 +@@ -54,7 +54,7 @@ TAT_OBJ = ./src/pimpstat.o ./src/config.o # Final targets @@ -9,7 +9,7 @@ TAT_BIN = ./bin/pimpstat # Rules -@@ -78,9 +78,9 @@ distclean: clean +@@ -79,9 +79,9 @@ distclean: clean rm -f config.cache config.log config.h Makefile install: $(XYD_BIN) $(TAT_BIN) Index: patches/patch-imapcommon_c =================================================================== RCS file: patches/patch-imapcommon_c diff -N patches/patch-imapcommon_c --- patches/patch-imapcommon_c 11 Apr 2007 16:06:46 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ ---- src/imapcommon.c.orig Tue Oct 3 14:27:00 2006 -+++ src/imapcommon.c Wed Jan 24 22:35:30 2007 -@@ -138,6 +138,7 @@ - #include <limits.h> - - #include <openssl/evp.h> -+#include <openssl/md5.h> - #include <openssl/err.h> - - #include <pthread.h> Index: patches/patch-imapproxy_h =================================================================== RCS file: /cvs/ports/mail/imapproxy/patches/patch-imapproxy_h,v retrieving revision 1.3 diff -u -p -r1.3 patch-imapproxy_h --- patches/patch-imapproxy_h 12 Sep 2007 19:54:48 -0000 1.3 +++ patches/patch-imapproxy_h 30 Dec 2008 07:58:14 -0000 @@ -1,6 +1,6 @@ ---- include/imapproxy.h.orig Tue Jan 30 10:23:46 2007 -+++ include/imapproxy.h Wed Aug 22 02:53:26 2007 -@@ -151,7 +151,7 @@ +--- include/imapproxy.h.orig Mon Oct 20 09:51:51 2008 ++++ include/imapproxy.h Tue Dec 30 02:58:08 2008 +@@ -163,7 +163,7 @@ /* * Common definitions */ @@ -9,12 +9,12 @@ #define IMAP_UNTAGGED_OK "* OK " /* untagged OK response */ #define IMAP_TAGGED_OK "1 OK " /* tagged OK response */ #define BUFSIZE 4096 /* default buffer size */ -@@ -169,7 +169,7 @@ +@@ -181,7 +181,7 @@ #define SELECT_STATUS_BUF_SIZE 256 /* size of select status */ #ifndef DEFAULT_CONFIG_FILE -#define DEFAULT_CONFIG_FILE "/etc/imapproxy.conf" -+#define DEFAULT_CONFIG_FILE "!!SYSCONFDIR!!/imapproxy.conf" ++#define DEFAULT_CONFIG_FILE "${SYSCONFDIR}/imapproxy.conf" #endif - - #define LITERAL_PASSWORD 1 + #ifndef DEFAULT_PID_FILE + #define DEFAULT_PID_FILE "/var/run/imapproxy.pid" Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/mail/imapproxy/pkg/PLIST,v retrieving revision 1.3 diff -u -p -r1.3 PLIST --- pkg/PLIST 12 Sep 2007 19:54:48 -0000 1.3 +++ pkg/PLIST 24 Jul 2008 01:23:04 -0000 @@ -1,8 +1,8 @@ @comment $OpenBSD: PLIST,v 1.3 2007/09/12 19:54:48 brad Exp $ @newgroup _imapproxy:592 @newuser _imapproxy:592:_imapproxy:daemon:IMAP Proxy Account:/nonexistent:/sbin/nologin -sbin/imapproxyd -sbin/pimpstat +...@bin sbin/imapproxyd +...@bin sbin/pimpstat share/doc/imapproxy/ share/doc/imapproxy/README share/doc/imapproxy/README.ssl -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.