Date: Wed, 10 Mar 2021 22:11:41 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568050 - in head: . textproc textproc/redisearch textproc/redisearch16 Message-ID: <202103102211.12AMBfFC092137@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Wed Mar 10 22:11:41 2021 New Revision: 568050 URL: https://svnweb.freebsd.org/changeset/ports/568050 Log: Repo-copy textproc/redisearch to textproc/redisearch16 and update to the recent stable version v2.0. Added: head/textproc/redisearch16/ - copied from r568016, head/textproc/redisearch/ Modified: head/UPDATING head/textproc/Makefile head/textproc/redisearch/Makefile head/textproc/redisearch/distinfo head/textproc/redisearch16/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Mar 10 22:04:46 2021 (r568049) +++ head/UPDATING Wed Mar 10 22:11:41 2021 (r568050) @@ -5,6 +5,24 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20210310: + AFFECTS: users of textproc/redisearch + AUTHOR: osa@FreeBSD.org + + The textproc/redisearch port has been updated to the recent stable + release - v2.0. Users wanting to stay on v1.6 can replace + textproc/redisearch with textproc/redisearch16 with one of the + following commands: + + # pkg install textproc/redisearch16 + or + # portmaster -o textproc/redisearch16 textproc/redisearch + or + # portupgrade -o textproc/redisearch16 textproc/redisearch + + NOTE: The textproc/redisearch16 brings a new name for the module, + i.e. redisearch16.so, so be careful. + 20210309: AFFECTS: users of emulators/virtualbox-ose AUTHOR: madpilot@FreeBSD.org Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Mar 10 22:04:46 2021 (r568049) +++ head/textproc/Makefile Wed Mar 10 22:11:41 2021 (r568050) @@ -1493,6 +1493,7 @@ SUBDIR += re_graph SUBDIR += redet SUBDIR += redisearch + SUBDIR += redisearch16 SUBDIR += redland SUBDIR += redland-bindings SUBDIR += refdb Modified: head/textproc/redisearch/Makefile ============================================================================== --- head/textproc/redisearch/Makefile Wed Mar 10 22:04:46 2021 (r568049) +++ head/textproc/redisearch/Makefile Wed Mar 10 22:11:41 2021 (r568050) @@ -3,7 +3,7 @@ PORTNAME= redisearch DISTVERSIONPREFIX= v -DISTVERSION= 1.6.15 +DISTVERSION= 2.0.6 CATEGORIES= textproc MAINTAINER= osa@FreeBSD.org Modified: head/textproc/redisearch/distinfo ============================================================================== --- head/textproc/redisearch/distinfo Wed Mar 10 22:04:46 2021 (r568049) +++ head/textproc/redisearch/distinfo Wed Mar 10 22:11:41 2021 (r568050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614205727 -SHA256 (RediSearch-RediSearch-v1.6.15_GH0.tar.gz) = 8e81b895ceb3309644c199225df25332a2bb0023311275af934ad19c59c0adbc -SIZE (RediSearch-RediSearch-v1.6.15_GH0.tar.gz) = 3671869 +TIMESTAMP = 1615413552 +SHA256 (RediSearch-RediSearch-v2.0.6_GH0.tar.gz) = 6b74c2bb47569c0a4508a99025ee0c6942edb2c1f76b76366f5062c9b9b37601 +SIZE (RediSearch-RediSearch-v2.0.6_GH0.tar.gz) = 3974128 Modified: head/textproc/redisearch16/Makefile ============================================================================== --- head/textproc/redisearch/Makefile Wed Mar 10 16:38:16 2021 (r568016) +++ head/textproc/redisearch16/Makefile Wed Mar 10 22:11:41 2021 (r568050) @@ -1,9 +1,10 @@ # Created by: Sergey A. Osokin <osa@FreeBSD.org> # $FreeBSD$ -PORTNAME= redisearch +PORTNAME= redisearch16 DISTVERSIONPREFIX= v DISTVERSION= 1.6.15 +DISTNAME= RediSearch-${DISTVERSION} CATEGORIES= textproc MAINTAINER= osa@FreeBSD.org @@ -22,9 +23,10 @@ GH_PROJECT= RediSearch CMAKE_ARGS= -DGIT_DESCRIBE_VERSION:STRING=${PKGVERSION} -PLIST_FILES= lib/redisearch.so +PLIST_FILES= lib/redisearch16.so do-install: - ${INSTALL_LIB} ${INSTALL_WRKSRC}/redisearch.so ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${INSTALL_WRKSRC}/redisearch.so \ + ${STAGEDIR}${PREFIX}/lib/redisearch16.so .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103102211.12AMBfFC092137>