aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2010-10-25 07:15:38 +0000
committerMatthias Andree <mandree@FreeBSD.org>2010-10-25 07:15:38 +0000
commit37ee1acaa5d3c311cfc5e75a13d8241844059dd8 (patch)
tree2524abbf49f0163a7529d1e35c87cd1ed86df214 /mail/fetchmail
parent776bedaced39e3683af1e302fb3bbbc4186c0c1b (diff)
downloadports-37ee1acaa5d3c311cfc5e75a13d8241844059dd8.tar.gz
ports-37ee1acaa5d3c311cfc5e75a13d8241844059dd8.zip
Notes
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile6
-rw-r--r--mail/fetchmail/distinfo6
-rw-r--r--mail/fetchmail/files/patch-configure11
3 files changed, 7 insertions, 16 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index aacd8ac171a6..8e1174fd8750 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -10,8 +10,7 @@
# want fetchmailconf to work, define WITH_X11
PORTNAME= fetchmail
-PORTVERSION= 6.3.17
-PORTREVISION= 3
+PORTVERSION= 6.3.18
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_BERLIOS} \
http://mandree.home.pages.de/fetchmail/:ma \
@@ -111,6 +110,9 @@ pre-patch:
@${REINPLACE_CMD} -e "s,@LOCALBASE@,${LOCALBASE},g" \
${WRKDIR}/fetchmailconf
+post-build:
+ @cd ${WRKSRC} && ${MAKE} check
+
pre-su-install:
@${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index 1ff57e2a8e6d..d094d82c2e6b 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,3 +1,3 @@
-MD5 (fetchmail-6.3.17.tar.bz2) = 7b1d449ecddb6164e22c32854adc4a75
-SHA256 (fetchmail-6.3.17.tar.bz2) = d7a01ceac184c7ebde9a42982e310beec467deb5b3d05c4e413e48cd2619ca24
-SIZE (fetchmail-6.3.17.tar.bz2) = 1642598
+MD5 (fetchmail-6.3.18.tar.bz2) = e01377cf2751465c509c39029e8da92b
+SHA256 (fetchmail-6.3.18.tar.bz2) = cd916c8409bfbf6c869a2892b429f6d6cc6270072a138356c091c2992474faaf
+SIZE (fetchmail-6.3.18.tar.bz2) = 1683949
diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure
deleted file mode 100644
index 60f939283e2f..000000000000
--- a/mail/fetchmail/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2010-05-23 11:34:20.000000000 -0300
-+++ configure 2010-05-23 11:36:40.000000000 -0300
-@@ -9207,7 +9207,7 @@
- return 0;
- }
- _ACEOF
--for ac_lib in '' md5 md; do
-+for ac_lib in '' md; do
- if test -z "$ac_lib"; then
- ac_res="none required"
- else