Bug 139588 - [PATCH] mail/getmail: update to 4.12.0
Summary: [PATCH] mail/getmail: update to 4.12.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 02:50 UTC by Sylvio César Teixeira Amorim
Modified: 2009-11-02 20:50 UTC (History)
1 user (show)

See Also:


Attachments
getmail-4.12.0.patch (2.84 KB, patch)
2009-10-14 02:50 UTC, Sylvio César Teixeira Amorim
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvio César Teixeira Amorim 2009-10-14 02:50:01 UTC
- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-14 02:50:36 UTC
Maintainer of mail/getmail,

Please note that PR ports/139588 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139588

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-14 02:50:38 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Linh Pham 2009-10-14 06:09:42 UTC
With getmail 4.13.0 now released, I have taken Sylvio Cesar's patch and
modified it for 4.13.0. Below is the diff between current and 4.13.0


!!! BEGIN DIFF !!!
diff -ruN /usr/ports/mail/getmail/Makefile getmail/Makefile
--- /usr/ports/mail/getmail/Makefile	2009-08-11 07:33:50.000000000 -0700
+++ getmail/Makefile	2009-10-13 22:03:22.000000000 -0700
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	getmail
-PORTVERSION=	4.11.0
+PORTVERSION=	4.13.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}
 
diff -ruN /usr/ports/mail/getmail/distinfo getmail/distinfo
--- /usr/ports/mail/getmail/distinfo	2009-08-11 07:33:50.000000000 -0700
+++ getmail/distinfo	2009-10-13 22:04:50.000000000 -0700
@@ -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.13.0.tar.gz) = e1b290c36912e62446dfc9a5203539ca
+SHA256 (getmail-4.13.0.tar.gz) = a3bf27d661e81d599308cd976314f5a946d62624bdd4965f20abd3f442ebe03f
+SIZE (getmail-4.13.0.tar.gz) = 155277
diff -ruN /usr/ports/mail/getmail/pkg-plist getmail/pkg-plist
--- /usr/ports/mail/getmail/pkg-plist	2009-06-13 07:33:45.000000000 -0700
+++ getmail/pkg-plist	2009-10-13 22:04:47.000000000 -0700
@@ -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%%
!!! END DIFF !!!

-- 
Linh Pham
question+fbsdports@closedsrc.org
http://closedsrc.org/
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-10-14 14:11:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-11-02 20:49:24 UTC
miwi        2009-11-02 20:49:17 UTC

  FreeBSD ports repository

  Modified files:
    mail/getmail         Makefile distinfo pkg-plist 
  Log:
  - Update to 4.13.0
  
  PR:             139588
  Submitted by:   Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
  
  Revision  Changes    Path
  1.85      +6 -3      ports/mail/getmail/Makefile
  1.72      +3 -3      ports/mail/getmail/distinfo
  1.12      +1 -16     ports/mail/getmail/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2009-11-02 20:49:30 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!