Skip to content

Commit

Permalink
math/{,py-}annoy: Update 1.17.1 → 1.17.3
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jun 17, 2023
1 parent b91315d commit 1534c76
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
8 changes: 3 additions & 5 deletions math/annoy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= annoy
DISTVERSIONPREFIX= v
DISTVERSION= 1.17.1
DISTVERSION= 1.17.3
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -17,11 +17,9 @@ GH_ACCOUNT= spotify

PLIST_FILES= include/annoy/annoylib.h \
include/annoy/kissrandom.h \
include/annoy/mman.h
include/annoy/mman.h \
lib/cmake/annoy/AnnoyConfig.cmake

NO_ARCH= yes

do-install:
cd ${WRKSRC}/include && ${COPYTREE_SHARE} annoy ${STAGEDIR}${PREFIX}/include

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions math/annoy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1673498821
SHA256 (spotify-annoy-v1.17.1_GH0.tar.gz) = 4f7a2f2d86d45b432de68dba06667b23d0ce2b03595d64bd5c05f42dc32e7f4b
SIZE (spotify-annoy-v1.17.1_GH0.tar.gz) = 674087
TIMESTAMP = 1687027120
SHA256 (spotify-annoy-v1.17.3_GH0.tar.gz) = c121d38cacd98f5103b24ca4e94ca097f18179eed3037e9eb93ad70ec1e6356e
SIZE (spotify-annoy-v1.17.3_GH0.tar.gz) = 673452
4 changes: 2 additions & 2 deletions math/py-annoy/Makefile
@@ -1,11 +1,11 @@
PORTNAME= annoy
DISTVERSIONPREFIX= v
DISTVERSION= 1.17.1
DISTVERSION= 1.17.3
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Approximate Nearest Neighbors in C++
COMMENT= Approximate Nearest Neighbors algorithm
WWW= https://github.com/spotify/annoy

LICENSE= APACHE20
Expand Down
6 changes: 3 additions & 3 deletions math/py-annoy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1673498821
SHA256 (spotify-annoy-v1.17.1_GH0.tar.gz) = 4f7a2f2d86d45b432de68dba06667b23d0ce2b03595d64bd5c05f42dc32e7f4b
SIZE (spotify-annoy-v1.17.1_GH0.tar.gz) = 674087
TIMESTAMP = 1687027428
SHA256 (spotify-annoy-v1.17.3_GH0.tar.gz) = c121d38cacd98f5103b24ca4e94ca097f18179eed3037e9eb93ad70ec1e6356e
SIZE (spotify-annoy-v1.17.3_GH0.tar.gz) = 673452

0 comments on commit 1534c76

Please sign in to comment.