Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2025 13:55:26 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3d7c7ee33af0 - main - devel/py-phply: Avoid conflicts with other ports
Message-ID:  <202510261355.59QDtQ50063265@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d7c7ee33af0bba63f52475c38d2883d434136b9

commit 3d7c7ee33af0bba63f52475c38d2883d434136b9
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2025-10-26 13:44:18 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2025-10-26 13:53:57 +0000

    devel/py-phply: Avoid conflicts with other ports
    
    PR:             290276
    Reported by:    se
---
 devel/py-phply/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/py-phply/Makefile b/devel/py-phply/Makefile
index f77012100603..1f3ef263dd1e 100644
--- a/devel/py-phply/Makefile
+++ b/devel/py-phply/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	phply
 PORTVERSION=	1.2.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,4 +21,7 @@ USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
 
+post-patch:
+	@${RM} -r ${WRKSRC}/tests/
+
 .include <bsd.port.mk>


home | help

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