Skip to content

Commit

Permalink
databases/mongodb44: Update to 4.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Klop authored and neelchauhan committed Oct 29, 2021
1 parent fb07233 commit c893e3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions databases/mongodb44/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 4.4.9
DISTVERSION= 4.4.10
CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/
Expand Down Expand Up @@ -63,11 +63,6 @@ SSL_MAKE_ARGS= --ssl

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ((${OSREL:R} >= 14 && ${OSVERSION} < 1400033) \
&& ${ARCH} == "aarch64")
BROKEN= Aarch64 needs LSE atomics which was fixed in https://cgit.freebsd.org/src/commit/?id=efe67f33c322265eb303ec0ab40275100795b22a
.endif

.if ${ARCH} == aarch64 || ${ARCH} == powerpc64le
EXTRA_PATCHES= ${FILESDIR}/${ARCH}
.endif
Expand Down
6 changes: 3 additions & 3 deletions databases/mongodb44/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1632143635
SHA256 (mongodb-src-r4.4.9.tar.gz) = 4eee0a2213b4c455d5bc21c78a5a6a02bf33ac09e6c6bba8d5547247307a319f
SIZE (mongodb-src-r4.4.9.tar.gz) = 50541749
TIMESTAMP = 1634213164
SHA256 (mongodb-src-r4.4.10.tar.gz) = dd22cafd4a0ee8bce3a2d0a776e092b8f0ff193beba7d1718f6b8ac5f9e0c9e6
SIZE (mongodb-src-r4.4.10.tar.gz) = 50636024

0 comments on commit c893e3d

Please sign in to comment.