diff options
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/caronade/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/fallout/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/modules2tuple/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/packagekit-qt/Makefile | 8 | ||||
-rw-r--r-- | ports-mgmt/packagekit-qt/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/packagekit-qt/pkg-plist | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/portconfig/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portgrep/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/poudriere-dsh2dsh/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/poudriere-dsh2dsh/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/zig2tuple/Makefile | 20 | ||||
-rw-r--r-- | ports-mgmt/zig2tuple/distinfo | 3 | ||||
-rw-r--r-- | ports-mgmt/zig2tuple/pkg-descr | 3 |
16 files changed, 49 insertions, 21 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index cf436293cf0f..1803545359c4 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -82,5 +82,6 @@ SUBDIR += submodules2tuple SUBDIR += synth SUBDIR += wanted-ports + SUBDIR += zig2tuple .include <bsd.port.subdir.mk> diff --git a/ports-mgmt/caronade/Makefile b/ports-mgmt/caronade/Makefile index 905d9fe02e0c..2eb769183158 100644 --- a/ports-mgmt/caronade/Makefile +++ b/ports-mgmt/caronade/Makefile @@ -1,6 +1,7 @@ PORTNAME= caronade DISTVERSIONPREFIX=v DISTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= decke@FreeBSD.org diff --git a/ports-mgmt/fallout/Makefile b/ports-mgmt/fallout/Makefile index de1e5572d269..f8c02059eb3a 100644 --- a/ports-mgmt/fallout/Makefile +++ b/ports-mgmt/fallout/Makefile @@ -1,7 +1,7 @@ PORTNAME= fallout DISTVERSIONPREFIX= v DISTVERSION= 1.0.4 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org diff --git a/ports-mgmt/modules2tuple/Makefile b/ports-mgmt/modules2tuple/Makefile index a357fc80fe74..7adf36f684bb 100644 --- a/ports-mgmt/modules2tuple/Makefile +++ b/ports-mgmt/modules2tuple/Makefile @@ -1,7 +1,7 @@ PORTNAME= modules2tuple DISTVERSIONPREFIX= v DISTVERSION= 2.2.4 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org diff --git a/ports-mgmt/packagekit-qt/Makefile b/ports-mgmt/packagekit-qt/Makefile index 2c61d027f3bf..fc29735bdc76 100644 --- a/ports-mgmt/packagekit-qt/Makefile +++ b/ports-mgmt/packagekit-qt/Makefile @@ -1,6 +1,5 @@ PORTNAME= PackageKit-Qt -PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTVERSION= 1.1.3 CATEGORIES= ports-mgmt sysutils MASTER_SITES= https://www.freedesktop.org/software/PackageKit/releases/ PKGNAMESUFFIX= 6 @@ -19,8 +18,7 @@ CPE_VENDOR= packagekit_project USE_LDCONFIG= yes USE_QT= base -CMAKE_ARGS= -DBUILD_WITH_QT6:BOOL=TRUE - -PLIST_SUB= QT_VER=6 +PLIST_SUB= QT_VER=6 \ + SHLIB_VER=${PORTVERSION} .include <bsd.port.mk> diff --git a/ports-mgmt/packagekit-qt/distinfo b/ports-mgmt/packagekit-qt/distinfo index 2771b1e5b50f..13342bfb8902 100644 --- a/ports-mgmt/packagekit-qt/distinfo +++ b/ports-mgmt/packagekit-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718606164 -SHA256 (PackageKit-Qt-1.1.2.tar.xz) = 1032b2e79a888a532a84a3aa380d856b3e1cb83e9c51d78864c134a1f55bddc2 -SIZE (PackageKit-Qt-1.1.2.tar.xz) = 47580 +TIMESTAMP = 1754164006 +SHA256 (PackageKit-Qt-1.1.3.tar.xz) = dc84921e4300c48f959772e95eb92871c3d32428a78fafb1b2913d5c4e8a8e1a +SIZE (PackageKit-Qt-1.1.3.tar.xz) = 47792 diff --git a/ports-mgmt/packagekit-qt/pkg-plist b/ports-mgmt/packagekit-qt/pkg-plist index 6c3e66ff076c..54d813f2ddad 100644 --- a/ports-mgmt/packagekit-qt/pkg-plist +++ b/ports-mgmt/packagekit-qt/pkg-plist @@ -17,5 +17,5 @@ lib/cmake/packagekitqt%%QT_VER%%/packagekitqt%%QT_VER%%-config-version.cmake lib/cmake/packagekitqt%%QT_VER%%/packagekitqt%%QT_VER%%-config.cmake lib/libpackagekitqt%%QT_VER%%.so lib/libpackagekitqt%%QT_VER%%.so.1 -lib/libpackagekitqt%%QT_VER%%.so.1.1.2 +lib/libpackagekitqt%%QT_VER%%.so.%%SHLIB_VER%% libdata/pkgconfig/packagekitqt%%QT_VER%%.pc diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index ef04219f0e4a..491154518021 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 2.2.1 +DISTVERSION= 2.2.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index f39bf5f97dc0..b555baceba3a 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751014352 -SHA256 (freebsd-pkg-2.2.1_GH0.tar.gz) = 8461c7cc3ad570fc4d2208817da210032dcb57c8585feef48b3734b8d23bfb93 -SIZE (freebsd-pkg-2.2.1_GH0.tar.gz) = 16516556 +TIMESTAMP = 1754374711 +SHA256 (freebsd-pkg-2.2.2_GH0.tar.gz) = 0b4adfc795f5052b1592dee409d39cbaad7f6dc8b6c4d7af4263e1cff6b1bee9 +SIZE (freebsd-pkg-2.2.2_GH0.tar.gz) = 16516809 diff --git a/ports-mgmt/portconfig/Makefile b/ports-mgmt/portconfig/Makefile index d71813c7c7e5..01bdad0f9df3 100644 --- a/ports-mgmt/portconfig/Makefile +++ b/ports-mgmt/portconfig/Makefile @@ -1,6 +1,6 @@ PORTNAME= portconfig DISTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MAINTAINER= alfix86@gmail.com diff --git a/ports-mgmt/portgrep/Makefile b/ports-mgmt/portgrep/Makefile index 45b9305eb902..07b32ca29888 100644 --- a/ports-mgmt/portgrep/Makefile +++ b/ports-mgmt/portgrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= portgrep DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org diff --git a/ports-mgmt/poudriere-dsh2dsh/Makefile b/ports-mgmt/poudriere-dsh2dsh/Makefile index d6de6da43e78..6753537b2223 100644 --- a/ports-mgmt/poudriere-dsh2dsh/Makefile +++ b/ports-mgmt/poudriere-dsh2dsh/Makefile @@ -1,5 +1,5 @@ PORTNAME= poudriere -DISTVERSION= 3.4.99.20250602 +DISTVERSION= 3.4.99.20250802 CATEGORIES= ports-mgmt PKGNAMESUFFIX= -dsh2dsh @@ -8,6 +8,8 @@ COMMENT= Port build and test system (fork with more features) LICENSE= BSD2CLAUSE +USES= ssl + USE_GITHUB= yes GH_ACCOUNT= dsh2dsh diff --git a/ports-mgmt/poudriere-dsh2dsh/distinfo b/ports-mgmt/poudriere-dsh2dsh/distinfo index ef0bacc91047..869ef043739a 100644 --- a/ports-mgmt/poudriere-dsh2dsh/distinfo +++ b/ports-mgmt/poudriere-dsh2dsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748872162 -SHA256 (dsh2dsh-poudriere-3.4.99.20250602_GH0.tar.gz) = a903900381b9cc0df59efb1b36689388d6d827796d909814d519e122ddf4076a -SIZE (dsh2dsh-poudriere-3.4.99.20250602_GH0.tar.gz) = 5771222 +TIMESTAMP = 1754162815 +SHA256 (dsh2dsh-poudriere-3.4.99.20250802_GH0.tar.gz) = 204cd983d9c39f5ebdff670e3945c889f61a04c334d67f8a056b02abbf4191ec +SIZE (dsh2dsh-poudriere-3.4.99.20250802_GH0.tar.gz) = 5771166 diff --git a/ports-mgmt/zig2tuple/Makefile b/ports-mgmt/zig2tuple/Makefile new file mode 100644 index 000000000000..409d788e9355 --- /dev/null +++ b/ports-mgmt/zig2tuple/Makefile @@ -0,0 +1,20 @@ +PORTNAME= zig2tuple +DISTVERSION= g20250703 +CATEGORIES= ports-mgmt + +MAINTAINER= kenrap@kennethraplee.com +COMMENT= Generate ZIG_TUPLE knob for Zig ports +WWW= https://github.com/kenrap/zig2tuple + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= zig + +USE_GITHUB= yes +GH_ACCOUNT= kenrap +GH_TAGNAME= cead685e8f565c60f611b88eb51fd529a76752cf + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/ports-mgmt/zig2tuple/distinfo b/ports-mgmt/zig2tuple/distinfo new file mode 100644 index 000000000000..f72a20df04f4 --- /dev/null +++ b/ports-mgmt/zig2tuple/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751726671 +SHA256 (zig/kenrap-zig2tuple-g20250703-cead685e8f565c60f611b88eb51fd529a76752cf_GH0.tar.gz) = 000d6ee991f7eaa28cafd78973933ef98cbf0feecb5f1005ad662ffd1a13fce4 +SIZE (zig/kenrap-zig2tuple-g20250703-cead685e8f565c60f611b88eb51fd529a76752cf_GH0.tar.gz) = 3062 diff --git a/ports-mgmt/zig2tuple/pkg-descr b/ports-mgmt/zig2tuple/pkg-descr new file mode 100644 index 000000000000..6e86a4926a36 --- /dev/null +++ b/ports-mgmt/zig2tuple/pkg-descr @@ -0,0 +1,3 @@ +zig2tuple is a FreeBSD ports utility that converts Zig Object Notation +dependency entries (build.zig.zon files) to the ZIG_TUPLE knob that is later +consumed the USES=zig machinery. |