Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed May 8, 2023
1 parent c16489d commit f60b45b
Show file tree
Hide file tree
Showing 1,357 changed files with 14,393 additions and 12,699 deletions.
2 changes: 1 addition & 1 deletion accessibility/rubygem-atk/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= atk
PORTVERSION= 4.1.3
PORTVERSION= 4.1.4
CATEGORIES= accessibility rubygems
MASTER_SITES= RG

Expand Down
6 changes: 3 additions & 3 deletions accessibility/rubygem-atk/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1682903176
SHA256 (rubygem/atk-4.1.3.gem) = dd35b9fe1dd1470b8ad6d09142d5d7fb92a8a8a1596b91a3cfddfdff4f597d50
SIZE (rubygem/atk-4.1.3.gem) = 15872
TIMESTAMP = 1683227709
SHA256 (rubygem/atk-4.1.4.gem) = 7f9c5c2f185459e358b037c06f7b4b87ddba6ca6c987e4fdf4bc132c63de013b
SIZE (rubygem/atk-4.1.4.gem) = 15872
10 changes: 5 additions & 5 deletions arabic/libreoffice/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1680183347
SHA256 (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_langpack_ar.tar.gz) = 9a1f3869569ca62206ba5c8673003d97ed105de35d3f65a41e78f96bd47f8abc
SIZE (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_langpack_ar.tar.gz) = 1762576
SHA256 (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_helppack_ar.tar.gz) = dd35973c072d8d527129d1c958c77ce5de9753945de79bd76e1ac76e047dcf7f
SIZE (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_helppack_ar.tar.gz) = 2265024
TIMESTAMP = 1683266263
SHA256 (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_langpack_ar.tar.gz) = 71561b7901f14725cc165b7a91b744f904b6e963d911bd37beee544b6c52c600
SIZE (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_langpack_ar.tar.gz) = 1767290
SHA256 (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_helppack_ar.tar.gz) = a3e8e31b6566bb5abe22cea571dd8d38e8f459a6c26bdd25a64100926ee534ce
SIZE (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_helppack_ar.tar.gz) = 2265094
4 changes: 2 additions & 2 deletions archivers/gtar/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= tar
PORTVERSION= 1.34
PORTREVISION= 1
CATEGORIES= archivers sysutils
MASTER_SITES= GNU
PKGNAMEPREFIX= g
Expand All @@ -17,8 +18,7 @@ USES= charsetfix cpe iconv:${STATIC_ARGS} localbase tar:xz
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= DEFAULT_ARCHIVE=/dev/sa0 \
DEFAULT_RMT_COMMAND=/etc/rmt
CONFIGURE_ENV= DEFAULT_RMT_COMMAND=/etc/rmt
# supply result to skip a test that will abort configure if run as root
CONFIGURE_ENV+= gl_cv_func_mknod_works=yes

Expand Down
4 changes: 2 additions & 2 deletions archivers/py-cramjam/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= cramjam
PORTVERSION= 2.6.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,7 +13,7 @@ WWW= https://github.com/milesgranger/pyrus-cramjam
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13<0.14:devel/py-maturin@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13:devel/py-maturin@${PY_FLAVOR}

USES= cargo python:3.7+
USE_PYTHON= autoplist concurrent pep517
Expand Down
9 changes: 9 additions & 0 deletions archivers/py-cramjam/files/patch-pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
--- pyproject.toml.orig 2022-11-09 14:23:00 UTC
+++ pyproject.toml
@@ -9,5 +9,5 @@ documentation = "https://docs.rs/cramjam/latest/cramja
repository = "https://github.com/milesgranger/pyrus-cramjam"

