From owner-svn-ports-all@FreeBSD.ORG Tue Jan 29 12:11:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BA7455EB; Tue, 29 Jan 2013 12:11:13 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9DD197B9; Tue, 29 Jan 2013 12:11:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0TCBDBq090662; Tue, 29 Jan 2013 12:11:13 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0TCBCcS090656; Tue, 29 Jan 2013 12:11:12 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201301291211.r0TCBCcS090656@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 29 Jan 2013 12:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311160 - head/mail/getmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 12:11:13 -0000 Author: rm Date: Tue Jan 29 12:11:12 2013 New Revision: 311160 URL: http://svnweb.freebsd.org/changeset/ports/311160 Log: - update to 4.37.0 while here: - trim Makefile header - limit python version to 2.x (except/print) - convert to optionsng (PORTDOCS case) - clean-up trailing whitespace in pkg-descr and pkg-message PR: 175653 Submitted by: Linh Pham (maintainer) Modified: head/mail/getmail/Makefile head/mail/getmail/distinfo head/mail/getmail/pkg-descr head/mail/getmail/pkg-message Modified: head/mail/getmail/Makefile ============================================================================== --- head/mail/getmail/Makefile Tue Jan 29 09:38:26 2013 (r311159) +++ head/mail/getmail/Makefile Tue Jan 29 12:11:12 2013 (r311160) @@ -1,12 +1,8 @@ -# New ports collection makefile for: getmail -# Date created: 06 May 2001 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= getmail -PORTVERSION= 4.32.0 +PORTVERSION= 4.37.0 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/old-versions/ \ http://mirrors.closedsrc.org/getmail/ @@ -16,18 +12,20 @@ COMMENT= POP3/IMAP4 mail retriever with LICENSE= GPLv2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes MAN1= getmail.1 getmail_fetch.1 getmail_maildir.1 getmail_mbox.1 PORTDOCS= README BUGS CHANGELOG THANKS TODO *.txt *.html *.css +.include + post-install: @${CHMOD} -R 644 ${PYTHON_SITELIBDIR}/getmailcore/* @${CP} ${WRKSRC}/README ${WRKSRC}/docs/ @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/docs/getmailrc-examples ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/docs/${docs} ${DOCSDIR} Modified: head/mail/getmail/distinfo ============================================================================== --- head/mail/getmail/distinfo Tue Jan 29 09:38:26 2013 (r311159) +++ head/mail/getmail/distinfo Tue Jan 29 12:11:12 2013 (r311160) @@ -1,2 +1,2 @@ -SHA256 (getmail-4.32.0.tar.gz) = 62ec1f450d4f0fcbc4bc8f854a1d07e42d9c78ef6cf9780c672ee5325ce8750a -SIZE (getmail-4.32.0.tar.gz) = 164888 +SHA256 (getmail-4.37.0.tar.gz) = 54084ac6754d5138b9dab13b5c8c44997389381069c8733d0488475f259de09f +SIZE (getmail-4.37.0.tar.gz) = 169327 Modified: head/mail/getmail/pkg-descr ============================================================================== --- head/mail/getmail/pkg-descr Tue Jan 29 09:38:26 2013 (r311159) +++ head/mail/getmail/pkg-descr Tue Jan 29 12:11:12 2013 (r311160) @@ -1,21 +1,20 @@ A POP3 and IMAP4 mail retriever with reliable Maildir and command delivery. Summary of features: -- Retrieve mail from an unlimited number of POP3/IMAP4 mailboxes and servers. +- Retrieve mail from an unlimited number of POP3/IMAP4 mailboxes and servers. - Support for POP3-over-SSL and IMAP-over-SSL, as well as SDPS WARNING: even with SSL, "no certificate or key validation is done." so - that getmail does not detect or protect from man-in-the-middle attacks. -- Support for multidrop or domain mailboxes. + that getmail does not detect or protect from man-in-the-middle attacks. +- Support for multidrop or domain mailboxes. - Safe and reliable delivery to qmail-style Maildirs, as well as program (pipe) delivery for use with arbitrary external MDAs. Includes an MDA - for mbox files that supports mboxrd format and fcntl-type flock locking. -- Does not destroy information by rewriting mail headers. + for mbox files that supports mboxrd format and fcntl-type flock locking. +- Does not destroy information by rewriting mail headers. - Does not cause mail loops by doing SMTP injection, and therefore does - not require that you run an MTA (like qmail or sendmail) on your host. + not require that you run an MTA (like qmail or sendmail) on your host. - Can remember which mail it has already retrieved, and can be set to - only download new messages. -- Written in Python, and therefore easy to extend or customize. -- Simple to install, configure, and use. + only download new messages. +- Written in Python, and therefore easy to extend or customize. +- Simple to install, configure, and use. -Author: Charles Cazabon -WWW: http://pyropus.ca/software/getmail/ +WWW: http://pyropus.ca/software/getmail/ Modified: head/mail/getmail/pkg-message ============================================================================== --- head/mail/getmail/pkg-message Tue Jan 29 09:38:26 2013 (r311159) +++ head/mail/getmail/pkg-message Tue Jan 29 12:11:12 2013 (r311160) @@ -1,12 +1,12 @@ ======================================================================= -The getmail rc file (configuration file) format has changed since -version 3.x. If you are upgrading from version 3, you will need -to write a new configuration file based on the contents of your old one. -The new file format resembles the old in many ways. +The getmail rc file (configuration file) format has changed since +version 3.x. If you are upgrading from version 3, you will need +to write a new configuration file based on the contents of your old one. +The new file format resembles the old in many ways. -Each account you retrieve mail from will require a separate rc file, -but getmail can operate with multiple rc files simultaneously +Each account you retrieve mail from will require a separate rc file, +but getmail can operate with multiple rc files simultaneously if you wish to retrieve mail from multiple accounts. =======================================================================