aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-15 09:34:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-15 09:34:47 +0000
commite38c8356a6958592ab64026e5295eba68c3544e1 (patch)
tree3a1393960e49e14d0c0119cf2f04daa2fc90fb6b
parenta6ca653c4b3f823ce1af8f5f52e9c54ad93d74a9 (diff)
downloadports-e38c8356a6958592ab64026e5295eba68c3544e1.tar.gz
ports-e38c8356a6958592ab64026e5295eba68c3544e1.zip
ports-mgmt/poudriere: release 3.4.1
Changes: - fix GPT+ZFS boot partition creation - update web components - allow native compilation for armv6 on armv7 - fix poudriered - add support for mlock (needed for dotnet)
-rw-r--r--ports-mgmt/poudriere/Makefile2
-rw-r--r--ports-mgmt/poudriere/distinfo6
-rw-r--r--ports-mgmt/poudriere/pkg-plist49
3 files changed, 29 insertions, 28 deletions
diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile
index 30fe2745e786..4955a7858d36 100644
--- a/ports-mgmt/poudriere/Makefile
+++ b/ports-mgmt/poudriere/Makefile
@@ -1,5 +1,5 @@
PORTNAME= poudriere
-DISTVERSION= 3.4.0
+DISTVERSION= 3.4.1
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
diff --git a/ports-mgmt/poudriere/distinfo b/ports-mgmt/poudriere/distinfo
index bd45ff2b7dbf..d7ad778c8c53 100644
--- a/ports-mgmt/poudriere/distinfo
+++ b/ports-mgmt/poudriere/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1702284621
-SHA256 (freebsd-poudriere-3.4.0_GH0.tar.gz) = 73bc59732555aa2f9cc4586e7bd4ea8d38528e0017c27e4cd7c7479c67465223
-SIZE (freebsd-poudriere-3.4.0_GH0.tar.gz) = 4163633
+TIMESTAMP = 1705311168
+SHA256 (freebsd-poudriere-3.4.1_GH0.tar.gz) = 28af767a28eb5a042d98c29fc0771c938f0dfd4b6b4d44549fcab64938e0fdd5
+SIZE (freebsd-poudriere-3.4.1_GH0.tar.gz) = 4557247
diff --git a/ports-mgmt/poudriere/pkg-plist b/ports-mgmt/poudriere/pkg-plist
index 8bffd5711b0e..7c895f3aedd5 100644
--- a/ports-mgmt/poudriere/pkg-plist
+++ b/ports-mgmt/poudriere/pkg-plist
@@ -53,31 +53,32 @@ man/man8/poudriere-version.8.gz
%%DATADIR%%/daemon.sh
%%DATADIR%%/distclean.sh
%%DATADIR%%/foreachport.sh
-%%DATADIR%%/html/assets/DataTables-1.10.0/css/jquery.dataTables.min.css
-%%DATADIR%%/html/assets/DataTables-1.10.0/css/jquery.dataTables_themeroller.min.css
-%%DATADIR%%/html/assets/DataTables-1.10.0/images/back_disabled.png
-%%DATADIR%%/html/assets/DataTables-1.10.0/images/back_enabled.png
-%%DATADIR%%/html/assets/DataTables-1.10.0/images/back_enabled_hover.png
-%%DATADIR%%/html/assets/DataTables-1.10.0/images/forward_disabled.png
-%%DATADIR%%/html/assets/DataTables-1.10.0/images/forward_enabled.png
-%%DATADIR%%/html/assets/DataTables-1.10.0/images/forward_enabled_hover.png
-%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_asc.png
-%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_asc_disabled.png
-%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_both.png
-%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_desc.png
-%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_desc_disabled.png
-%%DATADIR%%/html/assets/DataTables-1.10.0/js/jquery.dataTables.min.js
-%%DATADIR%%/html/assets/bootstrap-3.1.1/css/bootstrap-theme.min.css
-%%DATADIR%%/html/assets/bootstrap-3.1.1/css/bootstrap.min.css
-%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot
-%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg
-%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf
-%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff
-%%DATADIR%%/html/assets/bootstrap-3.1.1/js/bootstrap.min.js
+%%DATADIR%%/html/assets/DataTables-1.13.8/css/jquery.dataTables.min.css
+%%DATADIR%%/html/assets/DataTables-1.13.8/images/sort_asc.png
+%%DATADIR%%/html/assets/DataTables-1.13.8/images/sort_asc_disabled.png
+%%DATADIR%%/html/assets/DataTables-1.13.8/images/sort_both.png
+%%DATADIR%%/html/assets/DataTables-1.13.8/images/sort_desc.png
+%%DATADIR%%/html/assets/DataTables-1.13.8/images/sort_desc_disabled.png
+%%DATADIR%%/html/assets/DataTables-1.13.8/js/jquery.dataTables.min.js
+%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap-theme.css
+%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap-theme.css.map
+%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap-theme.min.css
+%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap-theme.min.css.map
+%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap.css
+%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap.css.map
+%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap.min.css
+%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap.min.css.map
+%%DATADIR%%/html/assets/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.eot
+%%DATADIR%%/html/assets/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.svg
+%%DATADIR%%/html/assets/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.ttf
+%%DATADIR%%/html/assets/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff
+%%DATADIR%%/html/assets/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff2
+%%DATADIR%%/html/assets/bootstrap-3.4.1/js/bootstrap.js
+%%DATADIR%%/html/assets/bootstrap-3.4.1/js/bootstrap.min.js
%%DATADIR%%/html/assets/favicon.ico
-%%DATADIR%%/html/assets/jquery-1.11.1.js
-%%DATADIR%%/html/assets/jquery-1.11.1.min.js
-%%DATADIR%%/html/assets/jquery-1.11.1.min.map
+%%DATADIR%%/html/assets/jquery-3.7.1/jquery-3.7.1.js
+%%DATADIR%%/html/assets/jquery-3.7.1/jquery-3.7.1.min.js
+%%DATADIR%%/html/assets/jquery-3.7.1/jquery-3.7.1.min.map
%%DATADIR%%/html/assets/jquery.dataTables.rowGrouping-1.2.9.js
%%DATADIR%%/html/assets/logo.svg
%%DATADIR%%/html/assets/poudriere.css