ports/core (3.5): ports: update for CRUX 3.5
commit ebc7e323713c975dc2925ff026b52b93ea16d42e Author: Juergen Daubert <jue@jue.li> Date: Wed Jan 30 10:12:52 2019 +0100 ports: update for CRUX 3.5 diff --git a/ports/.signature b/ports/.signature index 0a39dd25..e74a2ead 100644 --- a/ports/.signature +++ b/ports/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqvkti2yQ+Nh95mcA41rhiIGd0Dks9vRH2yvCI7kQ1HFy8jjb8c5Lv64z5tW2B8vcsSYtzogIYbtuRzaHD7PW+w8= -SHA256 (Pkgfile) = 70211fa97f36e2f440a6f0cf39394c8bfaccee55f64b839f5f95d70ea2e5fd2f +RWRJc1FUaeVeqj+M90t0nMSUtr7UKNLfOSaMiY+NLbgYRh7hd8RXHeM97fOpb6iOD2wEzQAniOrLr3Wyx7HtYEtEWowAZWLt8wM= +SHA256 (Pkgfile) = 3cbdbc42ca33fa51f845a7354ab8449bec297e9fea05362697757905a00f39fe SHA256 (.footprint) = b7adb63a38cbd15d9640333b2aa9f586b0577bbb5263ffbabec859a2ea3aba2c SHA256 (ports-1.5.tar.gz) = 4360d5c96ccfa2cadf084307df418d1e86c60afe775e29c036b518f6b2d6c156 SHA256 (core.pub) = 5a08b7f21fb1768b9e639da0b768edb536de0590b75e663dab6d185617613791 @@ -8,8 +8,8 @@ SHA256 (opt.pub) = 4711f488546c38cdec792c1f16b3bf7c4db0c7dc0c3cdab0ecdd85e2c7247 SHA256 (xorg.pub) = 5db27d455f658ea8a6c7ae9aac601d66e74cedff5dd497910fd1ffead08e5237 SHA256 (compat-32.pub) = 851ed73c303213daf1ab73ec0dabf0312296b11af4b70dcd1b7ae37282b446c8 SHA256 (contrib.pub) = cae797c624547b5ffb643f4cdf60d83a7cc28081f5929b882d48085085d76190 -SHA256 (core.rsync) = c9ee13baf6e06ebae46977376f501b480e5536759351e07fc7c0b685d2436156 -SHA256 (opt.rsync) = 8b23b2aa0eb05ff4bc91fa751f89613ca05795291bbc861600bcb678aaffb83e -SHA256 (xorg.rsync) = 829c9b9eb5a6932c014e44708da343195a56e31e1bb3ef11ac5ad667b6b3db9c -SHA256 (compat-32.rsync.inactive) = 070a5fd26e81430467fd4eebc71c52993eaf14427c3efa3760baeb7b4e85fad4 -SHA256 (contrib.rsync.inactive) = 7fc78f8ff7d6f8f416d245b8e279305f54e52a87c008a2794456499455b6a0ab +SHA256 (core.rsync) = f9d588766b402f92aa50de43c158fe7301572ada245ec23180f92c6578302002 +SHA256 (opt.rsync) = 85b603f678736ff8bf323b82c490ec14756d9e2c55ba9aaf4d468a252e0d3620 +SHA256 (xorg.rsync) = 9d2fa28c6ce1ea8e930b67d2219daacf75670accd6450640b382a24d68b6cc74 +SHA256 (compat-32.rsync.inactive) = 9e7b38199c4cbdeea1fc9498bbdd6754120574bef1b34128f668ee4eb854af09 +SHA256 (contrib.rsync.inactive) = dc765a391cc77b2f843701d514501358f5ad5ce15b5de6d135f0677f2f0f6f6d diff --git a/ports/Pkgfile b/ports/Pkgfile index 7be5f016..9de08283 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -4,7 +4,7 @@ name=ports version=1.5 -release=23 +release=24 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub compat-32.pub contrib.pub \ diff --git a/ports/compat-32.rsync.inactive b/ports/compat-32.rsync.inactive index 815ad15e..4ef46836 100644 --- a/ports/compat-32.rsync.inactive +++ b/ports/compat-32.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/compat-32/ +collection=ports/crux-3.5/compat-32/ destination=/usr/ports/compat-32 diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index 1bbd05b5..bea24936 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/contrib/ +collection=ports/crux-3.5/contrib/ destination=/usr/ports/contrib diff --git a/ports/core.rsync b/ports/core.rsync index 3cba863e..f7c49c49 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/core/ +collection=ports/crux-3.5/core/ destination=/usr/ports/core diff --git a/ports/opt.rsync b/ports/opt.rsync index f3182c54..dc2da290 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/opt/ +collection=ports/crux-3.5/opt/ destination=/usr/ports/opt diff --git a/ports/xorg.rsync b/ports/xorg.rsync index eb891d55..e41eb5e3 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/xorg/ +collection=ports/crux-3.5/xorg/ destination=/usr/ports/xorg
participants (1)
-
crux@crux.nu