aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Schuller <sb@rbn.im>2024-10-28 15:07:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-28 15:28:55 +0700
commit2e26a14f66aa4d7da08674f2797d21fab13f0b39 (patch)
tree5cbcf50e21c0cb471647fd6e7d6c3c94b595eafb
parent8e4b2a34676125a698ec256f5f6fd9d92d873d52 (diff)
system/plan9port: Updated for version 20241024_61e362ad.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/plan9port/plan9port.SlackBuild11
-rw-r--r--system/plan9port/plan9port.info6
2 files changed, 10 insertions, 7 deletions
diff --git a/system/plan9port/plan9port.SlackBuild b/system/plan9port/plan9port.SlackBuild
index 3a24bb5b16..4a3c8af34a 100644
--- a/system/plan9port/plan9port.SlackBuild
+++ b/system/plan9port/plan9port.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for plan9port
+# Copyright (c) 2024 Sean Hinchee
+#
# Copyright (c) 2012-2019 Ruben Schuller
#
# Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com>
@@ -28,10 +30,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=plan9port
-VERSION=${VERSION:-20211019_d0d4408}
+VERSION=${VERSION:-20241024_61e362ad}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
+COMMIT=61e362add9e1485bec1ab8261d729016850ec270
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -59,8 +62,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG/opt $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
-cd $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z || tar xvf $CWD/$PRGNAM-$COMMIT.tar.?z
+cd $PRGNAM-$COMMIT
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -72,7 +75,7 @@ find -L . \
PLAN9_TARGET=/opt/plan9 ./INSTALL
cd $TMP
-mv $PRGNAM-$VERSION $PKG/opt/plan9
+mv $PRGNAM-$COMMIT $PKG/opt/plan9
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/system/plan9port/plan9port.info b/system/plan9port/plan9port.info
index ef54207e7b..640cb28a4e 100644
--- a/system/plan9port/plan9port.info
+++ b/system/plan9port/plan9port.info
@@ -1,8 +1,8 @@
PRGNAM="plan9port"
-VERSION="20211019_d0d4408"
+VERSION="20241024_61e362ad"
HOMEPAGE="https://9fans.github.io/plan9port/"
-DOWNLOAD="https://ponce.cc/slackware/sources/repo/plan9port-20211019_d0d4408.tar.xz"
-MD5SUM="5d3c159812e6dd3f97651b18e0fc6c5a"
+DOWNLOAD="https://github.com/9fans/plan9port/archive/61e362ad/plan9port-61e362add9e1485bec1ab8261d729016850ec270.tar.gz"
+MD5SUM="f5707f9f15877f2b1258f01fb1779c79"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""