From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 14 01:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD1571065676 for ; Wed, 14 Oct 2009 01:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7BDFE8FC19 for ; Wed, 14 Oct 2009 01:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9E1o2Ir086156 for ; Wed, 14 Oct 2009 01:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9E1o2X4086155; Wed, 14 Oct 2009 01:50:02 GMT (envelope-from gnats) Resent-Date: Wed, 14 Oct 2009 01:50:02 GMT Resent-Message-Id: <200910140150.n9E1o2X4086155@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87C52106566B; Wed, 14 Oct 2009 01:41:48 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yx0-f184.google.com (mail-yx0-f184.google.com [209.85.210.184]) by mx1.freebsd.org (Postfix) with ESMTP id 2BB878FC1A; Wed, 14 Oct 2009 01:41:48 +0000 (UTC) Received: by yxe14 with SMTP id 14so22470310yxe.7 for ; Tue, 13 Oct 2009 18:41:47 -0700 (PDT) Received: by 10.101.81.15 with SMTP id i15mr6615519anl.131.1255484505571; Tue, 13 Oct 2009 18:41:45 -0700 (PDT) Received: from fbsd.scjamorim.org (200-181-86-84.bsace705.dsl.brasiltelecom.net.br [200.181.86.84]) by mx.google.com with ESMTPS id 20sm3385614yxe.2.2009.10.13.18.41.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Oct 2009 18:41:44 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id CAA1F3F5F59; Tue, 13 Oct 2009 22:41:39 -0300 (BRT) Message-Id: <20091014014139.CAA1F3F5F59@fbsd.scjamorim.org> Date: Tue, 13 Oct 2009 22:41:39 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: question+fbsdports@closedsrc.org, miwi@FreeBSD.org Subject: ports/139588: [PATCH] mail/getmail: update to 4.12.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2009 01:50:02 -0000 >Number: 139588 >Category: ports >Synopsis: [PATCH] mail/getmail: update to 4.12.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 14 01:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 4.12.0 - Changed form with install the docs - Changed pkg-plist You can see the log in my tinderbox: Port maintainer (question+fbsdports@closedsrc.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- getmail-4.12.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/getmail/Makefile,v retrieving revision 1.84 diff -u -u -r1.84 Makefile --- Makefile 10 Aug 2009 14:05:24 -0000 1.84 +++ Makefile 14 Oct 2009 01:37:15 -0000 @@ -6,7 +6,7 @@ # PORTNAME= getmail -PORTVERSION= 4.11.0 +PORTVERSION= 4.12.0 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ http://mirrors.closedsrc.org/getmail/ @@ -19,15 +19,18 @@ USE_PYDISTUTILS= yes MAN1= getmail.1 getmail_fetch.1 getmail_maildir.1 getmail_mbox.1 -DOCS= ../README BUGS CHANGELOG THANKS TODO *.txt *.html *.css +PORTDOCS= README BUGS CHANGELOG THANKS TODO *.txt *.html *.css 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) @${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/docs && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/docs/${docs} ${DOCSDIR} +.endfor .endif @${CAT} ${PKGMESSAGE} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/getmail/distinfo,v retrieving revision 1.71 diff -u -u -r1.71 distinfo --- distinfo 10 Aug 2009 14:05:24 -0000 1.71 +++ distinfo 14 Oct 2009 01:37:15 -0000 @@ -1,3 +1,3 @@ -MD5 (getmail-4.11.0.tar.gz) = bec537bd9f6677f8296d4396a54ed611 -SHA256 (getmail-4.11.0.tar.gz) = 68c1495971abdb943ee2610862bddf2568239ebd3843a0e4977f59246ce8367b -SIZE (getmail-4.11.0.tar.gz) = 153548 +MD5 (getmail-4.12.0.tar.gz) = a3f36451ff47b91b1ac74543e933bb9c +SHA256 (getmail-4.12.0.tar.gz) = 55ef958844f26e3e6f5de70b0bf36ead92445d180e4386bec1e64a04695e450b +SIZE (getmail-4.12.0.tar.gz) = 155219 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/getmail/pkg-plist,v retrieving revision 1.11 diff -u -u -r1.11 pkg-plist --- pkg-plist 12 Jun 2009 12:40:18 -0000 1.11 +++ pkg-plist 14 Oct 2009 01:37:15 -0000 @@ -43,20 +43,5 @@ %%PYTHON_SITELIBDIR%%/getmailcore/utilities.pyc %%PYTHON_SITELIBDIR%%/getmailcore/utilities.pyo @dirrm %%PYTHON_SITELIBDIR%%/getmailcore -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/THANKS -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/configuration.html -%%PORTDOCS%%%%DOCSDIR%%/configuration.txt -%%PORTDOCS%%%%DOCSDIR%%/documentation.html -%%PORTDOCS%%%%DOCSDIR%%/documentation.txt -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq.txt -%%PORTDOCS%%%%DOCSDIR%%/getmaildocs.css -%%PORTDOCS%%%%DOCSDIR%%/troubleshooting.html -%%PORTDOCS%%%%DOCSDIR%%/troubleshooting.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% %%EXAMPLESDIR%%/getmailrc-examples @dirrm %%EXAMPLESDIR%% --- getmail-4.12.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: