ports/contrib (3.7): tree: updated to version 2.1.0, switched to maintained source and project URLs
commit a96a90d1518980a98d2ae3c6dd5d26966a0b44e4 Author: Matt Housh <jaeger@crux.ninja> Date: Wed May 24 17:14:37 2023 -0500 tree: updated to version 2.1.0, switched to maintained source and project URLs diff --git a/tree/.signature b/tree/.signature index e635c26df..e1bf51cd5 100644 --- a/tree/.signature +++ b/tree/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xPrJxhlQUeGPZIkGcf1+Ho/TC4mrzPjFV6jvT49GafzMamtGJIYd3g6uhhis7K+4hiimBjfjPdpGggf9Cak3gg= -SHA256 (Pkgfile) = b0cc56307ffe65690e6a74e7f7582675aa48ab348e622b5f35f414d70c74b911 +RWSagIOpLGJF35Z4IN8O5j++AxkwuvS8aXXIqfUOZE/F1XMwZrh+4ChXHPrTYKFNfYBqeGZHMw4b3w3zgKEwlTnzOvpDd9tbow4= +SHA256 (Pkgfile) = 6570c8befe00e04237cf1aab022b24126f035c220e252f46e16c434f94d8d0c4 SHA256 (.footprint) = be1450bbd70087ebcfedf3d6ff0b9d3d8556db51634673f3e6f84c31bfcd5a72 -SHA256 (tree-2.0.4.tgz) = b0ea92197849579a3f09a50dbefc3d4708caf555d304a830e16e20b73b4ffa74 +SHA256 (unix-tree-2.1.0.tar.gz) = e9f829a03996451bcf90fae4fdee4285bece6dc1a89de92a3f8e6cad29e03c71 diff --git a/tree/Pkgfile b/tree/Pkgfile index 3ffc20f7c..4338047fc 100644 --- a/tree/Pkgfile +++ b/tree/Pkgfile @@ -1,16 +1,16 @@ # Description: A recursive directory listing command that produces a depth indented listing of files -# URL: http://mama.indstate.edu/users/ice/tree/ +# URL: https://gitlab.com/OldManProgrammer/unix-tree # Maintainer: Matt Housh, jaeger at crux dot ninja name=tree -version=2.0.4 +version=2.1.0 release=1 -source=(http://mama.indstate.edu/users/ice/$name/src/$name-$version.tgz) +source=(https://gitlab.com/OldManProgrammer/unix-tree/-/archive/$version/unix-tree-$...) build () { - cd $name-$version + cd unix-tree-$version - sed "s|CFLAGS=|CFLAGS=$CFLAGS |" -i Makefile + sed -i 's/^CFLAGS+=.*-O[0-9] \(.*\)/CFLAGS+=\1/' Makefile make install -D -m 0755 $name $PKG/usr/bin/$name
participants (1)
-
crux@crux.nu