From question@closedsrc.org  Mon Jan 28 17:17:00 2013
Return-Path: <question@closedsrc.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 83A02C3D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Jan 2013 17:17:00 +0000 (UTC)
	(envelope-from question@closedsrc.org)
Received: from ironsides.closedsrc.org (ironsides.closedsrc.org [199.48.134.102])
	by mx1.freebsd.org (Postfix) with ESMTP id 6CFDDD7A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Jan 2013 17:17:00 +0000 (UTC)
Received: by ironsides.closedsrc.org (Postfix, from userid 5000)
	id 1902022931; Mon, 28 Jan 2013 09:08:22 -0800 (PST)
Message-Id: <20130128170822.1902022931@ironsides.closedsrc.org>
Date: Mon, 28 Jan 2013 09:08:22 -0800 (PST)
From: Linh Pham <question+fbsdports@closedsrc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: mail/getmail to 4.37.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         175653
>Category:       ports
>Synopsis:       Update port: mail/getmail to 4.37.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 28 17:20:00 UTC 2013
>Closed-Date:    Tue Jan 29 12:12:21 UTC 2013
>Last-Modified:  Tue Jan 29 12:20:00 UTC 2013
>Originator:     Linh Pham
>Release:        FreeBSD 8.2-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD ironsides.closedsrc.org 8.2-RELEASE-p6 FreeBSD 8.2-RELEASE-p6 #1: Thu Jan 5 17:56:45 UTC 2012 root@ironsides.closedsrc.org:/usr/obj/usr/src/sys/IRONSIDES i386
>Description:
Update mail/getmail to 4.37.0
>How-To-Repeat:
>Fix:

--- getmail-4.37.0.diff begins here ---
diff -ruN /usr/ports/mail/getmail/Makefile getmail/Makefile
--- /usr/ports/mail/getmail/Makefile	2012-11-16 21:59:03.000000000 -0800
+++ getmail/Makefile	2013-01-28 09:05:29.000000000 -0800
@@ -6,7 +6,7 @@
 #
 
 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/
diff -ruN /usr/ports/mail/getmail/distinfo getmail/distinfo
--- /usr/ports/mail/getmail/distinfo	2012-07-13 03:32:53.000000000 -0700
+++ getmail/distinfo	2013-01-28 09:05:42.000000000 -0800
@@ -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
--- getmail-4.37.0.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Tue Jan 29 11:56:24 UTC 2013 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175653 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Tue Jan 29 12:12:20 UTC 2013 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175653 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175653: commit references a PR
Date: Tue, 29 Jan 2013 12:11:26 +0000 (UTC)

 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 <question+fbsdports@closedsrc.org> (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 <nakai@FreeBSD.org>
 -#
 +# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
  # $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 <bsd.port.options.mk>
 +
  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 <getmail@discworld.dyndns.org>
 -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.
  
  =======================================================================
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
