diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/R-cran-textshaping/Makefile | 16 | ||||
-rw-r--r-- | print/R-cran-textshaping/distinfo | 6 | ||||
-rw-r--r-- | print/hplip-plugin/Makefile | 1 | ||||
-rw-r--r-- | print/hplip/Makefile | 2 | ||||
-rw-r--r-- | print/pdfarranger/Makefile | 2 | ||||
-rw-r--r-- | print/plutobook/Makefile | 7 | ||||
-rw-r--r-- | print/plutobook/distinfo | 6 | ||||
-rw-r--r-- | print/py-reportlab/Makefile | 1 | ||||
-rw-r--r-- | print/py-weasyprint/Makefile | 1 | ||||
-rw-r--r-- | print/sioyek/Makefile | 2 | ||||
-rw-r--r-- | print/xreader/Makefile | 2 |
11 files changed, 22 insertions, 24 deletions
diff --git a/print/R-cran-textshaping/Makefile b/print/R-cran-textshaping/Makefile index a3df2b38dd3c..04689284c734 100644 --- a/print/R-cran-textshaping/Makefile +++ b/print/R-cran-textshaping/Makefile @@ -1,5 +1,5 @@ PORTNAME= textshaping -DISTVERSION= 1.0.1 +DISTVERSION= 1.0.2 CATEGORIES= print DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,19 +9,19 @@ WWW= https://github.com/r-lib/textshaping LICENSE= MIT -CRAN_DEPENDS= R-cran-cpp11>=0.2.1:devel/R-cran-cpp11 \ - R-cran-lifecycle>0:devel/R-cran-lifecycle \ - R-cran-stringi>0:textproc/R-cran-stringi \ - R-cran-systemfonts>=1.1.0:devel/R-cran-systemfonts -BUILD_DEPENDS= ${CRAN_DEPENDS} +BUILD_DEPENDS= R-cran-cpp11>=0.2.1:devel/R-cran-cpp11 \ + R-cran-systemfonts>=1.0.0:devel/R-cran-systemfonts LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfribidi.so:converters/fribidi \ libharfbuzz.so:print/harfbuzz -RUN_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= R-cran-lifecycle>0:devel/R-cran-lifecycle \ + R-cran-stringi>0:textproc/R-cran-stringi \ + R-cran-systemfonts>=1.1.0:devel/R-cran-systemfonts TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ - R-cran-testthat>=3.0.0:devel/R-cran-testthat + R-cran-testthat>=3.0.0:devel/R-cran-testthat \ + xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype USES= cran:auto-plist,compiles pkgconfig diff --git a/print/R-cran-textshaping/distinfo b/print/R-cran-textshaping/distinfo index 43ebdb3fb323..fe41f6994990 100644 --- a/print/R-cran-textshaping/distinfo +++ b/print/R-cran-textshaping/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746104183 -SHA256 (textshaping_1.0.1.tar.gz) = 7bbf50926c7a48cc957958e98403169ddcc76916b45b35e0833acd2e8cfba82f -SIZE (textshaping_1.0.1.tar.gz) = 75793 +TIMESTAMP = 1756731144 +SHA256 (textshaping_1.0.2.tar.gz) = 985a826f38103ea86feca46dadea41eb5ce7c52055c9f6e6d8f95c2dc4e5c580 +SIZE (textshaping_1.0.2.tar.gz) = 76035 diff --git a/print/hplip-plugin/Makefile b/print/hplip-plugin/Makefile index fcc780a66ea9..f3663d7d4ee1 100644 --- a/print/hplip-plugin/Makefile +++ b/print/hplip-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= hplip-plugin PORTVERSION= 3.24.4 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://developers.hp.com/sites/default/files/ \ https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/ diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 51fe9e41dfa9..d52a78fb5cd8 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -1,6 +1,6 @@ PORTNAME= hplip PORTVERSION= 3.24.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= SF diff --git a/print/pdfarranger/Makefile b/print/pdfarranger/Makefile index e2d4815caa39..244561a22e87 100644 --- a/print/pdfarranger/Makefile +++ b/print/pdfarranger/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdfarranger DISTVERSION= 1.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/plutobook/Makefile b/print/plutobook/Makefile index 1d15ebee8c39..7c862d85d4d2 100644 --- a/print/plutobook/Makefile +++ b/print/plutobook/Makefile @@ -1,6 +1,6 @@ PORTNAME= plutobook DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 +DISTVERSION= 0.7.0 CATEGORIES= print MAINTAINER= jbo@FreeBSD.org @@ -27,11 +27,6 @@ USE_GNOME= cairo USE_GITHUB= yes GH_ACCOUNT= plutoprint -# Don't pull in deps using wrap files -# See https://github.com/plutoprint/plutobook/issues/3 -EXTRACT_AFTER_ARGS= --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/subprojects \ - --no-same-owner --no-same-permissions - PLIST_SUB= SOVERSION="${DISTVERSION}" OPTIONS_DEFINE= TOOLS diff --git a/print/plutobook/distinfo b/print/plutobook/distinfo index a20921a25071..604cd6336682 100644 --- a/print/plutobook/distinfo +++ b/print/plutobook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756216373 -SHA256 (plutoprint-plutobook-v0.5.0_GH0.tar.gz) = 7a23622797a911a86fe28a9e69b38243aa362e235be70a8138cbed40bdb96a96 -SIZE (plutoprint-plutobook-v0.5.0_GH0.tar.gz) = 392948 +TIMESTAMP = 1756593970 +SHA256 (plutoprint-plutobook-v0.7.0_GH0.tar.gz) = 51d984a6efd6137fc2fa3416f8fee5d0fb9c2e17c3a0614f349de3af9f7aa093 +SIZE (plutoprint-plutobook-v0.7.0_GH0.tar.gz) = 410284 diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 1d8563ae250d..3be026d12358 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,5 +1,6 @@ PORTNAME= reportlab DISTVERSION= 4.4.3 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI:python \ LOCAL/bofh/print/py-${PORTNAME}:pfbfer diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile index d70391610dd9..9e219f3638db 100644 --- a/print/py-weasyprint/Makefile +++ b/print/py-weasyprint/Makefile @@ -1,5 +1,6 @@ PORTNAME= weasyprint PORTVERSION= 61.2 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/sioyek/Makefile b/print/sioyek/Makefile index 55b04a09bf8c..93e269d9a1a5 100644 --- a/print/sioyek/Makefile +++ b/print/sioyek/Makefile @@ -1,7 +1,7 @@ PORTNAME= sioyek DISTVERSIONPREFIX= v DISTVERSION= 2.0.0.20250513 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MAINTAINER= fuz@FreeBSD.org diff --git a/print/xreader/Makefile b/print/xreader/Makefile index 64ddbc76ce5f..63ae7ef0226c 100644 --- a/print/xreader/Makefile +++ b/print/xreader/Makefile @@ -1,6 +1,6 @@ PORTNAME= xreader PORTVERSION= 4.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print gnome DIST_SUBDIR= gnome |