diff options
author | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
commit | a7fef9eb5b4619db0e91035e520e773c20fa2071 (patch) | |
tree | 5709b99f718fd966ea5f1033219742da1a507831 /databases/mongodb3 | |
parent | 8f74bd47b9c7cfd2970deb094608e6c6b2133461 (diff) | |
download | pkgsrc-a7fef9eb5b4619db0e91035e520e773c20fa2071.tar.gz |
revbump for textproc/icu
Diffstat (limited to 'databases/mongodb3')
-rw-r--r-- | databases/mongodb3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mongodb3/Makefile b/databases/mongodb3/Makefile index 0b3b7b54eee..f5ca9212be1 100644 --- a/databases/mongodb3/Makefile +++ b/databases/mongodb3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2021/04/09 14:30:09 tnn Exp $ +# $NetBSD: Makefile,v 1.17 2021/04/21 11:41:13 adam Exp $ # This package is intentionally old to avoid: # Server Side Public License @@ -6,7 +6,7 @@ # and further exists to support net/unifi. DISTNAME= mongodb-src-r3.4.24 PKGNAME= ${DISTNAME:S/src-r//} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= databases MASTER_SITES= http://fastdl.mongodb.org/src/ |