Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 17:29:51 +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: r404766 - in head: dns/py-dns3 dns/py-py3dns mail/py-spf
Message-ID:  <201512291729.tBTHTpVV011413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <linimon@lonesome.com>
 # $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 <bsd.port.mk>

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:



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