diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-03 22:34:06 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-03 22:34:06 +0800 |
commit | e1391a3e0adeefe25839a6b36117d3615dcda673 (patch) | |
tree | 1fb89becaac28a9f19323398656d1e9d6c4b4478 /databases/mongodb | |
parent | b5bf7dd73fd5e4ccc336dd7e3e810466eb908740 (diff) | |
download | freebsd-ports-gnome-e1391a3e0adeefe25839a6b36117d3615dcda673.tar.gz freebsd-ports-gnome-e1391a3e0adeefe25839a6b36117d3615dcda673.tar.zst freebsd-ports-gnome-e1391a3e0adeefe25839a6b36117d3615dcda673.zip |
Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared library version.
PR: ports/190409
Submitted by: ports at robakdesign.com
Approved by: portmgr@ (for NO_STAGE)
Diffstat (limited to 'databases/mongodb')
-rw-r--r-- | databases/mongodb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index 09ac375ef225..acf8c935d5e7 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -3,6 +3,7 @@ PORTNAME= mongodb PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= http://downloads.mongodb.org/src/ DISTNAME= ${PORTNAME}-src-r${PORTVERSION} |