Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 21:33:41 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b4d237b4113c - main - devel/py-libplist: Add CPE information
Message-ID:  <202110142133.19ELXfeE080573@gitrepo.freebsd.org>

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

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

commit b4d237b4113cb7d805f2c8d5c2fd7b32efe0de31
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:41 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:41 +0000

    devel/py-libplist: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/py-libplist/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-libplist/Makefile b/devel/py-libplist/Makefile
index 0e223ba43772..814beaa13959 100644
--- a/devel/py-libplist/Makefile
+++ b/devel/py-libplist/Makefile
@@ -9,7 +9,8 @@ LIB_DEPENDS=	libplist-2.0.so:${MASTER_PORT}
 
 PORTSCOUT=	ignore:1
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	libimobiledevice
 USE_PYTHON=	flavors cython
 BINARY_ALIAS=	cython=cython-${PYTHON_VER}
 CONFIGURE_ENV=	PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`"



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