summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-03-08 12:03:09 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-03-08 12:03:09 +0000
commit5fd2d442651677d26ee388ea012301f80176bc6b (patch)
treed58f16d8335c3bdf5286409e07ec6bb5d67fddcb /mail/fetchmail
parentMore plist and Makefile fixes. (diff)
Update to 5.7.2, add NOPORTDOCS handling, fix --enable-opie misspelled
as --enable-OPIE until now. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=39250
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile6
-rw-r--r--mail/fetchmail/distinfo2
-rw-r--r--mail/fetchmail/pkg-plist24
3 files changed, 17 insertions, 15 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 7f920f91ff27..fae7692f2ad8 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -10,7 +10,7 @@
# want fetchmailconf to work, define WITH_X11
PORTNAME= fetchmail
-PORTVERSION= 5.6.8
+PORTVERSION= 5.7.2
CATEGORIES= mail ipv6
MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
ftp://ftp.ccil.org/pub/esr/fetchmail/
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/python2.0/site-packages/_tkinter.so:${PORTSDIR}/x1
.endif
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 --enable-SDPS \
+CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-POP2 --enable-SDPS \
--enable-nls --with-hesiod=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
@@ -62,11 +62,13 @@ pre-patch:
@${SED} -e "s|@PREFIX@|${PREFIX}|" ${FILESDIR}/fetchmailconf > ${WRKDIR}/fetchmailconf
post-install:
+.if !defined(NOPORTDOCS)
${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC}
cd ${WRKSRC} && ${INSTALL_DATA} \
FAQ NOTES FEATURES README COPYING \
fetchmail-FAQ.html fetchmail-features.html \
design-notes.html ${FDOC}
+.endif
${MV} ${PREFIX}/bin/fetchmailconf ${PREFIX}/libexec/fetchmailconf.bin
${INSTALL_SCRIPT} ${WRKDIR}/fetchmailconf ${PREFIX}/bin
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index 284dd65f9015..50ba3d1e8085 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1 +1 @@
-MD5 (fetchmail-5.6.8.tar.gz) = 1b333144372d3d872a5a2dd80c878856
+MD5 (fetchmail-5.7.2.tar.gz) = f9210418ab6f065b58ffa0048e714d0d
diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist
index 7feeccb6409a..b2ddd32f8c66 100644
--- a/mail/fetchmail/pkg-plist
+++ b/mail/fetchmail/pkg-plist
@@ -1,22 +1,22 @@
bin/fetchmail
bin/fetchmailconf
libexec/fetchmailconf.bin
-share/locale/es/LC_MESSAGES/fetchmail.mo
+%%PORTDOCS%%share/doc/fetchmail/COPYING
+%%PORTDOCS%%share/doc/fetchmail/FAQ
+%%PORTDOCS%%share/doc/fetchmail/FEATURES
+%%PORTDOCS%%share/doc/fetchmail/NOTES
+%%PORTDOCS%%share/doc/fetchmail/README
+%%PORTDOCS%%share/doc/fetchmail/design-notes.html
+%%PORTDOCS%%share/doc/fetchmail/fetchmail-FAQ.html
+%%PORTDOCS%%share/doc/fetchmail/fetchmail-features.html
+%%PORTDOCS%%@dirrm share/doc/fetchmail
+share/locale/cs/LC_MESSAGES/fetchmail.mo
share/locale/da/LC_MESSAGES/fetchmail.mo
+share/locale/es/LC_MESSAGES/fetchmail.mo
share/locale/fr/LC_MESSAGES/fetchmail.mo
+share/locale/gl/LC_MESSAGES/fetchmail.mo
share/locale/pl/LC_MESSAGES/fetchmail.mo
share/locale/pt_BR/LC_MESSAGES/fetchmail.mo
-share/locale/cs/LC_MESSAGES/fetchmail.mo
-share/locale/gl/LC_MESSAGES/fetchmail.mo
-share/doc/fetchmail/COPYING
-share/doc/fetchmail/FAQ
-share/doc/fetchmail/FEATURES
-share/doc/fetchmail/NOTES
-share/doc/fetchmail/README
-share/doc/fetchmail/design-notes.html
-share/doc/fetchmail/fetchmail-FAQ.html
-share/doc/fetchmail/fetchmail-features.html
-@dirrm share/doc/fetchmail
@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/* 2>/dev/null || true
@unexec rmdir %D/share/locale 2>/dev/null || true