Update to 2.1.3

Change MAINTAINER

PR:		ports/29373
Submitted by:	Pete Fritchman <petef@databits.net>
This commit is contained in:
Yukihiro Nakai 2001-08-05 20:29:57 +00:00
parent 0cd7df5ebc
commit d5ac9a39c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45850
5 changed files with 30 additions and 23 deletions

View File

@ -6,21 +6,32 @@
#
PORTNAME= getmail
PORTVERSION= 2.0.19
CATEGORIES= mail
PORTVERSION= 2.1.3
CATEGORIES= mail python
MASTER_SITES= http://www.qcc.sk.ca/~charlesc/software/getmail-2.0/
MAINTAINER= nakai@FreeBSD.org
MAINTAINER= petef@databits.net
RUN_DEPENDS= python:${PORTSDIR}/lang/python
USE_PYTHON= yes
NO_BUILD= yes
post-patch:
@${PERL} -pi -e 's!/usr/lib/getmail!${DATADIR}!; \
s!`which python`!${PYTHON_CMD}!' ${WRKSRC}/getmail
do-install:
${MKDIR} ${PREFIX}/share/getmail
${INSTALL_SCRIPT} ${WRKSRC}/getmail ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PREFIX}/share/getmail
${INSTALL_DATA} ${WRKSRC}/getmailrc-example \
${PREFIX}/share/getmail
${INSTALL_SCRIPT} ${WRKSRC}/getmail ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR}
@${MKDIR} ${PREFIX}/share/examples/getmail
${INSTALL_DATA} ${WRKSRC}/getmailrc-example \
${PREFIX}/share/examples/getmail
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in CHANGELOG docs.txt faq.txt getmail.txt
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (getmail-2.0.19.tar.gz) = 4c3474e8cab3bd28eb7c0df963056164
MD5 (getmail-2.1.3.tar.gz) = 3f2480d3a1ed66b5293a60ed5bf841b4

View File

@ -1,11 +0,0 @@
--- getmail.orig Sun May 6 08:33:52 2001
+++ getmail Sun May 6 08:33:57 2001
@@ -1,7 +1,7 @@
#!/bin/sh
# Change this to your getmail directory; defaults to /usr/lib/getmail
-GETMAILPATH="/usr/local/lib/getmail"
+GETMAILPATH="/usr/local/share/getmail"
OLDPYTHONPATH=${PYTHONPATH}
PYTHONPATH="${GETMAILPATH}:${PYTHONPATH}"

View File

@ -1,3 +1,4 @@
POP3 mail retriever written in Python
POP3 mail retriever written in Python. maildrop includes many features
similiar to fetchmail and intends to be a complete replacement.
WWW: http://www.qcc.sk.ca/~charlesc/software/getmail-2.0/

View File

@ -1,6 +1,12 @@
bin/getmail
%%PORTDOCS%%share/doc/getmail/CHANGELOG
%%PORTDOCS%%share/doc/getmail/docs.txt
%%PORTDOCS%%share/doc/getmail/faq.txt
%%PORTDOCS%%share/doc/getmail/getmail.txt
share/examples/getmail/getmailrc-example
share/getmail/ConfParser.py
share/getmail/getmail.py
share/getmail/getmailrc-example
share/getmail/timeoutsocket.py
@dirrm share/getmail
@dirrm share/examples/getmail
%%PORTDOCS%%@dirrm share/doc/getmail