diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-17 06:51:52 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-17 06:51:52 +0800 |
commit | 9f3052a54e325bf925820ea5ad88c6bdad2fbbef (patch) | |
tree | 7918268e1421ea5279bff0971ffecbd872d374d7 /mail/getmail | |
parent | 8089dcb7bc2da5868b16e4d7513470ddc21d649d (diff) | |
download | freebsd-ports-gnome-9f3052a54e325bf925820ea5ad88c6bdad2fbbef.tar.gz freebsd-ports-gnome-9f3052a54e325bf925820ea5ad88c6bdad2fbbef.tar.zst freebsd-ports-gnome-9f3052a54e325bf925820ea5ad88c6bdad2fbbef.zip |
- Update to 3.2.1 [1]
- Shorten COMMENT to fit the limit
- Minor cosmetique fixes
PR: 60277 [1]
Submitted by: Linh Pham <question@closedsrc.org>
Diffstat (limited to 'mail/getmail')
-rw-r--r-- | mail/getmail/Makefile | 10 | ||||
-rw-r--r-- | mail/getmail/distinfo | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index f69d1890c6ed..649743579172 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -6,27 +6,25 @@ # PORTNAME= getmail -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= mail python MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-3.0/%SUBDIR%/ MASTER_SITE_SUBDIR= . old-versions MAINTAINER= sergei@FreeBSD.org -COMMENT= POP3 mail retriever with reliable Maildir and command delivery +COMMENT= POP3 mail retriever with reliable Maildir/command delivery USE_PYTHON= yes USE_REINPLACE= yes -NO_BUILD= yes SCRIPTS= getmail getmail_maildir getmail_mbox MAN1= getmail.1 DOCS= CHANGELOG THANKS TODO docs.txt faq.txt getmail.txt \ docs.html faq.html -post-patch: - @cd ${WRKSRC} && \ +do-build: + cd ${WRKSRC} && \ ${REINPLACE_CMD} -e 's!/usr/lib/getmail!${DATADIR}!' \ - -e 's!`which python`!${PYTHON_CMD}!' \ -e 's!/usr/bin/python!${PYTHON_CMD}!' ${SCRIPTS} *.py do-install: diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index a1cdcd85bcd0..f376ed0339eb 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1 +1 @@ -MD5 (getmail-3.2.0.tar.gz) = b64e66f2a44d4f2897b6c7b117aca836 +MD5 (getmail-3.2.1.tar.gz) = 9ce115f8b321a7ae9d6cf3623ce6883d |