diff options
| author | Älven <alven@FreeBSD.org> | 2026-04-16 09:34:28 +0000 |
|---|---|---|
| committer | Älven <alven@FreeBSD.org> | 2026-04-16 09:34:28 +0000 |
| commit | de1dea08a9fd43a3ddb20a3aaa164807ed00ffd0 (patch) | |
| tree | 32c855108c9c2fe2e2fae46f6c9662d42cd9f6f3 | |
| parent | 5357715c6819fb68553943283d27c6335f9bdb28 (diff) | |
textproc/krep: Update 2.2.0 => 2.3.0
Approved by: db@, yuri@ (Mentors, implicit)
| -rw-r--r-- | textproc/krep/Makefile | 3 | ||||
| -rw-r--r-- | textproc/krep/distinfo | 6 | ||||
| -rw-r--r-- | textproc/krep/files/patch-Makefile | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/textproc/krep/Makefile b/textproc/krep/Makefile index ae0a881ea9de..000f9c2c2e70 100644 --- a/textproc/krep/Makefile +++ b/textproc/krep/Makefile @@ -1,7 +1,6 @@ PORTNAME= krep DISTVERSIONPREFIX= v -DISTVERSION= 2.2.0 -PORTREVISION= 1 +DISTVERSION= 2.3.0 CATEGORIES= textproc MAINTAINER= alven@FreeBSD.org diff --git a/textproc/krep/distinfo b/textproc/krep/distinfo index e77a5d73b290..46beadf789ff 100644 --- a/textproc/krep/distinfo +++ b/textproc/krep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1771430500 -SHA256 (davidesantangelo-krep-v2.2.0_GH0.tar.gz) = 9929a0b8a4d6502689e562657777f2ce47fc4e1d67ae81b6f1d2104ac1900b84 -SIZE (davidesantangelo-krep-v2.2.0_GH0.tar.gz) = 78896 +TIMESTAMP = 1776331755 +SHA256 (davidesantangelo-krep-v2.3.0_GH0.tar.gz) = 058d02e9a34861b92695073ccc3243ca79bdc9b0dcc5b9e798720a22786d5ae6 +SIZE (davidesantangelo-krep-v2.3.0_GH0.tar.gz) = 80293 diff --git a/textproc/krep/files/patch-Makefile b/textproc/krep/files/patch-Makefile index 32f8eaefbddd..1cacaa0c2662 100644 --- a/textproc/krep/files/patch-Makefile +++ b/textproc/krep/files/patch-Makefile @@ -1,13 +1,13 @@ ---- Makefile.orig 2026-02-18 15:31:31 UTC +--- Makefile.orig 2026-04-15 10:01:25 UTC +++ Makefile @@ -5,11 +5,15 @@ BINDIR = $(PREFIX)/bin PREFIX ?= /usr/local BINDIR = $(PREFIX)/bin -CC = gcc --CFLAGS = -Wall -Wextra -O3 -ffast-math -std=c11 -pthread -D_GNU_SOURCE -D_DEFAULT_SOURCE \ +-CFLAGS = -Wall -Wextra -O3 -std=c11 -pthread -D_GNU_SOURCE -D_DEFAULT_SOURCE \ +CC ?= gcc -+CFLAGS ?= -Wall -Wextra -O3 -ffast-math -std=c11 -pthread -D_GNU_SOURCE -D_DEFAULT_SOURCE \ ++CFLAGS ?= -Wall -Wextra -O3 -std=c11 -pthread -D_GNU_SOURCE -D_DEFAULT_SOURCE \ -flto -funroll-loops -finline-functions -LDFLAGS = -pthread -flto +LDFLAGS += -pthread -flto |
