Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2018 18:37:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468864 - head/mail/py-dkimpy
Message-ID:  <201805021837.w42Ibwmb008838@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May  2 18:37:58 2018
New Revision: 468864
URL: https://svnweb.freebsd.org/changeset/ports/468864

Log:
  Update RUN_DEPENDS: remove unnecessary py-milter
  
  - Relax USES=python
  - Bump PORTREVISION for dependency change
  
  PR:		227893
  Submitted by:	Sebastian Schwarz <seschwar@gmail.com>
  Approved by:	Kevin Golding <ports@caomhin.org> (maintainer)

Modified:
  head/mail/py-dkimpy/Makefile

Modified: head/mail/py-dkimpy/Makefile
==============================================================================
--- head/mail/py-dkimpy/Makefile	Wed May  2 18:34:15 2018	(r468863)
+++ head/mail/py-dkimpy/Makefile	Wed May  2 18:37:58 2018	(r468864)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dkimpy
 DISTVERSION=	0.7.1
+PORTREVISION=	1
 CATEGORIES=	mail python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +15,9 @@ LICENSE=	ZLIB
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}authres>=0:mail/py-authres@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}milter>=0:mail/py-milter@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pynacl>=0:security/py-pynacl@${FLAVOR}
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	distutils autoplist concurrent
 NO_ARCH=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805021837.w42Ibwmb008838>