diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile index 8ab0f9d97e09..63797c9cc49e 100644 --- a/archivers/laszip/Makefile +++ b/archivers/laszip/Makefile @@ -1,21 +1,20 @@ PORTNAME= laszip DISTVERSION= 3.5.1 CATEGORIES= archivers DISTNAME= ${PORTNAME}-src-${DISTVERSION} MAINTAINER= rhurlin@FreeBSD.org COMMENT= Library for lossless LAS compression WWW= https://laszip.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++0x USE_GITHUB= yes GH_ACCOUNT= LASzip GH_PROJECT= LASzip GH_TAGNAME= 80f9298 USE_LDCONFIG= yes .include - diff --git a/devel/py-flit-scm/Makefile b/devel/py-flit-scm/Makefile index 49aaaee211e5..39864824f331 100644 --- a/devel/py-flit-scm/Makefile +++ b/devel/py-flit-scm/Makefile @@ -1,34 +1,33 @@ PORTNAME= flit-scm PORTVERSION= 1.7.0 PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= flit_scm-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEP 518 build backend that uses setuptools_scm to generate a version file WWW= https://gitlab.com/WillDaSilva/flit_scm LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.5<4:devel/py-flit-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.4:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.5<4:devel/py-flit-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.4:devel/py-setuptools_scm@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include .if ${PYTHON_REL} < 31100 BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} .endif .include -