From owner-cvs-all@FreeBSD.ORG Wed Feb 22 14:10:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE19616A420; Wed, 22 Feb 2006 14:10:17 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919E143D45; Wed, 22 Feb 2006 14:10:17 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1MEAHUU049566; Wed, 22 Feb 2006 14:10:17 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1MEAHDf049565; Wed, 22 Feb 2006 14:10:17 GMT (envelope-from matusita) Message-Id: <200602221410.k1MEAHDf049565@repoman.freebsd.org> From: Makoto Matsushita Date: Wed, 22 Feb 2006 14:10:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/popfile Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 14:10:17 -0000 matusita 2006-02-22 14:10:17 UTC FreeBSD ports repository Modified files: mail/popfile Makefile distinfo pkg-plist Log: Update to 0.22.4 just released today. There are very few changes but good bugfixes and improvements, so update it just now for 6.1-RELEASE. For those using SSL support (WITH_POPFILE_SSL is defined): According to the POPFile version 0.22.4 documentation, POPFile 0.22.4 doesn't work with IO::Socket::SSL version 0.97 that is in security/p5-IO-Socket-SSL. I set this ports as IGNORE if WITH_POPFILE_SSL is defined, to avoid unsupposed failure on SSL support. If systems that have IO::Socket::SSL version 0.96, don't update to 0.97, and make this ports with WITH_POPFILE_SSL *undefined*. POPFile will use IO::Socket::SSL if required by configuration even if WITH_POPFILE_SSL is defined or not during the build. Revision Changes Path 1.16 +4 -2 ports/mail/popfile/Makefile 1.11 +6 -6 ports/mail/popfile/distinfo 1.9 +1 -0 ports/mail/popfile/pkg-plist