From owner-svn-ports-head@freebsd.org Sat Dec 12 01:08:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE8E29D86F6; Sat, 12 Dec 2015 01:08:27 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8ED861DCF; Sat, 12 Dec 2015 01:08:27 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBC18QkR076496; Sat, 12 Dec 2015 01:08:26 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBC18QFX076494; Sat, 12 Dec 2015 01:08:26 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512120108.tBC18QFX076494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 12 Dec 2015 01:08:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403579 - head/mail/py-dkimpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2015 01:08:27 -0000 Author: junovitch Date: Sat Dec 12 01:08:26 2015 New Revision: 403579 URL: https://svnweb.freebsd.org/changeset/ports/403579 Log: mail/py-dkimpy: update 0.5.4 -> 0.5.6 Changes: 2015-12-07 Verion 0.5.6 * Brown paper bag release, 0.5.5 tarball inadvertently included pyc files and other artifacts from development 2015-12-07 Version 0.5.5 * Fix and test case for case insensitive subdomain matching. * Python3 compatibility fixes and test cases thanks to Diane Trout PR: 205128 Submitted by: Kevin Golding (maintainer) Modified: head/mail/py-dkimpy/Makefile head/mail/py-dkimpy/distinfo Modified: head/mail/py-dkimpy/Makefile ============================================================================== --- head/mail/py-dkimpy/Makefile Sat Dec 12 00:32:05 2015 (r403578) +++ head/mail/py-dkimpy/Makefile Sat Dec 12 01:08:26 2015 (r403579) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dkimpy -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.6 CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/mail/py-dkimpy/distinfo ============================================================================== --- head/mail/py-dkimpy/distinfo Sat Dec 12 00:32:05 2015 (r403578) +++ head/mail/py-dkimpy/distinfo Sat Dec 12 01:08:26 2015 (r403579) @@ -1,2 +1,2 @@ -SHA256 (dkimpy-0.5.4.tar.gz) = 973b043d9b7993a15468dbef0a4c0e8d16db95a68144473d8cd141de9e6cf5a8 -SIZE (dkimpy-0.5.4.tar.gz) = 62879 +SHA256 (dkimpy-0.5.6.tar.gz) = de7afa260713302d43289b92f241f62e1f1f989287652f30a9c21b843b886446 +SIZE (dkimpy-0.5.6.tar.gz) = 34901