From owner-svn-ports-branches@freebsd.org Thu Dec 1 23:42:10 2016 Return-Path: Delivered-To: svn-ports-branches@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 1D03CC62018; Thu, 1 Dec 2016 23:42:10 +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 E073F196D; Thu, 1 Dec 2016 23:42:09 +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 uB1Ng9B2091437; Thu, 1 Dec 2016 23:42:09 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB1Ng9Ec091436; Thu, 1 Dec 2016 23:42:09 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201612012342.uB1Ng9Ec091436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 1 Dec 2016 23:42:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427534 - in branches/2016Q4/mail/py-milter: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 23:42:10 -0000 Author: junovitch Date: Thu Dec 1 23:42:08 2016 New Revision: 427534 URL: https://svnweb.freebsd.org/changeset/ports/427534 Log: MFH: r427533 mail/py-milter: fix runtime crash; pass on MAINTAINER - Import patch to resolve crash during IPv6 connection handling. Submitter has coordinated fix with upstream; it can be removed next update. - Pass on MAINTAINER to from ports@ to submitter. - While here, move DIST_SUBDIR to appease portlint. PR: 214317 Submitted by: schmidt@ze.tum.de Approved by: ports-secteam (runtime fix blanket) Added: branches/2016Q4/mail/py-milter/files/ - copied from r427533, head/mail/py-milter/files/ Modified: branches/2016Q4/mail/py-milter/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/mail/py-milter/Makefile ============================================================================== --- branches/2016Q4/mail/py-milter/Makefile Thu Dec 1 23:41:24 2016 (r427533) +++ branches/2016Q4/mail/py-milter/Makefile Thu Dec 1 23:42:08 2016 (r427534) @@ -3,13 +3,14 @@ PORTNAME= milter PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail python MASTER_SITES= SF/${PYPORTNAME}/${PYPORTNAME}/${DISTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PYPORTNAME}-${PORTVERSION} +DIST_SUBDIR= python -MAINTAINER= ports@FreeBSD.org +MAINTAINER= estartu@augusta.de COMMENT= Python interface to Sendmail milter API LICENSE= GPLv2+ @@ -22,7 +23,6 @@ CFLAGS+= -I${LOCALBASE}/include PYPORTNAME= ${PKGNAMEPREFIX:C/[0-9]+-//}${PORTNAME} -DIST_SUBDIR= python USES= python:2 USE_PYTHON= distutils autoplist