mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to exfetch 1.6. From author & maintainer izzy Meyer - thanks!
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
COMMENT = shell-extensible fetching program
|
||||
|
||||
DIST_TUPLE += codeberg izder456 exfetch 1.5.4 .
|
||||
DIST_TUPLE += codeberg izder456 exfetch 1.6 .
|
||||
DIST_TUPLE += github schovi baked_file_system \
|
||||
f4f658812c5b8b404437d8cf34b72a0eb5fe7701 \
|
||||
lib/baked_file_system
|
||||
REVISION = 0
|
||||
|
||||
WRKDIST = ${WRKDIR}/exfetch
|
||||
|
||||
@@ -28,6 +27,8 @@ WANTLIB += pthread z
|
||||
FAKE_FLAGS = PREFIX=${TRUEPREFIX} \
|
||||
MANDIR=${TRUEPREFIX}/man/man1
|
||||
|
||||
MAKE_FLAGS = DEBUG=on
|
||||
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SHA256 (izder456-exfetch-1.5.4.tar.gz) = sBsrodgP/Ha2ijwKzXDe1OOBZO1+vO7+VtM0wFCImSo=
|
||||
SHA256 (izder456-exfetch-1.6.tar.gz) = Sgy9ta4gnPBwjM9/5dI9W5I6wa3Ywii3uSbiYDy32NE=
|
||||
SHA256 (schovi-baked_file_system-f4f658812c5b8b404437d8cf34b72a0eb5fe7701.tar.gz) = tTPwhaL4SoA31VcKAO5Gj6WSUmMTbAaBgGoCQU6Cj8w=
|
||||
SIZE (izder456-exfetch-1.5.4.tar.gz) = 26260
|
||||
SIZE (izder456-exfetch-1.6.tar.gz) = 26888
|
||||
SIZE (schovi-baked_file_system-f4f658812c5b8b404437d8cf34b72a0eb5fe7701.tar.gz) = 56332
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
Index: Makefile
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -29,7 +29,7 @@ $(BIN):
|
||||
if [ "$(HARDENING)" = "on" ]; then flags="$$flags --link-flags -Wl,-zrelro,-znow"; fi; \
|
||||
ascii_files="$$(find src/exfetch/ascii -type f -name '*.ascii' | xargs -n1 basename)"; \
|
||||
printf "Found ASCII files:\n$$ascii_files\n"; \
|
||||
- ASCII_FILES="$$ascii_files" shards --no-color -v build -s -t -p --production --release $$flags
|
||||
+ ASCII_FILES="$$ascii_files" shards --no-color -v build --debug -s -t -p --production --release $$flags
|
||||
|
||||
run:
|
||||
@flags=""; \
|
||||
Reference in New Issue
Block a user