[build-system]
-requires = ["maturin>=0.13,<0.14"]
+requires = ["maturin>=0.13"]
build-backend = "maturin"
8 changes: 7 additions & 1 deletion archivers/py-lzma/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ post-install-DOCS-on:
post-install:
@${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/pylzma*.so

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=int-conversion
.endif

.include <bsd.port.post.mk>
7 changes: 5 additions & 2 deletions archivers/py-zopfli/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= zopfli
PORTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,10 +12,12 @@ WWW= https://github.com/fonttools/py-zopfli
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES= python:3.7+ zip
USE_PYTHON= autoplist concurrent distutils pytest
USE_PYTHON= autoplist concurrent pep517 pytest

TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

Expand Down
1 change: 1 addition & 0 deletions astro/phd2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ USES= cmake eigen:3 gettext ninja pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= OpenPHDGuiding

USE_CXXSTD= c++14 # googletest 1.13
USE_WX= 3.2+
USE_XORG= x11

Expand Down
8 changes: 5 additions & 3 deletions astro/py-kosmorrolib/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= kosmorrolib
PORTVERSION= 1.0.7
PORTREVISION= 1
PORTVERSION= 1.0.8
CATEGORIES= astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -16,6 +15,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}skyfield-data>0:astro/py-skyfield-data@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\
Expand All @@ -26,7 +26,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR}\
#GH_PROJECT= lib

USES= python:3.8+
USE_PYTHON= distutils
USE_PYTHON= pep517

PLIST_SUB= VE=${PORTVERSION}

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions astro/py-kosmorrolib/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1668168369
SHA256 (kosmorrolib-1.0.7.tar.gz) = f8c6ad59c53abd08da3a5f4436564cb89e36d706e0d488fcf9288f2069eb01c6
SIZE (kosmorrolib-1.0.7.tar.gz) = 24922
TIMESTAMP = 1683290060
SHA256 (kosmorrolib-1.0.8.tar.gz) = 0da847082a96c7824231e60e674da55fd5a5e748b33371a415fe90c0238689df
SIZE (kosmorrolib-1.0.8.tar.gz) = 24590
4 changes: 4 additions & 0 deletions astro/py-kosmorrolib/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
%%PYTHON_SITELIBDIR%%/kosmorrolib/events.py
%%PYTHON_SITELIBDIR%%/kosmorrolib/exceptions.py
%%PYTHON_SITELIBDIR%%/kosmorrolib/model.py
%%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/LICENSE.md
%%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/METADATA
%%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/RECORD
%%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/WHEEL
5 changes: 2 additions & 3 deletions audio/ardour/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
PORTNAME= ardour
DISTVERSION= 7.3.0
PORTREVISION= 1
DISTVERSION= 7.4.0
CATEGORIES= audio
# Official source download is tailored to browsers, downloads from github are
# deliberately made empty. Put the badly named distfile into a subdirectory.
MASTER_SITES= https://community.ardour.org/download/release/
DISTNAME= Ardour-${DISTVERSION}
DISTFILES= 522
DISTFILES= 528
DIST_SUBDIR= ${DISTNAME}

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions audio/ardour/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1676815269
SHA256 (Ardour-7.3.0/522) = 1f45263b4fbfd69e605125bd9094b43fac85d164f1839d29681b8d4ee5695f29
SIZE (Ardour-7.3.0/522) = 12897398
TIMESTAMP = 1682635949
SHA256 (Ardour-7.4.0/528) = 4df3e9416df6b3d653564855e870f131c989ec1e4f5f4cea0b06598d617a4d3b
SIZE (Ardour-7.4.0/528) = 12940403
11 changes: 0 additions & 11 deletions audio/ardour/files/patch-libs_ardour_sse__functions__avx.cc

This file was deleted.

84 changes: 0 additions & 84 deletions audio/ardour/files/patch-libs_ardour_sse__functions__avx__linux.cc

This file was deleted.

109 changes: 0 additions & 109 deletions audio/ardour/files/patch-libs_ardour_x86__functions__avx512f.cc

This file was deleted.

13 changes: 0 additions & 13 deletions audio/ardour/files/patch-libs_ardour_x86__functions__fma.cc

This file was deleted.

Loading

0 comments on commit f60b45b

Please sign in to comment.