diff options
author | petef <petef@FreeBSD.org> | 2002-08-12 05:29:04 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-08-12 05:29:04 +0800 |
commit | ac73098c920c3e895ea829b75aa9d2fc94e94ae6 (patch) | |
tree | a86d403b796c2bb95cbef6b39df1aaf8d117cb79 /mail/getmail | |
parent | eda9102304bba1955f6b0d5e27afcc049b7d26f9 (diff) | |
download | freebsd-ports-gnome-ac73098c920c3e895ea829b75aa9d2fc94e94ae6.tar.gz freebsd-ports-gnome-ac73098c920c3e895ea829b75aa9d2fc94e94ae6.tar.zst freebsd-ports-gnome-ac73098c920c3e895ea829b75aa9d2fc94e94ae6.zip |
- update to 2.3.9
- USE_REINPLACE
- pass maintainership to submitter
Submitted by: Anders Andersson <anders@hack.org>
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 |