Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 03:39:39 GMT
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 922edb579a3e - main - dns/py-pywdns: Upgrade to 0.10.2
Message-ID:  <202412130339.4BD3ddPT043440@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=922edb579a3e69ec92df602df32ee0d9ef8e47db

commit 922edb579a3e69ec92df602df32ee0d9ef8e47db
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2024-12-13 03:36:24 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2024-12-13 03:36:24 +0000

    dns/py-pywdns: Upgrade to 0.10.2
    
    pywdns (0.10.2)
    
      * Bugfixes for type matching and documentation.
    
    Fix REINPLACE_CMD issue
    
    Sponsored by:   DomainTools LLC
---
 dns/py-pywdns/Makefile | 6 +++---
 dns/py-pywdns/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dns/py-pywdns/Makefile b/dns/py-pywdns/Makefile
index d7408abc48d8..c55b5fa8279d 100644
--- a/dns/py-pywdns/Makefile
+++ b/dns/py-pywdns/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pywdns
-PORTVERSION=	0.10.1
-PORTREVISION=	2
+PORTVERSION=	0.10.2
+PORTREVISION=	0
 CATEGORIES=	dns python
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ USES=		pkgconfig python
 USE_PYTHON=	autoplist cython distutils
 
 post-patch:
-	${REINPLACE_CMD} -e "1s+ python+ ${PYTHON_CMD}+" ${WRKSRC}/gen_pywdns_constants
+	${REINPLACE_CMD} -e "1s+/usr/bin/python+ ${PYTHON_CMD}+" ${WRKSRC}/gen_pywdns_constants
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/wdns*.so
diff --git a/dns/py-pywdns/distinfo b/dns/py-pywdns/distinfo
index e4522dfe2cdc..c6846b1b7fd9 100644
--- a/dns/py-pywdns/distinfo
+++ b/dns/py-pywdns/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622484113
-SHA256 (pywdns-0.10.1.tar.gz) = 227bcd933403c7c05c07b3a40d30038bab505652128502c3b4f0470595a68845
-SIZE (pywdns-0.10.1.tar.gz) = 12014
+TIMESTAMP = 1734059410
+SHA256 (pywdns-0.10.2.tar.gz) = 57f016eb627b9ae64413f2a4463b65165047e9af6b82a75be54eddc87acb6248
+SIZE (pywdns-0.10.2.tar.gz) = 12173



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