From owner-cvs-all@FreeBSD.ORG Sat Oct 23 17:14:49 2004 Return-Path: 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 EACD416A4CE; Sat, 23 Oct 2004 17:14:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E01D943D1D; Sat, 23 Oct 2004 17:14:49 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9NHEnTA013220; Sat, 23 Oct 2004 17:14:49 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9NHEn9X013219; Sat, 23 Oct 2004 17:14:49 GMT (envelope-from matusita) Message-Id: <200410231714.i9NHEn9X013219@repoman.freebsd.org> From: Makoto Matsushita Date: Sat, 23 Oct 2004 17:14:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/popfile Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 23 Oct 2004 17:14:50 -0000 matusita 2004-10-23 17:14:49 UTC FreeBSD ports repository Modified files: mail/popfile Makefile distinfo pkg-plist Log: Update to 0.22.0. This commit also introduce a new option, WITH_POPFILE_SSL. Since 0.22.0, popfile supports SSL connection for clients. If WITH_POPFILE_SSL is defined (default not defined), add security/p5-IO-Socket-SSL to RUN_DEPENDS. Please note that this changes is based on PR: 71938, thank you Daniel. PR: 71938 Submitted by: daniel at dgrund.de (partly) Revision Changes Path 1.10 +21 -10 ports/mail/popfile/Makefile 1.6 +4 -6 ports/mail/popfile/distinfo 1.5 +150 -56 ports/mail/popfile/pkg-plist