Bug 181567 - Update port: mail/getmail to 4.43.0
Summary: Update port: mail/getmail to 4.43.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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-26 17:30 UTC by Linh Pham
Modified: 2013-08-28 17:30 UTC (History)
0 users

See Also:


Attachments
getmail-4.43.0.diff (950 bytes, patch)
2013-08-26 17:30 UTC, Linh Pham
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Linh Pham 2013-08-26 17:30:00 UTC
Update mail/getmail to 4.43.0, which includes several bugfixes and adds IMAP IDLE support.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-26 17:30:07 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-08-27 18:26:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-08-28 17:21:17 UTC
Author: wg
Date: Wed Aug 28 16:21:09 2013
New Revision: 325543
URL: http://svnweb.freebsd.org/changeset/ports/325543

Log:
  mail/getmail: update to 4.43.0
  
  - Update to 4.43.0
  
  PR:		ports/181567
  Submitted by:	Linh Pham <question+fbsdports closedsrc.org> (maintainer)

Modified:
  head/mail/getmail/Makefile
  head/mail/getmail/distinfo

Modified: head/mail/getmail/Makefile
==============================================================================
--- head/mail/getmail/Makefile	Wed Aug 28 15:58:57 2013	(r325542)
+++ head/mail/getmail/Makefile	Wed Aug 28 16:21:09 2013	(r325543)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	getmail
-PORTVERSION=	4.41.0
+PORTVERSION=	4.43.0
 CATEGORIES=	mail python
 MASTER_SITES=	http://pyropus.ca/software/getmail/old-versions/ \
 		http://mirrors.closedsrc.org/getmail/
@@ -29,9 +29,7 @@ post-install:
 .if ${PORT_OPTIONS:MDOCS}
 	@${CP} ${WRKSRC}/README ${WRKSRC}/docs/
 	@${MKDIR} ${DOCSDIR}
-.for docs in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/docs/${docs} ${DOCSDIR}
-.endfor
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${DOCSDIR}
 .endif
 	@${CAT} ${PKGMESSAGE}
 

Modified: head/mail/getmail/distinfo
==============================================================================
--- head/mail/getmail/distinfo	Wed Aug 28 15:58:57 2013	(r325542)
+++ head/mail/getmail/distinfo	Wed Aug 28 16:21:09 2013	(r325543)
@@ -1,2 +1,2 @@
-SHA256 (getmail-4.41.0.tar.gz) = c462137b508a9ad5d27e0a4249fc0a439c95a84707dfb9d7a8c07ec338377561
-SIZE (getmail-4.41.0.tar.gz) = 169829
+SHA256 (getmail-4.43.0.tar.gz) = 1e22458966344983d38affd2c443929171d48a1107cf8298293e5d291a916c29
+SIZE (getmail-4.43.0.tar.gz) = 140511
_______________________________________________
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"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-08-28 17:21:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!