ƒ™2367786 214 4837 158 2961 133 249 130 191 177 125 146 158 1880 230 110 208 132 109 157 113 167 157 179 221 213 167 162 132 156 420 191 237 169 169 150 169 169 188 169 139 114 113 115 121 197 210 128 181 128 128 236 149 215 195 207 128 110 128 110 136 144 271 373 513 143 243 137 331 128 305 262 195 155 169 128 128 132 128 157 446 191 216 247 170 128 137 139 137 299 165 155 184 174 356 194 198 123 139 1930 113 122 137 178 289 128 411 148 153 128 197 454 170 199 167 153 123 254 232 236 113 110 448 239 214 264 141 140 118 118 118 158 169 244 205 393 435 256 110 159 138 125 146 169 169 254 172 229 207 381 110 157 183 183 174 159 205 110 110 186 271 110 451 210 110 179 170 204 183 188 181 245 117 318 218 248 159 202 224 206 128 198 153 128 210 128 210 530 175 116 274 113 154 198 128 143 319 128 149 134 161 122 128 128 198 198 163 128 128 154 200 121 160 407 369 397 K 10 svn:author V 3 osa K 8 svn:date V 27 2014-09-09T22:18:39.933101Z K 7 svn:log V 4743 Upgrade from 2.8.11 to 2.8.14. --[ Redis 2.8.14 ] Release date: 1 Sep 2014 # UPGRADE URGENCY: HIGH for Lua scripting users, the server could crash because of a bug introduced in Redis 2.8.10, otherwise LOW. LOW for Redis Sentinel. * [FIX] Don't prevent use of shared integers if maxmemory policy is non-LRU. (Salvatore Sanfilippo) * [FIX] Fail SYNC if background save child aborted due to a signal. (Yossi Gottlieb) * [FIX] Different small redis-cli fixes. (Dov Murik, Charsyam, cubicdaiya, Kashif Rasul, Jan-Erik Rediger, Matt Stancliff) * [FIX] AIX compilation fixes. (Siah Lyimo) * [FIX] A number of other smaller issues. * [FIX] Improved SIGINT handling (Matt Stancliff, Salvatore Sanfilippo) * [FIX] Use unsigned types in SDS header to raise limit to 4GB. (Matt Stancliff, Salvatore Sanfilippo) * [FIX] Handle signed/unsigned comparisons with more care around the code. (Salvatore Sanfilippo) * [FIX] Colorized test output fixed to don't change the background color. (Mariano Pérez Rodríguez) * [FIX] More Sentinel IPv6 fixes. (Eiichi Sato) * [FIX] Deny CLIENT command in scripts. (Matt Stancliff) * [FIX] Allow datasets with more than 2 billion of keys, initial work. * [FIX] Fix a Lua scripting crash by storing the length of the static argv when first allocated. (Paddy Byers) * [NEW] Pub/Sub PING. (Salvatore Sanfilippo) * [NEW] Much faster ZUNIONSTORE. (Kyle Hubert, Salvatore Sanfilippo) * [NEW] Faster ll2string() implementation. (Salvatore Sanfilippo) * [NEW] **WARNING, minor API change**: PUBSUB NUMSUB: return type modified to integer. (Matt Stancliff) * [NEW] redis-benchmark support for AUTH. (CharSyam) --[ Redis 2.8.13 ] Release date: 14 Jul 2014 # UPGRADE URGENCY: LOW for Redis and Sentinel, this is a features enhancement release mostly. Since this release introduces the latency monitoring feature, Redis 2.8 users experiencing latency issues are strongly encouraged to upgrade. * [FIX] CLIENT KILL minor backward compatibility fixes. (Salvatore Sanfilippo) * [FIX] Enable HAVE_ATOMIC for PowerPC. (Matt Stancliff) * [FIX] More robust PSYNC and AOF rewrites tests. (Salvatore Sanfilippo) * [FIX] Solaris build fixed. (Matt Stancliff, Salvatore Sanfilippo) * [NEW] The new latency monitoring feature, as documented at http://redis.io/topics/latency-monitor (Salvatore Sanfilippo) * [NEW] The COMMAND command, exposing the Redis command table as an API. (Matt Stancliff) * [NEW] Update used memory with C11 __atomic. (Matt Stancliff) --[ Redis 2.8.12 ] Release date: 23 Jun 2014 # UPGRADE URGENCY: HIGH for Redis, CRITICAL for Sentinel. # WARNING: This release contains a non backward compatible semantical change to Lua script that should affect an almost zero number of users. * [FIX / BREAKS BACKWARD COMPATIBILITY] Using SELECT inside Lua scripts no longer makes the selected DB to be set in the calling client. So Lua can still use SELECT, but the client calling the script will remain set to the original DB. Thix fixes an issue with Redis replication of Lua scripts that called SELECT without reverting the selected DB to the original one. (Salvatore Sanfilippo) * [FIX] Sentinel failover was instalbe if the master was detected as available during the failover (especially during manual failovers) because of an implementation error (lack of checking of SRI_PROMOTED flag). (Salvatore Sanfilippo) * [FIX] Cancel SHUTDOWN if initial AOF is being written. (Matt Stancliff) * [FIX] Sentinel: bind source address for outcoming connections. (Matt Stancliff). * [FIX] Less timing sensitive Sentinel tests. (Salvatore Sanfilippo). * [NEW] redis-cli --intrinsic-latency stopped with SIGINT still reports stats (Matt Stancliff) * [NEW] Sentinels broadcast an HELLO message ASAP after a failover in order to reach a consistent state faster (before it relied for periodic HELLO messages). (Salvatore Sanfilippo). * [NEW] Jemalloc updated to 3.6.0. (Salvatore Sanfilippo) * [NEW] CLIENT LIST speedup. (Salvatore Sanfilippo) * [NEW] CLIENT LIST new unique incremental ID to every client. (Salvatore Sanfilippo) * [NEW] ROLE command added. (Salvatore Sanfilippo) * [NEW] CLIENT KILL new form to kill by client type and ID (see doc at redis.io for more info). (Salvatore Sanfilippo) * [NEW] Sentinel now disconnects clients when instances are reconfigured (see http://redis.io/topics/sentinel-clients). (Salvatore Sanfilippo) * [NEW] Hiredis update to latest version. (Matt Stancliff) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-09T22:19:46.179871Z K 7 svn:log V 63 Remove unstaged lang/ezm3 and three cvsup* ports as casualties END K 10 svn:author V 3 osa K 8 svn:date V 27 2014-09-09T22:38:00.189671Z K 7 svn:log V 2867 Upgrade from 3.0.0-beta6 to 3.0.0-beta8. --[ Redis 3.0.0 Beta 8 (version 2.9.57) ] Release date: 29 jul 2014 This is the 8th beta of Redis 3.0.0. >> General changes * [FIX] Solaris compilation issues. (Matt Stancliff, Salvatore Sanfilippo) * [FIX] Allow shared integer objects if maxmemory policy is not LRU based. (Salvatore Sanfilippo) * [FIX] PFSELFTEST: less false positives. (Salvatore Sanfilippo) * [FIX] Fail SYNC if background save child aborted due to a signal. (Yossi Gottlieb) * [NEW] Latency framework backported from unstable branch. (Salvatore Sanfilippo) * [NEW] AOF rewrite improved for latency. (Salvatore Sanfilippo) * [NEW] Pub/Sub PING. (Salvatore Sanfilippo) * [NEW] Much faster ZUNIONSTORE. (Kyle Hubert, Salvatore Sanfilippo) * [NEW] Faster ll2string() implementation. (Salvatore Sanfilippo) >> Cluster changes * [FIX] CLUSTER RESET: Flush slave dataset on reset. (Salvatore Sanfilippo) * [FIX] Replica migration: don't migrate to masters that never had slaves in the past, but only to masters that remained orphaned after failure events. (Salvatore Sanfilippo) * [NEW] redis-trib: allow to reshard in non-interactive way. (Salvatore Sanfilippo) * [NEW] Cluster test: unit 04, check consistency during resharding. (Salvatore Sanfilippo) * [NEW] Cluster test: unit 05, slave selection. (Salvatore Sanfilippo) * [NEW] Cluster test: unit 06, slaves with stale data can't failover. (Salvatore Sanfilippo) * [NEW] Cluster test: unit 07, replicas migration. (Salvatore Sanfilippo) >> Sentinel changes * No Sentinel changes in this release. --[ Redis 3.0.0 Beta 7 (version 2.9.56) ] Release date: 30 jun 2014 This is the 7th beta of Redis 3.0.0. >> General changes * [FIX] Scripting fixes backported from unstable, see Redis 2.8.12 changelog for more info. (Salvatore Sanfilippo) * [FIX] Cancel SHUTDOWN if initial AOF is being written. (Matt Stancliff) * [NEW] New command: COMMAND, for commands introspection (Matt Stancliff & Salvatore Sanfilippo) * [NEW] hiredis: Update to latest version. (Matt Stancliff) * [NEW] Jemalloc updated to 3.6.0. (Salvatore Sanfilippo) >> Cluster changes * [FIX] Cluster: clear NOADDR flag when updating node address. (Salvatore Sanfilippo) * [NEW] New CLUSTER SLOTS command to simplify Cluster clients operations. (Matt Stancliff) * [NEW] More Cluster tests. (Salvatore Sanfilippo) * [NEW] Log when failover authorization are granted / denied. (Salvatore Sanfilippo) >> Sentinel changes * [FIX] A few Sentinel bugs fixed and improvements, see Redis 2.8.12 changelog for more info. (Salvatore Sanfilippo & Matt Stancliff) * [NEW] New Sentinel-Client handshake protocol, ROLE command, CLIENT KILL, all backported to 3.0 branch. (Salvatore Sanfilippo) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-09T22:48:40.243294Z K 7 svn:log V 38 Remove three unrelated unstaged ports END K 10 svn:author V 5 jhale K 8 svn:date V 27 2014-09-09T22:59:01.860370Z K 7 svn:log V 154 - Fix possible out of memory issue during build - Update "Created by" email address PR: 193352 Submitted by: Radim Kolar (maintainer) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-09T23:15:30.918478Z K 7 svn:log V 35 Remove four unrelated staged ports END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-10T00:00:54.738956Z K 7 svn:log V 96 Stage databases/linux-oracle-instantclient-sdk PR: 193320 Submitted by: papowell (astart.com) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-10T00:38:03.379045Z K 7 svn:log V 82 Stage net/spread4 PR: 193450 Submitted by: Chris Hutchinson Stage fixes: marino END K 10 svn:author V 5 adamw K 8 svn:date V 27 2014-09-10T03:11:42.154684Z K 7 svn:log V 31 Add some spaces after periods. END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T06:05:46.474928Z K 7 svn:log V 53 Allow to specify full target directly from the slave END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2014-09-10T06:42:58.180778Z K 7 svn:log V 62 Upgrade to 1.3.6. PR: ports/193476 Submitted by: maintainer END K 10 svn:author V 4 gahr K 8 svn:date V 27 2014-09-10T06:58:49.150325Z K 7 svn:log V 1785 - Update to 05_20140907 Changes: * The function setSearchPath has been added to the library process.s7i. * The compiler has been improved to write an error message, when the sets of a case-statement overlap. Until now this situation was only recognized by the C compiler. * The interpreter has been improved to raise an exception, when the current value of a case-statement is element of two sets. * There have been changes in the libraries makedata.s7i and make.s7i. * The macro expansion in makedata.s7i has been changed. Now all macro expansions (except the expansions of internal macros) are done with the function applyMacros. * In makedata.s7i the function applyMacros has been improved to process the makefile macro functions wildcard, error and warning. * The functions evalFunction and getMacro, that where used to do macro expansion when the makefile is read, have been removed. * The code to read the definition of recursively expanded variables has been changed to do no macro expansion. This macros are expanded when they are used. * The library make.s7i has been improved to read the parameters for the commands rm, cp, and mv as Unix shell parameters (with the function getUnixCommandParameter). * The library make.s7i has been improved to read the parameters for the commands del, copy, xcopy and move as Dos/Windows batch parameters (with the function getDosCommandParameter). * Interpreter and compiler have been improved to support the action CMD_SET_SEARCH_PATH. * The batch file bin/call_gcc.bat has been changed to work correctly, when it is called from any directory. * Writing error messages in error.c has been changed to use prot_... functions instead of printf. END K 10 svn:author V 5 culot K 8 svn:date V 27 2014-09-10T07:26:19.305615Z K 7 svn:log V 135 - Update to 0.07 - Add LICENSE (Artistic 1 & GPL 1) - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Filesys-DiskUsage/Changes END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-09-10T07:47:25.077196Z K 7 svn:log V 15 Update to 2.51 END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-10T07:51:20.370399Z K 7 svn:log V 112 Remove unstaged lang/scsh and net-mgmt/zenoss The ports that were dependent on them have already been removed. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-09-10T08:01:53.956180Z K 7 svn:log V 37 - Update to 4.0.5 - Fix build on 8.x END K 10 svn:author V 2 vg K 8 svn:date V 27 2014-09-10T08:02:15.416799Z K 7 svn:log V 18 - Update to 1.2.4 END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T08:06:06.466113Z K 7 svn:log V 62 - Drop .la files, no dependees require them - Strip libraries END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2014-09-10T08:10:55.618840Z K 7 svn:log V 17 - Update to 3.20 END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T08:38:18.615846Z K 7 svn:log V 74 Regenerate the patch that corrects memory report for builtin time command END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T09:19:27.262614Z K 7 svn:log V 64 zenoss is gone from the ports tree, no zenpack are left as well END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-09-10T09:36:24.596067Z K 7 svn:log V 84 Allow specifying config path in rc.conf PR: 191601 Submitted by: daniel@blodan.se END K 10 svn:author V 3 kwm K 8 svn:date V 27 2014-09-10T10:42:46.284194Z K 7 svn:log V 128 Rework checks to select between UMS and KMS versions of the ati driver. Developed with: dumbbell@ Obtained from: xorg-dev repo END K 10 svn:author V 5 riggs K 8 svn:date V 27 2014-09-10T11:24:56.015739Z K 7 svn:log V 118 - Update to upstream version 0.46.0 - Fix LICENSE* - Retire FFTW option PR: 193321 Submitted by: tkato432@yahoo.com END K 10 svn:author V 4 bsam K 8 svn:date V 27 2014-09-10T11:33:58.480177Z K 7 svn:log V 74 graphics/iccxml: Update to v0.9.8 and unbreak build with sampleicc 1.6.8. END K 10 svn:author V 5 danfe K 8 svn:date V 27 2014-09-10T11:55:07.399271Z K 7 svn:log V 68 - Unbreak the build against Clang - Bring it under warm games@ wing END K 10 svn:author V 4 bsam K 8 svn:date V 27 2014-09-10T11:57:55.362771Z K 7 svn:log V 39 eric4 ports: update to version 4.5.24. END K 10 svn:author V 3 des K 8 svn:date V 27 2014-09-10T11:58:52.958434Z K 7 svn:log V 64 s/unixd_setup_child/ap_unixd_setup_child/ on 2.4. MFH: 2014Q3 END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-10T12:06:58.247514Z K 7 svn:log V 324 Stage graphics/EZWGL In the process of staging this port: * Rename patches * Repurpose files/manpages to Makefile.manlinks to handle man page links * Move manpages to pkg-plist * Use PORTDOCS and PORTEXAMPLES (shortens pkg-plist tremendously) * use COPYTREE_ macros instead of tar * General modernization and cleanup END K 10 svn:author V 3 mat K 8 svn:date V 27 2014-09-10T12:13:06.404534Z K 7 svn:log V 99 Add two missing dependencies. PR: 193201 Submitted by: Michelle Sullivan Sponsored by: Absolight END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T12:17:23.626994Z K 7 svn:log V 141 - Drop .la files for games/libggz, no dependees require them - Bump dependent ports as .so version has changed Approved by: portmgr blanket END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T12:17:32.289332Z K 7 svn:log V 74 - Drop .la files, no dependees require them Approved by: portmgr blanket END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T12:17:51.875190Z K 7 svn:log V 74 - Drop .la files, no dependees require them Approved by: portmgr blanket END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T12:18:00.678917Z K 7 svn:log V 55 - Switch to USES=libtool Approved by: portmgr blanket END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T12:18:09.464782Z K 7 svn:log V 74 - Drop .la files, no dependees require them Approved by: portmgr blanket END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T12:18:14.182818Z K 7 svn:log V 74 - Drop .la files, no dependees require them Approved by: portmgr blanket END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T12:18:21.938240Z K 7 svn:log V 93 - Drop .la files, no dependees require them - Add LICENSE_FILE Approved by: portmgr blanket END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T12:18:29.127583Z K 7 svn:log V 74 - Drop .la files, no dependees require them Approved by: portmgr blanket END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T12:18:44.471160Z K 7 svn:log V 44 - Drop .la files, no dependees require them END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2014-09-10T12:58:38.089133Z K 7 svn:log V 18 - Update to 3.4.1 END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2014-09-10T13:00:56.096812Z K 7 svn:log V 17 - Update to 0.49 END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T13:04:02.609310Z K 7 svn:log V 19 Update to 20140905 END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T13:05:31.227563Z K 7 svn:log V 25 Update to alpha-20140905 END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-10T13:09:02.849113Z K 7 svn:log V 101 Stage devel/opengrok and upgrade version 0.11.1 => 0.12.1 The initial staging work was done by pfg@ END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T13:11:28.230571Z K 7 svn:log V 116 Welcome Mate Desktop 1.8 The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T13:14:22.037554Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T13:19:03.933009Z K 7 svn:log V 88 Sean never learn, let's punish him with a ports commit bit. Bryan and I will mentor him END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T13:22:02.945960Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T13:28:11.416550Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 6 swills K 8 svn:date V 27 2014-09-10T13:28:51.436040Z K 7 svn:log V 140 devel/rubygem-hashie2: create port for older hashie gem Needed by chef-zero PR: 193501 Submitted by: Renaud Chaput END K 10 svn:author V 6 kmoore K 8 svn:date V 27 2014-09-10T13:34:03.177028Z K 7 svn:log V 54 Update the pipelight-mkufs script to mount zvols late END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T13:34:53.996320Z K 7 svn:log V 121 Turn OPTIONS_SINGLE KRB5 into an OPTIONS_RADIO like it is supposed to be PR: 193451 Submitted by: dmitry2004@yandex.ru END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T13:40:20.285426Z K 7 svn:log V 99 - Allow staging as a regular user - Remove some @exec/@unexec redundant with USES=shared-mime-info END K 10 svn:author V 6 swills K 8 svn:date V 27 2014-09-10T13:41:57.834269Z K 7 svn:log V 111 sysutils/rubygem-chef-zero: update dependencies PR: 193503 Submitted by: Renaud Chaput END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T13:45:02.627495Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-09-10T13:49:12.377493Z K 7 svn:log V 15 Update to 0.65 END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T13:50:27.839691Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-09-10T13:53:25.539785Z K 7 svn:log V 15 Update to 1.66 END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T13:53:26.778088Z K 7 svn:log V 43 Update bsd.mate.mk has it should have been END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T13:57:46.246446Z K 7 svn:log V 48 - Allow staging as a regular user - USES=python END K 10 svn:author V 4 rene K 8 svn:date V 27 2014-09-10T14:03:52.395485Z K 7 svn:log V 177 www/chromium: update to 37.0.2062.120 Obtained from: FreeBSD Chromium Project MFH: 2014Q3 Security: http://vuxml.freebsd.org/freebsd/36a415c8-3867-11e4-b522-00262d5ed8ee.html END K 10 svn:author V 2 pi K 8 svn:date V 27 2014-09-10T14:07:11.304126Z K 7 svn:log V 281 databases/cego: 2.20.12 -> 2.20.13 - Fix in CegoQueryHelper::evalAttrCond. In some table ordering cases, the attributes had been switched and the evaluation was wrong ( LESS_THAN, MORE_THAN, LESS_EQUAL_THAN, MORE_EQUAL_THAN ). Submitted by: Björn Lemke END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T14:07:50.756546Z K 7 svn:log V 419 Update to 1.4.0-pre-alpha14 Changes: - New @dir keyword - @dirrm/@dirrmtry will now expose a warning in DEVELOPER_MODE - directories outside of PREFIX are now automatically handled - Determine the running OS version from /bin/sh not uname so that pkg doesn't think a jail running on a newer host is an OS upgrade - Remove libyaml - The plist now entirely default on owner root, group wheel - Add more regressions tests END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T14:17:06.851740Z K 7 svn:log V 47 - Allow staging as a regular user - Shebangfix END K 10 svn:author V 2 zi K 8 svn:date V 27 2014-09-10T14:22:19.865669Z K 7 svn:log V 151 - Unbreak MOVED: FATAL: /usr/ports/MOVED: malformed line at 7077. => WARN: /usr/ports/MOVED: seems to have unnecessary blank lines at the last part. END K 10 svn:author V 2 wg K 8 svn:date V 27 2014-09-10T14:23:43.491408Z K 7 svn:log V 46 devel/py-mongoengine: unbreak and USES python END K 10 svn:author V 4 rene K 8 svn:date V 27 2014-09-10T14:29:15.023592Z K 7 svn:log V 237 MFH: r366226 Update www/chromium to 37.0.2062.94 Obtained from: freebsd-chromium@ (especially Carlos Medina) Security: http://www.vuxml.org/freebsd/fd5f305d-2d3d-11e4-aa3d-00262d5ed8ee.html Approved by: portmgr (erwin, on 2014-08-27) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T14:30:02.746947Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 4 rene K 8 svn:date V 27 2014-09-10T14:31:26.877616Z K 7 svn:log V 211 MFH: r367846 www/chromium: update to 37.0.2062.120 Obtained from: FreeBSD Chromium Project Security: http://vuxml.freebsd.org/freebsd/36a415c8-3867-11e4-b522-00262d5ed8ee.html Approved by: ports-secteam (zi) END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T14:40:18.132198Z K 7 svn:log V 166 - Drop .la files for multimedia/libkate, no dependees require them - Add LICENSE_FILE - Bump dependent ports as .so version has changed Approved by: portmgr blanket END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T14:45:19.531521Z K 7 svn:log V 99 - Allow staging as a regular user - Clarify License - Use shebangfix rather than manual post-patch END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T14:59:31.371508Z K 7 svn:log V 59 - Allow staging as a regular user - USES=kmod and simplify END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T14:59:37.134951Z K 7 svn:log V 74 - Drop .la files, no dependees require them Approved by: portmgr blanket END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T15:05:14.612235Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T15:15:42.235859Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T15:26:01.124135Z K 7 svn:log V 39 Add new binutils targetting linux i386 END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T15:29:04.785806Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-10T15:31:14.013753Z K 7 svn:log V 62 - Clarify LICENSE - Drop .la files, no dependees require them END K 10 svn:author V 2 zi K 8 svn:date V 27 2014-09-10T15:33:41.799233Z K 7 svn:log V 354 New ports: textproc/rubygem-elasticsearch, textproc/rubygem-elasticsearch-api, textproc/rubygem-elasticsearch-transport: Ruby integrations for Elasticsearch that feature: * a client for connecting to an Elasticsearch cluster * a Ruby API for the Elasticsearch's REST API * various extensions and utilities WWW: https://rubygems.org/gems/elasticsearch END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T15:37:36.364802Z K 7 svn:log V 95 - Allow staging as a regular user - Do not overwrite config.php with and empty file on install END K 10 svn:author V 4 gahr K 8 svn:date V 27 2014-09-10T15:38:30.876795Z K 7 svn:log V 122 - Update to 1.9.8 Release notes: http://sourceforge.net/p/tcllib/mailman/message/32817224/ - Update LICENSE information END K 10 svn:author V 7 mandree K 8 svn:date V 27 2014-09-10T15:47:57.192768Z K 7 svn:log V 150 Update to 2.72rc1. Announcement with ChangeLog: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2014q3/008793.html Submitted by: portscout END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T15:48:37.481999Z K 7 svn:log V 77 Remove mate-image-viewer and mate-document-viewer, replaced by eom and atril END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T16:08:51.761979Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 6 gerald K 8 svn:date V 27 2014-09-10T16:14:24.706890Z K 7 svn:log V 42 Update to the 20140907 snapshot of GCC 5. END K 10 svn:author V 6 gerald K 8 svn:date V 27 2014-09-10T16:15:09.475878Z K 7 svn:log V 44 Update to the 20140903 snapshot of GCC 4.9. END K 10 svn:author V 6 danilo K 8 svn:date V 27 2014-09-10T16:32:24.667935Z K 7 svn:log V 42 - Fix a memory leak due a improper memset END K 10 svn:author V 8 cperciva K 8 svn:date V 27 2014-09-10T16:39:31.085525Z K 7 svn:log V 201 Unhook mate-text-editor in an attempt to unbreak INDEX. I think this port can be deleted entirely due to the Mate Desktop 1.8 import, but I'm leaving that for someone who was involved in that import. END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T17:05:26.282865Z K 7 svn:log V 69 - Allow staging as a regular user - Switch from gnomehack to pathfix END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T17:17:25.762548Z K 7 svn:log V 59 - Allow staging as a regular user - Remove DOCS conditions END K 10 svn:author V 8 cperciva K 8 svn:date V 27 2014-09-10T17:18:01.989774Z K 7 svn:log V 87 Attempt #4 to unbreak INDEX after Mate Desktop 1.8 import: Chase renamed dependencies. END K 10 svn:author V 8 cperciva K 8 svn:date V 27 2014-09-10T18:36:49.728285Z K 7 svn:log V 77 Attempt #5 to unbreak INDEX after Mate Desktop 1.8 import: s/SUBDUR/SUBDIR/. END K 10 svn:author V 3 dbn K 8 svn:date V 27 2014-09-10T18:46:05.079687Z K 7 svn:log V 263 Update deskutils/plasma-applet-cwp to 1.11.1. ChangeLog: - xml: br.weather.com: location fixed - xml: de.weather.com: location fixed - xml: fr.weather.com: location fixed - xml: in.weather.com: links fixed - xml: pogodynka.pl: fixes - xml: weather.com.cn: fixed END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-10T18:57:30.853706Z K 7 svn:log V 99 Stage textproc/refdb PR: 193484 Submitted by: ohartman (zedat.fu-berlin.de) Too much TLC: marino END K 10 svn:author V 3 jgh K 8 svn:date V 27 2014-09-10T18:59:59.936680Z K 7 svn:log V 105 - update to 1.06 [1] PR: 191132 Submitted by: andrew.hotlab@hotmail.com, jcm@visi.com (maintainer) [1] END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T19:05:50.700335Z K 7 svn:log V 30 mate-text-editor is now pluma END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T19:06:54.670964Z K 7 svn:log V 46 Commit meta port forgotten in mate 1.8 import END K 10 svn:author V 6 gerald K 8 svn:date V 27 2014-09-10T19:09:58.384497Z K 7 svn:log V 1833 Update the default version of GCC in the Ports Collection from GCC 4.7.4 to GCC 4.8.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk, and it replaces the CONFLICT between the lang/gcc and lang/gcc47 ports by lang/gcc48. GCC now uses C++ as its implementation language and performs more aggressive loop analysis which can be disabled via the -fno-aggressive-loop-optimizations command-line option. Compilation of extremely large functions has been signficantly improved, as have interprocedural optimizations. A new optimization level -Og has been introduced. It addresses the need for fast compilation and a superior debugging experience while providing a reasonable level of run-time performance. This should be better suitable for development than the default -O0. A new local register allocator (LRA) has been implemented, which replaces the 26 year old reload pass and improves generated code quality. For now it is active on the x86 and x86-64 targets. AddressSanitizer, a fast memory error detector, has been added and can be enabled via -fsanitize=address. Each diagnostic emitted now includes the original source line and a caret indicating the column. The new option -Wpedantic is an alias for -pedantic, which is now deprecated. The C++ frontend and associated run-time library libstdc++ have gained support for many additional C++11 features. As with previous releases the Fortrand frontend has seen many improvements as well. Support for the AArch64 has been added, and there are many improvements to the x86/x86-64 backend and others. See http://gcc.gnu.org/gcc-4.8/changes.html for an extense list of changes; http://gcc.gnu.org/gcc-4.8/porting_to.html for information on how to port to that new version. PR: 192025 Tested by: antoine (-exp runs) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-09-10T19:45:42.068176Z K 7 svn:log V 20 grab maintainership END K 10 svn:author V 2 cy K 8 svn:date V 27 2014-09-10T20:07:20.706197Z K 7 svn:log V 31 Update 4.2.7p473 --> 4.2.7p474 END K 10 svn:author V 7 mandree K 8 svn:date V 27 2014-09-10T20:30:07.511818Z K 7 svn:log V 41 Remove excess output from pre-configure. END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T20:46:14.368727Z K 7 svn:log V 82 - Allow staging as a regular user - Bump portrevision as most docs was unreadable END K 10 svn:author V 6 gerald K 8 svn:date V 27 2014-09-10T20:50:31.303909Z K 7 svn:log V 193 Update the default version of GCC in the Ports Collection from GCC 4.7.4 to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T20:53:15.057405Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 6 ohauer K 8 svn:date V 27 2014-09-10T20:58:28.271181Z K 7 svn:log V 315 - allow build with apache22/24 - add pkg-message - remove install message from Makefile - remove apache13 fix - add sample module config file instead using apxs to install the LoadModule lines into httpd.conf - install module file into APACHEETCDIR/modules.d Special Thanks to Simon Wright for testing the port! END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T21:01:44.988790Z K 7 svn:log V 52 - Allow staging as a regular user - Clarify license END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-10T21:04:55.506155Z K 7 svn:log V 58 Stage print/musixtex (the last unstaged port in the tree) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T21:10:20.697041Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 7 mandree K 8 svn:date V 27 2014-09-10T21:12:08.912729Z K 7 svn:log V 100 Forward port dnsmasq changes from previous versions, to update the port and fix 10/11 build issues. END K 10 svn:author V 6 ohauer K 8 svn:date V 27 2014-09-10T21:17:25.322031Z K 7 svn:log V 358 cleanup openldap24-server / client - pre-su-instal no longer required with staging (replaced with pre-install) - pkg-install was removed in r295334, so remove the part in Makefile - handle schema.sample files during install and use the @sample keyword - use %%ETCDIR%% in pkg-plist - bump PORTREVISION PR: 193439 Submitted by: ohauer Approved by: delphij END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T21:37:41.648267Z K 7 svn:log V 74 - Allow staging as a regular user - Install the lib as created by libtool END K 10 svn:author V 6 ohauer K 8 svn:date V 27 2014-09-10T21:51:25.090303Z K 7 svn:log V 103 - fix DEFAULT_APACHE_VERSION, (patch based on fix from babt) - white space cleanup with hat apache@ END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T21:58:44.628371Z K 7 svn:log V 71 - Allow staging as a regular user - Make fetchable again - USES=python END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-10T22:01:04.610001Z K 7 svn:log V 57 Fix a typo Bump portrevision as RUN_DEPENDS have changed END K 10 svn:author V 5 adamw K 8 svn:date V 27 2014-09-10T22:03:13.280634Z K 7 svn:log V 29 Fix build by forcing -lpopt. END K 10 svn:author V 5 adamw K 8 svn:date V 27 2014-09-10T22:23:26.127003Z K 7 svn:log V 159 Use OPTIONS_SUB to obtain NO_DOCS, rather than adding NOPORTDOCS to PLIST_SUB. The presence of NOPORTDOCS would trigger commit hook errors in future updates. END K 10 svn:author V 5 adamw K 8 svn:date V 27 2014-09-10T22:27:47.707325Z K 7 svn:log V 137 Change the words NOPORTDOCS and NOPORTEXAMPLES in a couple comments so that future updates won't trigger the NOPORT* commit hook checks. END K 10 svn:author V 6 ohauer K 8 svn:date V 27 2014-09-10T23:00:53.675067Z K 7 svn:log V 140 - unbreak port by fixing GeoIP dependency (dat file no longer sipped with GeoIP) PR: 193546 Submitted by: ohauer Approved by: allanjude END K 10 svn:author V 6 gblach K 8 svn:date V 27 2014-09-10T23:16:27.052047Z K 7 svn:log V 18 - Update to 0.5.3 END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T06:00:05.063086Z K 7 svn:log V 14 Fix packaging END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-11T06:05:04.374583Z K 7 svn:log V 352 Update conflicts between modula3 and cvsup* Modula3 provides a newer cvsup which is unconditionally installed. This put the port in conflict with the two expiring cvsup ports. They've been removed, but a new cvsup-static port took their place. Update the CONFLICTS_INSTALL on both modula3 and cvsup-static as a follow-up to change in cvsup-* ports. END K 10 svn:author V 4 gahr K 8 svn:date V 27 2014-09-11T07:39:00.765212Z K 7 svn:log V 145 - Update to 1.0.2 (corresponds to the version in Tcl 8.6.2) Changelog: http://core.tcl.tk/tcloo/timeline?from=release-1.0.1&to=release-1.0.2 END K 10 svn:author V 5 riggs K 8 svn:date V 27 2014-09-11T07:45:08.746578Z K 7 svn:log V 119 - Add 24 and 32 bit sample formats to the oss plugin - Bump PORTREVISION PR: 181655 Submitted by: jbeich@vfemail.net END K 10 svn:author V 3 hrs K 8 svn:date V 27 2014-09-11T07:48:17.592988Z K 7 svn:log V 171 - Fix a bug which prevented a bind(2) call from working. - Support "make stage" by a non-root user. - Set $*wnn_enable=NO by default. [*] - Fix pkg-plist. PR: 149250 [*] END K 10 svn:author V 3 hrs K 8 svn:date V 27 2014-09-11T08:40:58.082374Z K 7 svn:log V 49 Update to 1.6.9. Submitted by: bjk (maintainer) END K 10 svn:author V 3 hrs K 8 svn:date V 27 2014-09-11T08:55:07.380483Z K 7 svn:log V 48 Fix dependency. Spotted by: dinoex PR: 193362 END K 10 svn:author V 3 ale K 8 svn:date V 27 2014-09-11T09:28:19.067457Z K 7 svn:log V 26 Update to 1.1.31 release. END K 10 svn:author V 3 ale K 8 svn:date V 27 2014-09-11T09:28:48.234058Z K 7 svn:log V 26 Update to 7.0.55 release. END K 10 svn:author V 3 ale K 8 svn:date V 27 2014-09-11T09:29:09.916341Z K 7 svn:log V 26 Update to 8.0.12 release. END K 10 svn:author V 4 makc K 8 svn:date V 27 2014-09-11T09:34:14.904558Z K 7 svn:log V 65 math/scilab-toolbox-swt: - Fix build with clang and drop USE_GCC END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T10:38:29.215377Z K 7 svn:log V 74 - Drop .la files, no dependees require them Approved by: portmgr blanket END K 10 svn:author V 5 riggs K 8 svn:date V 27 2014-09-11T10:45:59.124001Z K 7 svn:log V 149 - Mark IGNORE when trying to use pulseaudio with vlc on pre-9.x systems due to an rtld issue during build PR: 186629 Submitted by: bobf@mrp3.com END K 10 svn:author V 3 kwm K 8 svn:date V 27 2014-09-11T11:05:03.805740Z K 7 svn:log V 112 Remove extra space in LID_DESC. Remove leftover dir to please make check-plist. Submitted by: Dmitry Marakasov END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T11:06:02.818429Z K 7 svn:log V 299 - Convert to USES=libtool and add INSTALL_TARGET=install-strip - Stop trying to build libQFrenderer_sw as a shared library. The library contains x86 asm that does not support PIC. It looks like this asm can be disabled by adding -DPIC to the command line but doing so leads to build errors. END K 10 svn:author V 3 xmj K 8 svn:date V 27 2014-09-11T11:20:02.695781Z K 7 svn:log V 342 devel/subversion: Add Differential Revision: to FreeBSD template Given that it has been possible for a while to close Phabric's Differential Revisions through svn commits, amend the subversion template to match this behavior. Differential Revision: https://reviews.freebsd.org/D600 Approved by: koobs (mentor) Approved by: portmgr (mat) END K 10 svn:author V 4 gahr K 8 svn:date V 27 2014-09-11T12:01:09.717260Z K 7 svn:log V 162 - Update to 2.18 Change: * Adapt to ocaml 4.02, use 'Bytes' module + backward compatibility hack. * Some patches by Damien: typos + illegal format strings. END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T12:02:28.979352Z K 7 svn:log V 17 Add USES=libtool END K 10 svn:author V 3 des K 8 svn:date V 27 2014-09-11T12:15:46.499542Z K 7 svn:log V 67 Rename the patches as per the guidelines in the porter's handbook. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-09-11T12:48:04.345402Z K 7 svn:log V 43 - Update to 0.1.20140911 - Provide manpage END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-09-11T13:01:09.325917Z K 7 svn:log V 30 Remove obsolete MANCOMPRESSED END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-09-11T13:03:17.246255Z K 7 svn:log V 51 Actually remove MANCOMPRESSED, not just comment it END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T13:07:04.792473Z K 7 svn:log V 74 - Drop .la files, no dependees require them Approved by: portmgr blanket END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T13:09:54.680685Z K 7 svn:log V 74 - Drop .la files, no dependees require them Approved by: portmgr blanket END K 10 svn:author V 3 des K 8 svn:date V 27 2014-09-11T13:29:43.576697Z K 7 svn:log V 161 Do not touch httpd.conf during 'make stage'. We rely on bsd.apache.mk to activate the module during make install or at package installation time. MFH: 2014Q3 END K 10 svn:author V 4 gahr K 8 svn:date V 27 2014-09-11T13:31:48.331822Z K 7 svn:log V 79 - Update to 10.2.7 Release notes: http://www.mesa3d.org/relnotes/10.2.7.html END K 10 svn:author V 3 mat K 8 svn:date V 27 2014-09-11T13:34:39.577444Z K 7 svn:log V 136 Add back mail/dcc-dccd - Update to 1.3.155. - Stage. - Build as a user. - Add the option back to spamassassin. Sponsored by: Absolight END K 10 svn:author V 8 vsevolod K 8 svn:date V 27 2014-09-11T13:38:02.590448Z K 7 svn:log V 109 - Update to 0.7.0 [1] - Convert to @sample [1] https://rspamd.com/release/update/2014/09/11/rspamd-0.7.html END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2014-09-11T13:48:30.043150Z K 7 svn:log V 283 Add back USE_LDCONFIG for coourier-authlib-base only. This ports installs libraries needed by other fostware in it's own directory, so USE_LDCONFIG is needed heere or libraries will not be found. PR: 193521 Submitted by: nick@foobar.org Approved by: portmgr (just fix it blanket) END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T13:49:01.659829Z K 7 svn:log V 17 Add USES=libtool END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T13:50:01.140925Z K 7 svn:log V 62 - Drop .la files, no dependees require them - Strip libraries END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T13:51:57.080909Z K 7 svn:log V 88 - Fix LICENSE - Drop .la files, no dependees require them Approved by: portmgr blanket END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-09-11T14:00:41.548141Z K 7 svn:log V 87 - Update to 20140909 Changes: http://people.FreeBSD.org/~sunpoet/pciids-20140909.diff END K 10 svn:author V 3 brd K 8 svn:date V 27 2014-09-11T14:09:43.811146Z K 7 svn:log V 82 Document CVE-2014-5284 affecting security/ossec-hids-* < 2.8.1. Reviewed by: zi@ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T14:10:37.249481Z K 7 svn:log V 64 Release maintainership; scons makes this impossible to maintain END K 10 svn:author V 3 brd K 8 svn:date V 27 2014-09-11T14:11:11.076831Z K 7 svn:log V 112 Update to 2.8.1 which addresses CVE-2014-5284. Reviewed by: zi@ Security: 36858e78-3963-11e4-ad84-000c29f6ae42 END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T14:37:37.138864Z K 7 svn:log V 17 Add USES=libtool END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T14:39:39.576697Z K 7 svn:log V 17 Add USES=libtool END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T14:40:48.441448Z K 7 svn:log V 91 - Unbreak by providing path to glut.h include PR: 193550 Submitted by: mazhe@alkumuna.eu END K 10 svn:author V 5 adamw K 8 svn:date V 27 2014-09-11T15:01:36.235060Z K 7 svn:log V 176 Not sure where I found muttprint-langinfo existing before, but it doesn't appear to be built in print/ or russian/, so remove it from the plist entirely and bump PORTREVISION. END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T15:02:32.899972Z K 7 svn:log V 17 Add USES=libtool END K 10 svn:author V 6 sbruno K 8 svn:date V 27 2014-09-11T15:04:04.861774Z K 7 svn:log V 355 This port does not use ${ARCH} to rename the egg info file that it creates. This causes the pkg-plist to break on architechtures where MACHINE and MACHINE_ARCH to differ. Assume that the upstream folks know what they are doing and create a UNAME_M variable to handle this in the pkg-plist. PR: 188856 Reviewed by: koobs Approved by: bdrewery (mentor) END K 10 svn:author V 6 sbruno K 8 svn:date V 27 2014-09-11T15:17:28.828766Z K 7 svn:log V 114 Add armv6 to the 32 bit list of targets Phabric: https://reviews.freebsd.org/D762 Approved by: bdrewery (mentor) END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T15:30:56.715497Z K 7 svn:log V 17 Add USES=libtool END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-09-11T15:51:51.757718Z K 7 svn:log V 83 - Update to 0.002 Changes: http://search.cpan.org/dist/lexical-underscore/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-09-11T15:51:56.333252Z K 7 svn:log V 74 - Update to 0.32 Changes: http://search.cpan.org/dist/Math-Int64/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-09-11T15:52:00.845154Z K 7 svn:log V 107 - Update to 0.52 - Update maintainer section Changes: http://joeyh.name/code/moreutils/news/version_0.52/ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-09-11T15:52:05.643693Z K 7 svn:log V 87 - Update to 0.006 Changes: http://search.cpan.org/dist/XML-LibXML-PrettyPrint/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-09-11T15:52:17.878531Z K 7 svn:log V 92 - Update to 4.1.6 Changes: http://www.tinymce.com/develop/changelog/index.php?type=tinymce END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-09-11T15:53:49.746369Z K 7 svn:log V 85 - Update to 7.38.0 - Remove SPNEGO option Changes: http://curl.haxx.se/changes.html END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T16:24:03.197693Z K 7 svn:log V 149 - Update to 0.12 (1) - Add LICENSE (1) - Take maintainership (1) - Repect CXXFLAGS (2) PR: 193516 Submitted by: 5u623l20@gmail.com (1), amdmi3 (2) END K 10 svn:author V 4 mich K 8 svn:date V 27 2014-09-11T17:11:06.427116Z K 7 svn:log V 24 - Fix libnet dependency END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T17:49:37.919213Z K 7 svn:log V 222 - Preserve devel/yaml-cpp as devel/yaml-cpp03 in preparation to update to 0.5 - Introduce changes necessary to allow both versions to coexist PR: 192330 Submitted by: madpilot@FreeBSD.org Approved by: maintainer timeout END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T17:51:14.957711Z K 7 svn:log V 122 - Switch graphics/opencolorio and chinese/librime to yaml-cpp03, as they are incompatible with newer version PR: 192330 END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T17:55:50.903050Z K 7 svn:log V 152 - Update to 0.5.1 - Add LICENSE_FILE - Pass maintainership to submitter PR: 192330 Submitted by: madpilot@FreeBSD.org Approved by: maintainer timeout END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2014-09-11T18:08:37.740031Z K 7 svn:log V 64 - Update to 1.0 PR: 145239 Submitted by: madpilot@FreeBSD.org END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T19:08:46.470596Z K 7 svn:log V 105 - Allow staging as a regular user - Bump portrevision as files were not packaged with intended ownership END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T19:17:42.622723Z K 7 svn:log V 130 - Add USES=libtool - Replace pre-configure with standard USE_AUTOTOOLS - Remove CFLAGS that are already default - pkg-plist fixes END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T19:18:02.820799Z K 7 svn:log V 109 - Allow staging as a regular user - Bump portrevision as 2 directories were not packaged with intended owner END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T19:22:47.327759Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T19:29:18.243229Z K 7 svn:log V 101 - Allow staging as a regular user - Bump portrevision as files were not packaged with intended owner END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T19:44:48.705042Z K 7 svn:log V 57 Allow staging as regular user and don't violate stagedir END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T19:48:41.477962Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 6 johans K 8 svn:date V 27 2014-09-11T19:50:14.981362Z K 7 svn:log V 114 Overhaul of games/xboard in preparation of slave port games/xboard-devel PR: 193271 Submitted by: kalten@gmx.at END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T19:52:47.796095Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T19:58:43.462049Z K 7 svn:log V 113 - Allow staging as a regular user - Bump portrevision as @exec/@unexec were not setting owner on the right files END K 10 svn:author V 6 johans K 8 svn:date V 27 2014-09-11T20:01:26.141406Z K 7 svn:log V 434 New port: games/xboard-devel Created as a slave port of games/xboard X frontend for playing chess games, supporting several engines It is keeping up to date (as I hope) with the version of H.G.Muller at http://hgm.nubati.net/cgi-bin/gitweb.cgi/xboard.git as he seems to be the main maintainer correcting problems and adding features often whereas releases of xboard seem to be quite seldom. PR: 193272 Submitted by: kalten@gmx.at END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T20:07:50.846921Z K 7 svn:log V 79 Allow staging as a regular user and simplify plist now that pkg_install is EOL END K 10 svn:author V 6 johans K 8 svn:date V 27 2014-09-11T20:10:18.935783Z K 7 svn:log V 21 Update to rpm 4.11.3 END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T20:10:40.747901Z K 7 svn:log V 180 - Convert to USES=libtool and add INSTALL_TARGET=install-strip - Add USE_AUTOTOOLS=libtoolize (and others) because the bundled libtool is too old to support FreeBSD 4 and higher END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T20:16:52.079820Z K 7 svn:log V 17 Update to 0.12.0 END K 10 svn:author V 6 johans K 8 svn:date V 27 2014-09-11T20:19:05.209104Z K 7 svn:log V 59 - Update to CyaSSL 3.2.0 - Enable some additional features END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T20:30:17.855386Z K 7 svn:log V 101 - Allow staging as a regular user - Bump portrevision has files weren't packaged with intended owner END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T20:37:35.921185Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T20:54:14.996197Z K 7 svn:log V 47 - Allow staging as a regular user - Shebangfix END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T20:57:56.496770Z K 7 svn:log V 225 - Remove USE_AUTOTOOLS=libtool - Add USE_AUTOTOOLS=libtoolize (and others) because the configure script hasn't been generated with the same version of libtool as the bundled ltmain.sh script - Remove -fPIC and --with-pic END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T20:59:46.409424Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T21:00:07.901001Z K 7 svn:log V 56 - Remove USE_AUTOTOOLS=libtool - Convert to USES=python END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T21:08:45.295483Z K 7 svn:log V 38 Both master and slave fail to package END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T21:13:24.277659Z K 7 svn:log V 68 Replace USE_AUTOTOOLS=libtool:env with USE_AUTOTOOLS=libtoolize:env END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T21:19:52.399851Z K 7 svn:log V 29 Switch to USES=libtool:build END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T21:20:39.878405Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T21:26:06.946451Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T21:34:14.961351Z K 7 svn:log V 101 - Allow staging as a regular user - Bump portrevision as files were not packaged with intended owner END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T21:53:51.217256Z K 7 svn:log V 101 - Allow staging as a regular user - Bump portrevision as files were not packaged with intended owner END K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-09-11T21:54:45.230219Z K 7 svn:log V 70 databases/sqlite2: - Convert to USES=libtool and bump dependent ports END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T22:02:27.175748Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T22:14:01.535878Z K 7 svn:log V 32 Allow staging as a regular user END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-09-11T22:30:43.245868Z K 7 svn:log V 58 - Allow staging as a regular user - USES=shared-mime-info END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2014-09-11T23:11:48.037790Z K 7 svn:log V 102 @sample: Alert user that there is a stale file to be removed. Submitted by: amdmi3 With hat: portmgr END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2014-09-11T23:17:12.872139Z K 7 svn:log V 24 Use @sample for sudoers END K 10 svn:author V 5 leeym K 8 svn:date V 27 2014-09-11T23:48:54.272950Z K 7 svn:log V 66 - update to 1.4d (see http://www.harding.motd.ca/autossh/CHANGES) END K 10 svn:author V 6 gerald K 8 svn:date V 27 2014-09-12T00:01:23.945276Z K 7 svn:log V 311 Fix the PORTREVISION bump for the lang/gcc update that went badly for ports (x11-drivers plus graphics/libGL plus x11-servers/xorg-server) that handle PORTREVISION in a creative manner hardly lending itself to any form of automated bumping. PR: 192025 Reported by: Scott Allendorf END K 10 svn:author V 5 jhale K 8 svn:date V 27 2014-09-12T01:33:18.244461Z K 7 svn:log V 274 New port: sysutils/py-queuelib Queuelib is a collection of persistent (disk-based) queues for Python. Queuelib's goals are speed and simplicity. It was originally part of the Scrapy framework and stripped out into its own library. WWW: https://github.com/scrapy/queuelib END K 10 svn:author V 5 jhale K 8 svn:date V 27 2014-09-12T01:39:55.957183Z K 7 svn:log V 302 New port: net/go-cs go-cs is a program for concurrently executing ssh(1)/scp(1) on a number of hosts. It is intended to automate running remote commands or copying files between hosts on a network. WWW: http://github.com/akosela/go-cs PR: 193470 Submitted by: Andy Kosela END