Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2022 04:11:14 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b5c79f3024c - main - databases/py-aiomcache: Fix installation of tests files
Message-ID:  <202209290411.28T4BEfs066445@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b5c79f3024c3445b135ca541e3c338286f79356

commit 6b5c79f3024c3445b135ca541e3c338286f79356
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-09-29 04:08:51 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-09-29 04:08:51 +0000

    databases/py-aiomcache: Fix installation of tests files
    
    - Tests files were installed to general directories
    - Bump PORTREVISION
---
 databases/py-aiomcache/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/databases/py-aiomcache/Makefile b/databases/py-aiomcache/Makefile
index 8982b7e7f028..bb71a23b2c07 100644
--- a/databases/py-aiomcache/Makefile
+++ b/databases/py-aiomcache/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	aiomcache
 DISTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,4 +16,7 @@ USES=		cpe python:3.7+
 CPE_VENDOR=	${PORTNAME}_project
 USE_PYTHON=	autoplist distutils cython
 
+post-extract:
+	@${MV} ${WRKSRC}/tests ${WRKSRC}/aiomcache/
+
 .include <bsd.port.mk>



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