diff options
-rw-r--r-- | mail/getmail/Makefile | 9 | ||||
-rw-r--r-- | mail/getmail/distinfo | 6 | ||||
-rw-r--r-- | mail/getmail/pkg-plist | 15 |
3 files changed, 9 insertions, 21 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index ce35ec356253..9a2a3eae1bfd 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -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_PYTHON= yes 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 --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 32637d133679..fe621d72647e 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -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 --git a/mail/getmail/pkg-plist b/mail/getmail/pkg-plist index 70f950de3f0c..b2c2f75e9604 100644 --- a/mail/getmail/pkg-plist +++ b/mail/getmail/pkg-plist @@ -43,20 +43,5 @@ bin/getmail_mbox %%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%% |