| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION [1]
- Use space not tab after WWW:
PR: ports/178493 [1]
Submitted by: maintainer
Notes:
svn path=/head/; revision=317843
|
|
|
|
|
|
|
|
|
|
|
| |
- make libiodbc dependency optional
- disable hidden dependencies on hslookup, wbxml2 and openldap
PR: 176091
Submitted by: Dima Panov
Notes:
svn path=/head/; revision=317727
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add http:// to MASTER_SITES
- Cleanup Makefile header
Changes: http://bazaar.launchpad.net/~python-memcached-team/python-memcached/trunk/view/head:/ChangeLog
- Bug #974632: _ConnectionDeadError sometimes was escaping the get/set code.
This should return to readline() not raising an exception, except in the case
that it's called from the get/set(). Report from Gary Poster, proposed patch
by Brad Crittenden.
- Misc fixes by Brad Crittenden: fixing a docstring, if "port" is set to any
false-like value it will default to 11211.
- Bug #887765: Interrupted connection to memcache server can cause
inconsistencies. Added "flush_on_reconnect" (defaults to off) to Client()
which will cause a client that has lost connection to a server and then
reconnects to flush the cache on the reconnect so that it doesn't get old
values from that server. Patch by Daniel Benamy.
Notes:
svn path=/head/; revision=317683
|
|
|
|
|
|
|
|
| |
- Trim header
- While here use PLIST_FILES for databases/mrtg-mysql-load
Notes:
svn path=/head/; revision=317657
|
|
|
|
|
|
|
|
|
|
| |
for package building because of lack of LDAP installation.
PR: ports/177381
Tested by: Chris Dukes <chris.dukes.aix@gmail.com>
Notes:
svn path=/head/; revision=317540
|
|
|
|
|
|
|
| |
Convert USE_READLINE by USES=readline
Notes:
svn path=/head/; revision=317525
|
|
|
|
| |
Notes:
svn path=/head/; revision=317519
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en
PR: ports/178341
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Notes:
svn path=/head/; revision=317511
|
|
|
|
|
|
|
|
| |
Changes:
http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
Notes:
svn path=/head/; revision=317499
|
|
|
|
|
|
|
|
| |
PR: ports/176105
Submitted by: Spil <spil.oss@gmail.com>
Notes:
svn path=/head/; revision=317485
|
|
|
|
|
|
|
|
| |
PR: ports/176640
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=317417
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=317389
|
|
|
|
|
|
|
| |
Discussed with: bapt
Notes:
svn path=/head/; revision=317379
|
|
|
|
| |
Notes:
svn path=/head/; revision=317371
|
|
|
|
| |
Notes:
svn path=/head/; revision=317354
|
|
|
|
| |
Notes:
svn path=/head/; revision=317340
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
to always have a number
Reviewed by: bapt
Spotted by: John Marino <draco@marino.st>
With hat: portmgr
Notes:
svn path=/head/; revision=317320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update databases/phpmyadmin to 4.0.0
Version 4.0.0 is the first release of a new major version, and
involves some significant changes in functionality. In particular it
now requires Javascript in order to operate.
Provide a new phpmyadmin35 port to track the 3.5.x branch for those
not wishing to upgrade yet. Note that you will have to adjust your
httpd.conf if you switch to this port, as it installs the application to
${LOCALBASE}/www/phpMyAdmin35
Notes:
svn path=/head/; revision=317295
|
|
|
|
| |
Notes:
svn path=/head/; revision=317279
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 178124
<ChangeLog>
[ Redis 2.6.13 ]
UPGRADE URGENCY: MODERATE, nothing very critical but upgrading
is suggested if you experienced:
1) Strange issues with Lua scripting.
2) Not reconfigured reappearing master using Sentinel.
3) Server continusly trying to save on save error.
This version of Redis may also help with AOF and slow / busy
disks and latency issues.
* [FIX] Throttle BGSAVE attempt on saving error.
* [FIX] redis-cli: raise error on bad command line switch.
* [FIX] Redis/Jemalloc Gitignore were too aggressive.
* [FIX] Test: fix RDB test checking file permissions.
* [FIX] Sentinel: always redirect on master->slave transition.
* [FIX] Lua updated to version 5.1.5. Fixes rare scripting issues.
* [NEW] AOF: improved latency figures with slow/busy disks.
* [NEW] Sentinel: turn old master into a slave when it comes back.
* [NEW] More explicit panic message on out of memory.
* [NEW] redis-cli: --latency-history mode implemented.
[ Redis 2.6.12 ]
UPGRADE URGENCY: MODERATE, nothing very critical but a few non trivial bugs.
* [BUGFIX] redis-cli --bigkeys: don't crash with empty DB.
* [BUGFIX] stop-writes-on-bgsave-error now works in redis.conf
* [BUGFIX] Don't crash at startup if RDB is there but can't be opened.
* [BUGFIX] Initial value for master_link_down_since_seconds is now huge.
* [BUGFIX] Allow SELECT while loading the DB.
* [BUGFIX] Don't replicate/AOF an empty MULTI/EXEC if the transaction
is empty or containing just read-only commands.
* [BUGFIX] EXPIRE should not be able to resurrect keys (see issue #1026).
* [IMPROVED] Extended SET back ported from Redis 2.8 / unstable
See http://redis.io/commands/set for more information.
* [IMPROVED] Test suite improved.
</ChangeLog>
Notes:
svn path=/head/; revision=317224
|
|
|
|
| |
Notes:
svn path=/head/; revision=317220
|
|
|
|
| |
Notes:
svn path=/head/; revision=317214
|
|
|
|
| |
Notes:
svn path=/head/; revision=317212
|
|
|
|
|
|
|
| |
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-25.html
Notes:
svn path=/head/; revision=317131
|
|
|
|
| |
Notes:
svn path=/head/; revision=317034
|
|
|
|
| |
Notes:
svn path=/head/; revision=317032
|
|
|
|
| |
Notes:
svn path=/head/; revision=317025
|
|
|
|
|
|
|
|
|
| |
PR: 178204
Submitted by: NoC <devzone.my@gmail.com>
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes:
svn path=/head/; revision=316992
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
Notes:
svn path=/head/; revision=316908
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes
Notes:
svn path=/head/; revision=316899
|
|
|
|
|
|
|
| |
Approved by: ale
Notes:
svn path=/head/; revision=316853
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en
PR: ports/178233
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Notes:
svn path=/head/; revision=316835
|
|
|
|
|
|
|
|
| |
PR: 178159
Submitted by: ports fury
Notes:
svn path=/head/; revision=316819
|
|
|
|
|
|
|
|
|
|
| |
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
Notes:
svn path=/head/; revision=316786
|
|
|
|
| |
Notes:
svn path=/head/; revision=316775
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow OPTIONSFILE to be overridden
- Add regression-test: target
Changes: https://github.com/andymccurdy/redis-py/blob/2.7.4/CHANGES
Approved by: eadler, rm (mentors, implicit)
Notes:
svn path=/head/; revision=316756
|
|
|
|
|
|
|
| |
Submitted by: bapt
Notes:
svn path=/head/; revision=316740
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/openstack/swift/blob/master/CHANGELOG
PR: ports/178117
Submitted by: trociny@
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes:
svn path=/head/; revision=316730
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Standardise and clarify COMMENTs
- Update pkg-plist's
- Tab->space for WWW: in pkg-descr
Changes: http://htsql.org/blog/2013/htsql-2.3.3.html
Approved: eadler, rm (mentors, implicit)
Notes:
svn path=/head/; revision=316728
|
|
|
|
|
|
|
| |
for checking existence of files in FILESDIR
Notes:
svn path=/head/; revision=316726
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Notes:
svn path=/head/; revision=316654
|
|
|
|
| |
Notes:
svn path=/head/; revision=316637
|
|
|
|
|
|
|
| |
Approved by: ale
Notes:
svn path=/head/; revision=316631
|
|
|
|
|
|
|
|
| |
- Add LICENSE section
- Trim WWW: line in pkg-descr
Notes:
svn path=/head/; revision=316623
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
Notes:
svn path=/head/; revision=316620
|
|
|
|
|
|
|
|
| |
PR: 177762
Submitted by: rustem.alimov@gmail.com
Notes:
svn path=/head/; revision=316609
|
|
|
|
|
|
|
|
| |
PR: 177653
Submitted by: maintainer
Notes:
svn path=/head/; revision=316607
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316596
|
|
|
|
| |
Notes:
svn path=/head/; revision=316565
|
|
|
|
|
|
|
| |
Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=316542
|