/textproc/rw-aspell/

ory'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* www/drupal7: 7.28 -> 7.31pi2014-10-113-144/+3
| | | | | | | | | | | Changes: https://www.drupal.org/drupal-7.29-release-notes https://www.drupal.org/drupal-7.30-release-notes https://www.drupal.org/drupal-7.31-release-notes PR: 192099 Submitted by: simon.wright@gmx.net Approved by: miwi (timeout)
* Remove trailing / in MASTERDIRantoine2014-10-118-8/+8
|
* - update miniupnpc to 1.9dinoex2014-10-116-22/+19
| | | | | - bump users of shared lib version PR: 194031
* Update to lzip version 1.16 which includes the following changes:gerald2014-10-112-4/+4
| | | | | | | - Compression ratio of option -9 has been slightly increased. - Compression time has been reduced by 4%, by 2% for option -0. - The behavior is now like 'cp -p'. - The license changed to GPL version 2 or later.
* Update to the 20141008 snapshot of GCC 4.9.2.gerald2014-10-113-3/+4
| | | | Restore the pkg-plist hack to not warn about info/gcc49/dir.
* devel/opengrok: Make the installed version runnable (and usable)marino2014-10-113-14/+5
| | | | | | PR: 194177 Reported by: shen.elf (gmail) Fixed by: marino and shen.elf
* update to 0.54.3az2014-10-113-61/+11
|
* Rename files/diablo.sh-sample to files/diablo.in.mandree2014-10-113-23/+5
| | | | | | | | Clean up @dirrmtry from pkg-plist. Bump PORTREVISION. PR: 193855 Submitted by: Nikolai Lifanov (maintainer)
* Revive net/tcptraceroute-devel port, with a new maintainer.mandree2014-10-116-0/+106
| | | | | | | | | | Update MASTER_SITES, add LICENSE. NOTE: this has some minor changes over the original submission, detailed in the PR. PR: 193511 Submitted by: C. Hutchinson <portmaster@bsdforge.com>
* Add an official rancid user and set the home directoryfeld2014-10-114-1/+7
| | | | This will speed up initial setup for new endusers
* - Update to 6.9.0tota2014-10-112-5/+5
|
* + Add a STATIC ports option to build a static executable [1].mandree2014-10-111-5/+6
| | | | | | | | | | + USE_BZIP2 -> USES=...tar:bz2. + Move PORTSCOUT line down to appease portlint. + No PORTREVISION bump for now, no functional change unless options changed. PR: 194294 [1] Submitted by: bdrewery [1]
* New port: net-mgmt/rancid3feld2014-10-119-0/+375
| | | | | | | | | I'm creating an entirely new port for rancid 3.x as the syntax for the router.db file is different and a blind upgrade will cause deletion of backed up devices and their configs from the repository if the user doesn't stop the cron jobs before updating the syntax. PR: 193351
* Update to 2.0.1.stephen2014-10-112-3/+3
|
* Remove plist redundant with autoplistantoine2014-10-111-3/+0
|
* Remove plist redundant with autoplistantoine2014-10-112-197/+2
|
* Remove plist redundant with autoplistantoine2014-10-112-36/+10
|
* Remove plist redundant with autoplistantoine2014-10-112-31/+2
|
* - Allow staging as a regular userantoine2014-10-112-4/+8
| | | | - Bump portrevision as files where not packaged with intended owner
* - Allow staging as a regular userantoine2014-10-112-25/+13
| | | | - Remove things already provided by USES=kmod
* - Allow staging as a regular userantoine2014-10-112-20/+6
| | | | - Bump portrevision as some files were not packaged with intended owner
* Fix typo (missing /).osa2014-10-111-2/+2
| | | | Bump PORTREVISION.
* Fix staging when SYMLINK defined.osa2014-10-111-3/+4
| | | | | | Bump PORTREVISION. Tested by: remko
* - Allow staging as a regular userantoine2014-10-112-7/+10
| | | | - Bump portrevision as files were not packaged with intended group
* Allow staging as a regular user, distfile was rerolled (previous distfileantoine2014-10-112-6/+5
| | | | had files and directories unreadable)
* - Allow staging as a regular userantoine2014-10-112-21/+26
| | | | - Bump portrevision as files were not packaged with intended owner
* Upgrade from 3.0.0-beta8 to 3.0.0-rc1.osa2014-10-114-23/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> --[ Redis 3.0.0 RC1 (version 2.9.101) ] Release date: 9 oct 2014 This is the first release candidate of Redis Cluster. >> General changes * [FIX] An very large number of small fixes, old and new, merged in the context of a the issue #1906. Please see the issue page here for exact credits: https://github.com/antirez/redis/pull/1906 of each commit. (Matt Stancliff and many others). * [FIX] SAVE is no longer propagated to AOF / slaves. * [FIX] GETRANGE test no longer fails for 32 bit builds (Matt Stancliff). * [FIX] Limit SCAN latency when the hash table is in an odd state (very few populted buckets because rehashing is in progress). (Xiaost and Salvatore Sanfilippo) * [NEW] Redis is now able to load truncated AOF files without requiring a redis-check-aof utility run. The default now is to load truncated (but apparently not corrupted) AOFs, you can change this in redis.conf. (Salvatore Sanfilippo). * [NEW] DEBUG POPULATE two args form implemented. It is now possible to call it with DEBUG POPULATE <count> <prefix>. Default prefix is "key:" as usually. * [NEW] INCR: Modify incremented object in-place when possible. This results in speed improvements + possibly better memory locality. >> Cluster changes * [FIX] Cluster: claim ping_sent time even if we can't connect. * [FIX] redis-trib should not abort easily on connection issues. * [FIX] Cluster test: less console-spammy resharding test. * [FIX] Fix logic to detect we are among a minority. * [FIX] Process gossip section only for known nodes. * [NEW] Redis Cluster is stable and tested enough, there is a clear MVP, so it was promoted from beta to stable. * [NEW] New unit 09, Pub/Sub across the cluster. * [NEW] New unit 08, update messages. * [NEW] New cluster option to work with partial slots coverage. * [NEW] More chatty cluster slaves when failover is stalled. They log reason with rate limiting, only when reason changes or a given time has elapsed. >> Sentinel changes * [FIX] Sentinel critical bug fixed: the absolute majority was computed in a wrong way because of a programming error. Now the implementation does what the specification says and the majority to authorize a failover (that should not be confused with the ODOWN quorum) is the majority of *all* the Sentinels ever seen for a given master, regardless of their current state. * [FIX] Resolved a memory leak in the hiredis library causing a memory leak in Redis Sentinel when a monitored instance or another Sentinel is unavailable. Every reconnection attempt will leak a small amount of memory, but in the long run the process can reach a considerable size. * [NEW] Sentinel: ability to announce itself with an arbitrary IP/port to work in the context of natted networks. However this is probably still not enough since there is no equivalent mechanism for slaves listed in the master INFO output. (Dara Kong and Salvatore Sanfilippo) </ChangeLog>
* Fix build with GCC 4.2.jkim2014-10-111-2/+1
|
* sysutils/ldap-account-manager: 4.7 -> 4.7.1pi2014-10-112-5/+5
| | | | | | | | | Fixes the bug with blank page and "User tried to access entry of type ..." log message when DN suffix does not exactly match case in LDAP. PR: 194290 Submitted by: Vasiliy P. Melnik <basil@vpm.net.ua> (maintainer)
* Since we don't use its own libtool, build arg is requiredume2014-10-111-1/+1
| | | | | | to USES=libtool. Spotted by: antoine
* - Remove of BROKEN, add new MASTER_SITES including new maitainer's mirrorpawel2014-10-113-6/+9
| | | | | | | | | | | - Update distinfo, previous tarball was uncompressed - Add LICENSE - Take maintainership - Slight grammar change in pkg-descr - Addition of WWW to pkg-descr PR: 193819 Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
* - Update scintilla and scite to 3.5.1madpilot2014-10-118-16/+15
| | | | | | | - Remove dirrms PR: 193781 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
* - Update to version 0.8 [1]pawel2014-10-112-7/+6
| | | | | | | - While here convert to USES=python PR: 193814 [1] Submitted by: maintainer
* - Update from 6.2.0 to 6.4.0danilo2014-10-113-15/+9
| | | | | PR: 194254 Submitted by: dgeo@centrale-marseille.fr (maintainer)
* - Update to version 5.4.3pawel2014-10-113-9/+4
| | | | - Clean pkg-plist
* - Update from 1.1 to 2.0danilo2014-10-102-4/+3
| | | | | PR: 194260 Submitted by: johnjen@reynoldsnet.org (maintainer)
* - Update from 13.09-1 to 14.09 [1]danilo2014-10-103-37/+39
| | | | | | | - Use options helpers PR: 194281 Submitted by: cjr@cruwe.de (maintainer) [1]
* Update to 8lme2014-10-103-11/+10
|
* - Update from 4.3 to 4.4danilo2014-10-102-4/+4
| | | | - Take maintainership
* Integrate a sparc64 patch from base version of binutilsbapt2014-10-102-1/+27
| | | | Submitted by: marius
* - Another take at pkg-plistgahr2014-10-101-7/+7
|
* - Update from 3.8.73 to 3.8.74danilo2014-10-102-3/+3
|
* - Drop @dirrm* from plistamdmi32014-10-101-5/+0
|
* - Clarify LICENSEamdmi32014-10-102-4/+2
| | | | | - Add LICENSE_FILE - Drop @dirrm* from plist
* - Drop @dirrm* from plistamdmi32014-10-101-4/+0
|
* - Add LICENSE_FILEamdmi32014-10-102-20/+4
| | | | | - Simplify docs installation - Drop @dirrm* from plist
* - Clarify LICENSEamdmi32014-10-102-10/+2
| | | | | - Add LICENSE_FILE - Drop @dirrm* from plist
* - Clarify LICENSEamdmi32014-10-10