| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/181460
Submitted by: Steve Wills <swills@FreeBSD.org>
Notes:
svn path=/head/; revision=325446
|
|
|
|
|
|
|
| |
- properly support DOCS, and add option
Notes:
svn path=/head/; revision=325431
|
|
|
|
|
|
|
|
|
| |
- Convert to new options framework
- Cosmetic change
- Use single space after WWW:
Notes:
svn path=/head/; revision=325359
|
|
|
|
| |
Notes:
svn path=/head/; revision=325358
|
|
|
|
|
|
|
|
| |
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
- Use single space after WWW:
Notes:
svn path=/head/; revision=325351
|
|
|
|
|
|
|
| |
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
Notes:
svn path=/head/; revision=325350
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Horde_ActiveSync 2.6.1 -> 2.6.2
Horde_Css_Parser 1.0.0 -> 1.0.1
Horde_Db 2.0.3 -> 2.0.4
Horde_Imap_Client 2.12.0 -> 2.13.1
Horde_Mail 2.0.6 -> 2.1.0
Horde_Mime 2.2.4 -> 2.2.5
Horde_Queue 1.0.0 -> 1.1.0
Horde_SessionHandler 2.2.1 -> 2.2.2
Horde_View 2.0.2 -> 2.0.3
horde-wicked 2.0.0RC1 -> 2.0.0RC2
horde-whups 3.0.0RC1 -> 3.0.0RC2
horde-ansel 3.0.0RC1 -> 3.0.0 final
Notes:
svn path=/head/; revision=325255
|
|
|
|
|
|
|
| |
Changes: https://code.google.com/p/py-leveldb/source/list
Notes:
svn path=/head/; revision=325215
|
|
|
|
|
|
|
| |
Changes: http://code.google.com/p/leveldb/source/list
Notes:
svn path=/head/; revision=325214
|
|
|
|
|
|
|
|
|
|
| |
Redigo is a Go client for the Redis database. It supports all Redis
commands, pipelining, publish/subscribe and connection pooling.
Approved by: crees (mentor)
Notes:
svn path=/head/; revision=325213
|
|
|
|
| |
Notes:
svn path=/head/; revision=325212
|
|
|
|
|
|
|
|
| |
PR: ports/180313
Submitted by: Anes Mukhametov <anes@anes.su>
Notes:
svn path=/head/; revision=325201
|
|
|
|
|
|
|
|
| |
PR: ports/180306
Submitted by: Anes Mukhametov <anes@anes.su>
Notes:
svn path=/head/; revision=325200
|
|
|
|
|
|
|
| |
Do not bump PORTREVISION.
Notes:
svn path=/head/; revision=325175
|
|
|
|
|
|
|
|
| |
PR: ports/181454
Submitted by: Steve Wills <swills@FreeBSD.org>
Notes:
svn path=/head/; revision=325167
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add support for lang/lua, disabled by default.
<ChangeLog>
UPGRADE URGENCY: MODERATE, upgrade ASAP only if you experience issues related to
the expired keys collection algorithm, or if you use the
ZUNIONSTORE command.
* [FIX] Improved expired keys collection algorithm. Even under heavy load keys
to be expired can't accumulate because of lack of CPU time.
* [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result.
* [NEW] redis-benchmark improvements.
* [NEW] dict.c API wrong usage detection.
WARNING: redis-benchmark released with 2.6.15 features non backward compatible
change in the way the random arguments are specified, use the --help
option for more information.
</ChangeLog>
Notes:
svn path=/head/; revision=325164
|
|
|
|
| |
Notes:
svn path=/head/; revision=325163
|
|
|
|
| |
Notes:
svn path=/head/; revision=325161
|
|
|
|
|
|
|
|
| |
- Add BUILD_DEPENDS
- Cosmetic change
Notes:
svn path=/head/; revision=325148
|
|
|
|
| |
Notes:
svn path=/head/; revision=325134
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.0.6 [1]
- Trim Makefile header [1]
- Convert to new LIB_DEPENDS syntax
- Remove leading article from COMMENT
PR: ports/180841
Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> (maintainer)
Notes:
svn path=/head/; revision=325133
|
|
|
|
| |
Notes:
svn path=/head/; revision=325110
|
|
|
|
| |
Notes:
svn path=/head/; revision=325101
|
|
|
|
| |
Notes:
svn path=/head/; revision=325099
|
|
|
|
|
|
|
|
|
|
| |
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
Notes:
svn path=/head/; revision=325086
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.6
- Add LICENSE (AL2)
- Fix WWW line in pkg-descr (one space and ending slash)
Changes:
https://github.com/mongodb/mongo-python-driver/blob/2.6/doc/changelog.rst
Notes:
svn path=/head/; revision=325073
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Disable debug flags.
<ChangeLog>
# UPGRADE URGENCY: HIGH
* [FIX] Improved expired keys collection algorithm. Even under heavy load keys
to be expired can't accumulate because of lack of CPU time.
* [FIX] Replication speed regression fixed (issue #1238).
* [FIX] Fixed an hard to trigger PSYNC bug.
* [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result.
* [NEW] Add per-db average TTL information in INFO output.
* [NEW] redis-benchmark improvements.
* [NEW] dict.c API wrong usage detection.
</ChangeLog>
Notes:
svn path=/head/; revision=325066
|
|
|
|
| |
Notes:
svn path=/head/; revision=325045
|
|
|
|
| |
Notes:
svn path=/head/; revision=325043
|
|
|
|
| |
Notes:
svn path=/head/; revision=325039
|
|
|
|
| |
Notes:
svn path=/head/; revision=325037
|
|
|
|
| |
Notes:
svn path=/head/; revision=325022
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en
PR: ports/181305
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Notes:
svn path=/head/; revision=324958
|
|
|
|
|
|
|
| |
- Take maintainership
Notes:
svn path=/head/; revision=324924
|
|
|
|
|
|
|
| |
- Reset maintainer to ports@
Notes:
svn path=/head/; revision=324920
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=324913
|
|
|
|
| |
Notes:
svn path=/head/; revision=324882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324851
|
|
|
|
|
|
|
|
|
|
| |
2: trim Makefile header, fix pkg-plist.
PR: ports/174242
Submitted by: maintainer [1], me [2]
Notes:
svn path=/head/; revision=324833
|
|
|
|
| |
Notes:
svn path=/head/; revision=324812
|
|
|
|
|
|
|
| |
useful at that.
Notes:
svn path=/head/; revision=324749
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
| |
Notes:
svn path=/head/; revision=324690
|
|
|
|
|
|
|
| |
Changes: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES
Notes:
svn path=/head/; revision=324677
|
|
|
|
|
|
|
|
|
|
| |
DBIx::Class::Helpers is a collection of tools to help simplify the
common tasks in DBIx::Class.
WWW: http://search.cpan.org/dist/DBIx-Class-Helpers/
Notes:
svn path=/head/; revision=324673
|
|
|
|
|
|
|
|
| |
Add support for SASL client authentication
Build shared library.
Notes:
svn path=/head/; revision=324663
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.1.4
- Remove MySQL references (everything is now inside tarball)
- Add qpress as run dependency for --decompress option
PR: ports/181255
Submitted by: Alex Samorukov <samm os2.kiev.ua> (maintainer)
Notes:
svn path=/head/; revision=324660
|
|
|
|
|
|
|
| |
Approved by: bdrewery
Notes:
svn path=/head/; revision=324636
|
|
|
|
| |
Notes:
svn path=/head/; revision=324634
|
|
|
|
| |
Notes:
svn path=/head/; revision=324633
|