svn commit: r319378 - head/mail/getmail
William Grzybowski
wg at FreeBSD.org
Wed May 29 15:22:28 UTC 2013
Author: wg
Date: Wed May 29 15:22:27 2013
New Revision: 319378
URL: http://svnweb.freebsd.org/changeset/ports/319378
Log:
- Update 4.41.0 [1]
- Use EXAMPLES option to install examples
Changes: http://pyropus.ca/software/getmail/CHANGELOG
PR: ports/179052 [1]
Submitted by: Linh Pham <question+fbsdports at closedsrc.org> (maintainer) [1]
Approved by: jpaetzel (mentor)
Modified:
head/mail/getmail/Makefile
head/mail/getmail/distinfo
Modified: head/mail/getmail/Makefile
==============================================================================
--- head/mail/getmail/Makefile Wed May 29 15:02:18 2013 (r319377)
+++ head/mail/getmail/Makefile Wed May 29 15:22:27 2013 (r319378)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= getmail
-PORTVERSION= 4.39.1
+PORTVERSION= 4.41.0
CATEGORIES= mail python
MASTER_SITES= http://pyropus.ca/software/getmail/old-versions/ \
http://mirrors.closedsrc.org/getmail/
@@ -22,10 +22,12 @@ PORTDOCS= README BUGS CHANGELOG THANKS T
post-install:
@${CHMOD} -R 644 ${PYTHON_SITELIBDIR}/getmailcore/*
- @${CP} ${WRKSRC}/README ${WRKSRC}/docs/
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/docs/getmailrc-examples ${EXAMPLESDIR}
+.endif
.if ${PORT_OPTIONS:MDOCS}
+ @${CP} ${WRKSRC}/README ${WRKSRC}/docs/
@${MKDIR} ${DOCSDIR}
.for docs in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${docs} ${DOCSDIR}
Modified: head/mail/getmail/distinfo
==============================================================================
--- head/mail/getmail/distinfo Wed May 29 15:02:18 2013 (r319377)
+++ head/mail/getmail/distinfo Wed May 29 15:22:27 2013 (r319378)
@@ -1,2 +1,2 @@
-SHA256 (getmail-4.39.1.tar.gz) = 8b908dc7f55960a7b03ea00ae217207cd66a49acb2ae1f82390d051b6de695c7
-SIZE (getmail-4.39.1.tar.gz) = 169004
+SHA256 (getmail-4.41.0.tar.gz) = c462137b508a9ad5d27e0a4249fc0a439c95a84707dfb9d7a8c07ec338377561
+SIZE (getmail-4.41.0.tar.gz) = 169829
More information about the svn-ports-head
mailing list