1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Update to 0.10.2

Submitted by:	Frank Bartels <knarf@knarf.de>
This commit is contained in:
Chris Rees 2014-06-08 18:03:07 +00:00
parent 9906368411
commit 0a7d281e42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357066
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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() {