ports/139588: [PATCH] mail/getmail: update to 4.12.0

Sylvio Cesar scjamorim at bsd.com.br
Wed Oct 14 01:50:02 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list