diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-08-11 21:29:04 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-08-11 21:29:04 +0000 |
commit | 12e31ea24f556bea461a8d7d84ed0d40e5d62cb3 (patch) | |
tree | 426c15969adcea2b533e954a78a3603d9835ad87 /mail/getmail | |
parent | f7d523e4fab9cc9d204a3c4ad17802f18cf7e8f2 (diff) |
Notes
Diffstat (limited to 'mail/getmail')
-rw-r--r-- | mail/getmail/Makefile | 9 | ||||
-rw-r--r-- | mail/getmail/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 400fdc00664d..72b5f4d07dd3 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -6,19 +6,20 @@ # PORTNAME= getmail -PORTVERSION= 2.3.7 +PORTVERSION= 2.3.9 CATEGORIES= mail python MASTER_SITES= http://www.qcc.sk.ca/~charlesc/software/getmail-2.0/%SUBDIR%/ MASTER_SITE_SUBDIR= . old-versions -MAINTAINER= petef@FreeBSD.org +MAINTAINER= anders@hack.org USE_PYTHON= yes +USE_REINPLACE= yes NO_BUILD= yes post-patch: - @${PERL} -pi -e 's!/usr/lib/getmail!${DATADIR}!; \ - s!`which python`!${PYTHON_CMD}!' ${WRKSRC}/getmail + @${REINPLACE_CMD} -e 's!/usr/lib/getmail!${DATADIR}!' \ + -e 's!`which python`!${PYTHON_CMD}!' ${WRKSRC}/getmail do-install: ${INSTALL_SCRIPT} ${WRKSRC}/getmail ${PREFIX}/bin diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 753e792921bb..b89f4c00a4d9 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1 +1 @@ -MD5 (getmail-2.3.7.tar.gz) = 4eef6be77a4cbe1a86eef75affd31b05 +MD5 (getmail-2.3.9.tar.gz) = b94fcf0b3456cb9459f695f4b79d7c74 |