From owner-svn-ports-all@freebsd.org Tue Dec 29 17:29:53 2015 Return-Path: Delivered-To: svn-ports-all@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 440C2A55756; Tue, 29 Dec 2015 17:29:53 +0000 (UTC) (envelope-from sunpoet@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 0557D159D; Tue, 29 Dec 2015 17:29:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBTHTqqG011417; Tue, 29 Dec 2015 17:29:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBTHTpVV011413; Tue, 29 Dec 2015 17:29:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512291729.tBTHTpVV011413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 29 Dec 2015 17:29:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404766 - in head: dns/py-dns3 dns/py-py3dns mail/py-spf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 17:29:53 -0000 Author: sunpoet Date: Tue Dec 29 17:29:51 2015 New Revision: 404766 URL: https://svnweb.freebsd.org/changeset/ports/404766 Log: - Move dns/py-dns3 to dns/py-py3dns - Update MASTER_SITES: change from launchpad.net to CHEESEHOP - Remove PKGNAMESUFFIX - Add NO_ARCH - Relax USES=python - Add PyPI as primary WWW - Bump PORTREVISION for dependent ports Added: head/dns/py-py3dns/ - copied from r404765, head/dns/py-dns3/ Deleted: head/dns/py-dns3/ Modified: head/dns/py-py3dns/Makefile head/dns/py-py3dns/pkg-descr head/mail/py-spf/Makefile Modified: head/dns/py-py3dns/Makefile ============================================================================== --- head/dns/py-dns3/Makefile Tue Dec 29 17:09:29 2015 (r404765) +++ head/dns/py-py3dns/Makefile Tue Dec 29 17:29:51 2015 (r404766) @@ -1,15 +1,12 @@ # Created by: Mark Linimon # $FreeBSD$ -PORTNAME= dns +PORTNAME= py3dns PORTVERSION= 3.0.4 PORTREVISION= 1 CATEGORIES= dns python -MASTER_SITES= https://launchpad.net/${DISTNAME}/trunk/${PORTVERSION}/+download/ \ - LOCAL/sunpoet +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 3 -DISTNAME= py3dns-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= DNS (Domain Name Service) library for Python 3 @@ -19,7 +16,8 @@ LICENSE_NAME= CNRI LICENSE AGREEMENT LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +NO_ARCH= yes USE_PYTHON= autoplist distutils -USES= python:3 +USES= python .include Modified: head/dns/py-py3dns/pkg-descr ============================================================================== --- head/dns/py-dns3/pkg-descr Tue Dec 29 17:09:29 2015 (r404765) +++ head/dns/py-py3dns/pkg-descr Tue Dec 29 17:29:51 2015 (r404766) @@ -2,5 +2,5 @@ This directory contains a Python module Name Server) client, plus additional modules that define some symbolic constants used by DNS (dnstype, dnsclass, dnsopcode). -WWW: http://pydns.sourceforge.net/ +WWW: https://pypi.python.org/pypi/py3dns WWW: https://launchpad.net/py3dns Modified: head/mail/py-spf/Makefile ============================================================================== --- head/mail/py-spf/Makefile Tue Dec 29 17:09:29 2015 (r404765) +++ head/mail/py-spf/Makefile Tue Dec 29 17:29:51 2015 (r404766) @@ -3,7 +3,7 @@ PORTNAME= spf PORTVERSION= 2.0.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail python MASTER_SITES= SF/pymilter/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +27,7 @@ SHEBANG_FILES= spf.py .if ${PYTHON_REL} < 3000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns .else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns3>=0:${PORTSDIR}/dns/py-dns3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}py3dns>=0:${PORTSDIR}/dns/py-py3dns .endif post-install: