Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 19:54:18 +0000
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b102f29dc0ca - main - textproc/snowballstemmer: Update to 3.1.1
Message-ID:  <6a20866a.3456d.127838a4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by madpilot:

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

commit b102f29dc0ca0065b791978d81275a69bdb6af39
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2026-06-03 19:53:49 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2026-06-03 19:53:49 +0000

    textproc/snowballstemmer: Update to 3.1.1
---
 textproc/snowballstemmer/Makefile                | 10 +++++-----
 textproc/snowballstemmer/distinfo                |  6 +++---
 textproc/snowballstemmer/files/patch-GNUmakefile |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/textproc/snowballstemmer/Makefile b/textproc/snowballstemmer/Makefile
index 76e68ecdd78a..a5e5b9afa828 100644
--- a/textproc/snowballstemmer/Makefile
+++ b/textproc/snowballstemmer/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	snowballstemmer
-PORTVERSION=	3.1.0
+PORTVERSION=	3.1.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	textproc
 
@@ -23,15 +23,15 @@ PLIST_FILES=	bin/stemwords \
 		include/libstemmer.h \
 		lib/libstemmer.so \
 		lib/libstemmer.so.3 \
-		lib/libstemmer.so.3.1.0
+		lib/libstemmer.so.3.1.1
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/stemwords ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/include/libstemmer.h ${STAGEDIR}${PREFIX}/include
-	${INSTALL_LIB} ${WRKSRC}/libstemmer.so.3.1.0 ${STAGEDIR}${PREFIX}/lib
-	${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.3.1.0 \
+	${INSTALL_LIB} ${WRKSRC}/libstemmer.so.3.1.1 ${STAGEDIR}${PREFIX}/lib
+	${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.3.1.1 \
 		${STAGEDIR}${PREFIX}/lib/libstemmer.so.3
-	${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.3.1.0 \
+	${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.3.1.1 \
 		${STAGEDIR}${PREFIX}/lib/libstemmer.so
 
 .include <bsd.port.mk>
diff --git a/textproc/snowballstemmer/distinfo b/textproc/snowballstemmer/distinfo
index 49c20998db03..521c00cce206 100644
--- a/textproc/snowballstemmer/distinfo
+++ b/textproc/snowballstemmer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779626474
-SHA256 (snowballstem-snowball-v3.1.0_GH0.tar.gz) = e49fa0a641be9b93d6b4040785007e82d7b5c74eaca51a6d40e47b516a528927
-SIZE (snowballstem-snowball-v3.1.0_GH0.tar.gz) = 351600
+TIMESTAMP = 1780468531
+SHA256 (snowballstem-snowball-v3.1.1_GH0.tar.gz) = d8714aa91ed4333654708472a7a98b529c867a8f99b05c5e66febf4ca72c44c7
+SIZE (snowballstem-snowball-v3.1.1_GH0.tar.gz) = 359719
diff --git a/textproc/snowballstemmer/files/patch-GNUmakefile b/textproc/snowballstemmer/files/patch-GNUmakefile
index abe504d7e615..35de2b0ee094 100644
--- a/textproc/snowballstemmer/files/patch-GNUmakefile
+++ b/textproc/snowballstemmer/files/patch-GNUmakefile
@@ -22,7 +22,7 @@
  	$(AR) $(ARFLAGS) $@ $^
 +
 +libstemmer.so: libstemmer/libstemmer.o $(RUNTIME_OBJECTS) $(C_LIB_OBJECTS)
-+	$(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname,libstemmer.so.3,-version-script,libstemmer/symbol.map -o $@.3.1.0 $^
++	$(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname,libstemmer.so.3,-version-script,libstemmer/symbol.map -o $@.3.1.1 $^
  
  examples/%.o: examples/%.c
  	$(CC) $(CFLAGS) $(INCLUDES) $(CPPFLAGS) -c -o $@ $<


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a20866a.3456d.127838a4>