mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Update indent to 2.2.13
This commit is contained in:
@@ -128,7 +128,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`highway`](highway/) | Highway | 1.0.7 | https://github.com/google/highway |
|
||||
| [`imagemagick`](imagemagick/) | ImageMagick | 7.1.1-43 | https://imagemagick.org |
|
||||
| [`imgcat`](imgcat/) | imgcat | 2.5.1 | https://github.com/eddieantonio/imgcat |
|
||||
| [`indent`](indent/) | GNU indent | 2.2.11 | https://www.gnu.org/software/indent/ |
|
||||
| [`indent`](indent/) | GNU indent | 2.2.13 | https://www.gnu.org/software/indent/ |
|
||||
| [`isl`](isl/) | Integer Set Library | 0.27 | https://libisl.sourceforge.io/ |
|
||||
| [`ja2`](ja2/) | Jagged Alliance 2 Stracciatella | 0.15.x | https://github.com/safarp/ja2-stracciatella/tree/0.15.x |
|
||||
| [`jakt`](jakt/) | Jakt Programming Language | | https://github.com/SerenityOS/jakt |
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=indent
|
||||
version=2.2.11
|
||||
port='indent'
|
||||
version='2.2.13'
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/indent/indent-${version}.tar.gz#aaff60ce4d255efb985f0eb78cca4d1ad766c6e051666073050656b6753a0893"
|
||||
"https://ftpmirror.gnu.org/gnu/indent/indent-${version}.tar.gz#9e64634fc4ce6797b204bcb8897ce14fdd0ab48ca57696f78767c59cae578095"
|
||||
)
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=("config/config.sub")
|
||||
|
||||
post_install() {
|
||||
|
||||
@@ -8,15 +8,15 @@ Subject: [PATCH] Don't build docs
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.in b/Makefile.in
|
||||
index cdf7999..ce49203 100644
|
||||
index 8bbbce04000a598a139680d558342b685fcc0001..1972118b97e661157b137be8cee3a02d5b2a1519 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -237,7 +237,7 @@ top_build_prefix = @top_build_prefix@
|
||||
@@ -336,7 +336,7 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = no-texinfo.tex
|
||||
-SUBDIRS = intl src doc po man
|
||||
+SUBDIRS = intl src po
|
||||
-SUBDIRS = src doc po man regression
|
||||
+SUBDIRS = src po regression
|
||||
BUILT_SOURCES =
|
||||
EXTRA_DIST = README \
|
||||
config/config.rpath config/mkinstalldirs \
|
||||
DISTFILES = $(DIST_COMMON:README=README.md) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
EXTRA_DIST = README.md \
|
||||
|
||||
Reference in New Issue
Block a user