svn commit: r427534 - in branches/2016Q4/mail/py-milter: . files
Jason Unovitch
junovitch at FreeBSD.org
Thu Dec 1 23:42:10 UTC 2016
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 at 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 at FreeBSD.org
+MAINTAINER= estartu at 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
More information about the svn-ports-branches
mailing list