Browse Source

math/{,py-}annoy: Update 1.17.1 → 1.17.3

Reported by:	portscout
Yuri Victorovich 2 years ago
parent
commit
1534c76200
  1. 8
      math/annoy/Makefile
  2. 6
      math/annoy/distinfo
  3. 4
      math/py-annoy/Makefile
  4. 6
      math/py-annoy/distinfo

8
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
@ -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
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
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

6
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

Loading…
Cancel
Save