Date: Thu, 26 May 2022 21:42:40 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 22bf6446b6a0 - main - devel/sfsexp: Update to 1.4.0 Message-ID: <202205262142.24QLgeap086242@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=22bf6446b6a0290fb7376ad0119b7fb6a0d74454 commit 22bf6446b6a0290fb7376ad0119b7fb6a0d74454 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2022-05-26 20:58:49 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2022-05-26 21:42:20 +0000 devel/sfsexp: Update to 1.4.0 https://github.com/mjsottile/sfsexp/releases/tag/v1.4.0 Sponsored by: The FreeBSD Foundation --- devel/sfsexp/Makefile | 3 +-- devel/sfsexp/distinfo | 6 +++--- devel/sfsexp/files/patch-sfsexp.pc.in | 8 -------- devel/sfsexp/pkg-plist | 14 +++++++------- 4 files changed, 11 insertions(+), 20 deletions(-) diff --git a/devel/sfsexp/Makefile b/devel/sfsexp/Makefile index 51797a1fe810..a8ab1d811a7c 100644 --- a/devel/sfsexp/Makefile +++ b/devel/sfsexp/Makefile @@ -1,7 +1,6 @@ PORTNAME= sfsexp DISTVERSIONPREFIX= v -DISTVERSION= 1.3.1-18 -DISTVERSIONSUFFIX= -gc11b849 +DISTVERSION= 1.4.0 CATEGORIES= devel MAINTAINER= jrm@FreeBSD.org diff --git a/devel/sfsexp/distinfo b/devel/sfsexp/distinfo index 3e6396ce9036..004d71d24853 100644 --- a/devel/sfsexp/distinfo +++ b/devel/sfsexp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635039746 -SHA256 (mjsottile-sfsexp-v1.3.1-18-gc11b849_GH0.tar.gz) = dd274a5f5d80c5c98a6955c3188dddd75c18bc57c22648b753dc572f1f59f2ec -SIZE (mjsottile-sfsexp-v1.3.1-18-gc11b849_GH0.tar.gz) = 115544 +TIMESTAMP = 1653592851 +SHA256 (mjsottile-sfsexp-v1.4.0_GH0.tar.gz) = ef09aca137957f7f4ef31d0429837cb8647288fb822f40c18d49e21235297594 +SIZE (mjsottile-sfsexp-v1.4.0_GH0.tar.gz) = 115554 diff --git a/devel/sfsexp/files/patch-sfsexp.pc.in b/devel/sfsexp/files/patch-sfsexp.pc.in deleted file mode 100644 index a43486ffa992..000000000000 --- a/devel/sfsexp/files/patch-sfsexp.pc.in +++ /dev/null @@ -1,8 +0,0 @@ ---- sfsexp.pc.in.orig 2021-10-24 02:04:26 UTC -+++ sfsexp.pc.in -@@ -8,4 +8,4 @@ Description: small and fast s-expressions library - URL: https://github.com/mjsottile/sfsexp - Version: @VERSION@ - Libs: -L@libdir@ -lsexp --Cflags: -I@includedir@/sfsexp -+Cflags: -I@includedir@ diff --git a/devel/sfsexp/pkg-plist b/devel/sfsexp/pkg-plist index 09ef656404ad..1db7dcfb5b38 100644 --- a/devel/sfsexp/pkg-plist +++ b/devel/sfsexp/pkg-plist @@ -1,10 +1,10 @@ -include/cstring.h -include/faststack.h -include/sexp.h -include/sexp_errors.h -include/sexp_memory.h -include/sexp_ops.h -include/sexp_vis.h +include/sfsexp/cstring.h +include/sfsexp/faststack.h +include/sfsexp/sexp.h +include/sfsexp/sexp_errors.h +include/sfsexp/sexp_memory.h +include/sfsexp/sexp_ops.h +include/sfsexp/sexp_vis.h lib/libsexp.a lib/libsexp.so lib/libsexp.so.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205262142.24QLgeap086242>