aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-29 17:29:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-29 17:29:51 +0000
commite9f5f4530e885b90eff39a29bf8b0d5e28518be9 (patch)
tree354dbb3523bd0feff8794ab7a2a468c70b7f7883
parent4aee74a6a89112a4e73d513f45f4a043218d73ec (diff)
Notes
-rw-r--r--dns/py-py3dns/Makefile (renamed from dns/py-dns3/Makefile)10
-rw-r--r--dns/py-py3dns/distinfo (renamed from dns/py-dns3/distinfo)0
-rw-r--r--dns/py-py3dns/pkg-descr (renamed from dns/py-dns3/pkg-descr)2
-rw-r--r--mail/py-spf/Makefile4
4 files changed, 7 insertions, 9 deletions
diff --git a/dns/py-dns3/Makefile b/dns/py-py3dns/Makefile
index 79511b418890..1f315ceaaf90 100644
--- a/dns/py-dns3/Makefile
+++ b/dns/py-py3dns/Makefile
@@ -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>
diff --git a/dns/py-dns3/distinfo b/dns/py-py3dns/distinfo
index e534895d1823..e534895d1823 100644
--- a/dns/py-dns3/distinfo
+++ b/dns/py-py3dns/distinfo
diff --git a/dns/py-dns3/pkg-descr b/dns/py-py3dns/pkg-descr
index 11c606ba2b57..4712f056eebb 100644
--- a/dns/py-dns3/pkg-descr
+++ b/dns/py-py3dns/pkg-descr
@@ -2,5 +2,5 @@ This directory contains a Python module that implements a DNS (Domain
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
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile
index d119ca604f85..8a384c87395a 100644
--- a/mail/py-spf/Makefile
+++ b/mail/py-spf/Makefile
@@ -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: