Date: Tue, 23 Aug 2022 13:47:30 GMT 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: 4b67e6d44acc - main - textproc/lowdown: fix typo Message-ID: <202208231347.27NDlUsZ057820@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b67e6d44accceff9962c3b7c426f851921b1e98 commit 4b67e6d44accceff9962c3b7c426f851921b1e98 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-08-23 13:46:04 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-08-23 13:46:04 +0000 textproc/lowdown: fix typo Fix a type resulting in an invalid symlink PR: 265683 Submitted by: Ting-Wei Lan <lantw44@gmail.com> --- textproc/lowdown/Makefile | 1 + textproc/lowdown/files/patch-Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile index 03e3d4bec81e..53ab7c2eab84 100644 --- a/textproc/lowdown/Makefile +++ b/textproc/lowdown/Makefile @@ -1,5 +1,6 @@ PORTNAME= lowdown PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/ diff --git a/textproc/lowdown/files/patch-Makefile b/textproc/lowdown/files/patch-Makefile index cf8609f1891d..cee33979e4c6 100644 --- a/textproc/lowdown/files/patch-Makefile +++ b/textproc/lowdown/files/patch-Makefile @@ -4,7 +4,7 @@ install_shared: liblowdown.so install_lib_common $(INSTALL_LIB) liblowdown.so.$(LIBVER) $(DESTDIR)$(LIBDIR) -+ ln -sf libdowndown.so.${LIBVER} $(DESTDIR)$(LIBDIR)/liblowdown.so ++ ln -sf liblowdown.so.${LIBVER} $(DESTDIR)$(LIBDIR)/liblowdown.so install_static: liblowdown.a install_lib_common $(INSTALL_LIB) liblowdown.a $(DESTDIR)$(LIBDIR)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208231347.27NDlUsZ057820>