aboutsummaryrefslogtreecommitdiff
path: root/mail/automx
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-06-08 18:03:07 +0000
committerChris Rees <crees@FreeBSD.org>2014-06-08 18:03:07 +0000
commit0a7d281e4296f0188efef47797c8b83f6347debf (patch)
treeeeddb16230fb8b8303594f795a8446ef1b88c1cb /mail/automx
parent990636841105f11c18cad309461239358ec19333 (diff)
downloadports-0a7d281e4296f0188efef47797c8b83f6347debf.tar.gz
ports-0a7d281e4296f0188efef47797c8b83f6347debf.zip
Notes
Diffstat (limited to 'mail/automx')
-rw-r--r--mail/automx/Makefile4
-rw-r--r--mail/automx/distinfo4
-rw-r--r--mail/automx/files/patch-src-automx-test2
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/automx/Makefile b/mail/automx/Makefile
index 921dae6a6010..2915c5b1c648 100644
--- a/mail/automx/Makefile
+++ b/mail/automx/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= automx
-PORTVERSION= 0.10.1
+PORTVERSION= 0.10.2
CATEGORIES= mail
MAINTAINER= crees@FreeBSD.org
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
GH_ACCOUNT= sys4
GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= a438a2b
+GH_COMMIT= 2eb1c64
USE_PYTHON= yes
USE_GITHUB= yes
diff --git a/mail/automx/distinfo b/mail/automx/distinfo
index 6704cd9b1e93..d2c1e66d11a1 100644
--- a/mail/automx/distinfo
+++ b/mail/automx/distinfo
@@ -1,2 +1,2 @@
-SHA256 (automx-0.10.1.tar.gz) = 3277bde52675d5e7ebf5f198fd1c9b6929fade4f5a7986bca925d5735bbb47ad
-SIZE (automx-0.10.1.tar.gz) = 410315
+SHA256 (automx-0.10.2.tar.gz) = 2085afbff15cc8e3c0b93a75fe44f8ee7a56255e9eff2690510f636ca7684b55
+SIZE (automx-0.10.2.tar.gz) = 410490
diff --git a/mail/automx/files/patch-src-automx-test b/mail/automx/files/patch-src-automx-test
index f69012ddaf4b..2cf837b92d75 100644
--- a/mail/automx/files/patch-src-automx-test
+++ b/mail/automx/files/patch-src-automx-test
@@ -12,7 +12,7 @@
#
+# Ported to sh to avoid a dependency on bash by crees@FreeBSD.org
+#
- VERSION="0.10.1"
+ VERSION="0.10.2"
trap clean_exit EXIT
-function clean_exit() {