Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Apr 2026 09:29:19 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b059b10d6e4b - main - textproc/lowdown: update to 3.0.1
Message-ID:  <69d4ce6f.41e7f.288be8f9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b059b10d6e4bf6230a433b978d2a45147887bba9

commit b059b10d6e4bf6230a433b978d2a45147887bba9
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-04-07 09:28:48 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-04-07 09:29:06 +0000

    textproc/lowdown: update to 3.0.1
---
 devel/gcli/Makefile        | 1 +
 sysutils/nix/Makefile      | 2 +-
 textproc/lowdown/Makefile  | 4 ++--
 textproc/lowdown/distinfo  | 6 +++---
 textproc/lowdown/pkg-plist | 8 ++++----
 5 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/devel/gcli/Makefile b/devel/gcli/Makefile
index 9a3882711676..f3d91e103857 100644
--- a/devel/gcli/Makefile
+++ b/devel/gcli/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gcli
 DISTVERSION=	2.11.0
+PORTREVISION=	1
 CATEGORIES=	devel net
 MASTER_SITES=	https://herrhotzenplotz.de/gcli/releases/gcli-${DISTVERSION}/
 
diff --git a/sysutils/nix/Makefile b/sysutils/nix/Makefile
index 725aaad3dcab..e301276f2779 100644
--- a/sysutils/nix/Makefile
+++ b/sysutils/nix/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nix
 DISTVERSION=	2.32.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 PATCH_SITES=	https://github.com/NixOS/nix/commit/2636f50dd41fe357ec64430aeeb772328ab2d7cb.patch?dummy=/
diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile
index cfb096951868..ea31e5a23573 100644
--- a/textproc/lowdown/Makefile
+++ b/textproc/lowdown/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	lowdown
-PORTVERSION=	2.0.4
+PORTVERSION=	3.0.1
 CATEGORIES=	textproc
 MASTER_SITES=	https://kristaps.bsd.lv/lowdown/snapshots/
 
@@ -9,7 +9,6 @@ WWW=		https://kristaps.bsd.lv/lowdown/
 
 LICENSE=	ISCL
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libdiff.a:textproc/libdiff
 LDFLAGS+=	-lmd
 MAKE_ARGS=	LDFLAGS="${LDFLAGS}" MANDIR=${PREFIX}/share/man
 
@@ -20,5 +19,6 @@ INSTALL_TARGET=	install install_libs
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-diff
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblowdown.so.3
 
 .include <bsd.port.mk>
diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo
index 3f3e6c9f4627..5ec8d0f41102 100644
--- a/textproc/lowdown/distinfo
+++ b/textproc/lowdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763469513
-SHA256 (lowdown-2.0.4.tar.gz) = 37412340bc3d87dc53f2be1a161bcd8da3c1ac974f5be305b5781a56e2d02595
-SIZE (lowdown-2.0.4.tar.gz) = 319401
+TIMESTAMP = 1775553894
+SHA256 (lowdown-3.0.1.tar.gz) = ac9ea2b51c8bd59350c7bf8db5e2067e9d961b1f48d362cd8a56b022850e965c
+SIZE (lowdown-3.0.1.tar.gz) = 378740
diff --git a/textproc/lowdown/pkg-plist b/textproc/lowdown/pkg-plist
index c04ca049502e..fb2a2201a721 100644
--- a/textproc/lowdown/pkg-plist
+++ b/textproc/lowdown/pkg-plist
@@ -3,7 +3,7 @@ bin/lowdown-diff
 include/lowdown.h
 lib/liblowdown.a
 lib/liblowdown.so
-lib/liblowdown.so.2
+lib/liblowdown.so.3
 libdata/pkgconfig/lowdown.pc
 share/man/man1/lowdown.1.gz
 share/man/man1/lowdown-diff.1.gz
@@ -29,9 +29,9 @@ share/man/man3/lowdown_latex_new.3.gz
 share/man/man3/lowdown_latex_rndr.3.gz
 share/man/man3/lowdown_metaq_free.3.gz
 share/man/man3/lowdown_node_free.3.gz
-share/man/man3/lowdown_nroff_free.3.gz
-share/man/man3/lowdown_nroff_new.3.gz
-share/man/man3/lowdown_nroff_rndr.3.gz
+share/man/man3/lowdown_roff_free.3.gz
+share/man/man3/lowdown_roff_new.3.gz
+share/man/man3/lowdown_roff_rndr.3.gz
 share/man/man3/lowdown_odt_free.3.gz
 share/man/man3/lowdown_odt_new.3.gz
 share/man/man3/lowdown_odt_rndr.3.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d4ce6f.41e7f.288be8f9>