git: f7171c076a45 - main - math/tinyexpr: update g20221120 → 1.1.1

Yuri Victorovich <[email protected]> Thu, 06 Aug 2026 06:01:23 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by yuri:

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

commit f7171c076a4591367d0d0ca715b03b048da8f63b
Author:     Yuri Victorovich <[email protected]>
AuthorDate: 2026-08-06 05:35:40 +0000
Commit:     Yuri Victorovich <[email protected]>
CommitDate: 2026-08-06 06:01:08 +0000

    math/tinyexpr: update g20221120 → 1.1.1
---
 math/tinyexpr/Makefile   | 11 ++++++++---
 math/tinyexpr/distinfo   |  6 +++---
 science/vipster/Makefile |  2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/math/tinyexpr/Makefile b/math/tinyexpr/Makefile
index 25f9ba86e7a8..a1a0aebff339 100644
--- a/math/tinyexpr/Makefile
+++ b/math/tinyexpr/Makefile
@@ -1,10 +1,12 @@
 PORTNAME=	tinyexpr
-DISTVERSION=	g20221120
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.1.1
 CATEGORIES=	math
 
 MAINTAINER=	[email protected]
 COMMENT=	Tiny expression parser/compiler/evaluation engine for math expressions
-WWW=		https://codeplea.com/tinyexpr
+WWW=		https://codeplea.com/tinyexpr \
+		https://github.com/codeplea/tinyexpr
 
 LICENSE=	MIT
 
@@ -12,7 +14,6 @@ USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	codeplea
-GH_TAGNAME=	74804b8
 
 PLIST_FILES=	include/${PORTNAME}.h \
 		lib/lib${PORTNAME}.so
@@ -25,4 +26,8 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.h ${STAGEDIR}${PREFIX}/include
 	${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.so ${STAGEDIR}${PREFIX}/lib
 
+do-test:
+	@cd ${WRKSRC} && \
+		${SETENV} ${MAKE_ENV} ${MAKE_CMD} CC=${CC} smoke
+
 .include <bsd.port.mk>
diff --git a/math/tinyexpr/distinfo b/math/tinyexpr/distinfo
index d96ad9f62d10..c7315f1df207 100644
--- a/math/tinyexpr/distinfo
+++ b/math/tinyexpr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703899688
-SHA256 (codeplea-tinyexpr-g20221120-74804b8_GH0.tar.gz) = dbf1da2ac35fd71f381e5fbdd2d20955fd77e452138c55b6961412e8a18f0f09
-SIZE (codeplea-tinyexpr-g20221120-74804b8_GH0.tar.gz) = 38145
+TIMESTAMP = 1785993906
+SHA256 (codeplea-tinyexpr-v1.1.1_GH0.tar.gz) = 0eca2972395bfd49910f72993a990640540838776cc9bbcdbfc130d81a87c7d5
+SIZE (codeplea-tinyexpr-v1.1.1_GH0.tar.gz) = 43724
diff --git a/science/vipster/Makefile b/science/vipster/Makefile
index b169d9fafff8..6e3293e627af 100644
--- a/science/vipster/Makefile
+++ b/science/vipster/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	vipster
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.19.1b-109
 DISTVERSIONSUFFIX=	-gfb4a6ed
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science
 
 MAINTAINER=	[email protected]