View | Details | Raw Unified | Return to bug 255034 | Differences between
and this patch

Collapse All | Expand All

(-)b/dns/py-dnspython/Makefile (-1 / +7 lines)
Lines 24-32 PYCRYPTODOME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pyc Link Here
24
PORTEXAMPLES=	ddns.py e164.py mx.py name.py reverse.py reverse_name.py \
24
PORTEXAMPLES=	ddns.py e164.py mx.py name.py reverse.py reverse_name.py \
25
		xfr.py zonediff.py
25
		xfr.py zonediff.py
26
26
27
.include <bsd.port.pre.mk>
28
29
.if ${PYTHON_MAJOR_VER} == 3
30
PORTVERSION=	2.1.0
31
.endif
32
27
post-install-EXAMPLES-on:
33
post-install-EXAMPLES-on:
28
# examples
34
# examples
29
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
35
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
30
	${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
36
	${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
31
37
32
.include <bsd.port.mk>
38
.include <bsd.port.post.mk>
(-)b/dns/py-dnspython/distinfo (-2 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1547728483
1
TIMESTAMP = 1613064959
2
SHA256 (dnspython-1.16.0.zip) = 36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01
2
SHA256 (dnspython-1.16.0.zip) = 36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01
3
SIZE (dnspython-1.16.0.zip) = 266364
3
SIZE (dnspython-1.16.0.zip) = 266364
4
- 
4
SHA256 (dnspython-2.1.0.zip) = e4a87f0b573201a0f3727fa18a516b055fd1107e0e5477cded4a2de497df1dd4
5
SIZE (dnspython-2.1.0.zip) = 389021

Return to bug 255034