ĻQ290242 229 130 112 136 207 150 1960 149 2748 234 133 164 338 433 228 239 207 171 242 185 394 149 129 168 270 171 152 118 205 137 214 167 162 271 215 110 140 668 274 150 123 160 195 131 110 131 164 208 107 117 422 418 309 482 108 107 107 107 107 107 107 107 107 159 130 133 705 118 183 294 303 197 112 344 306 249 153 109 115 122 450 346 294 334 132 168 281 220 236 169 156 162 230 272 279 206 260 252 151 199 108 307 160 159 119 306 259 486 271 160 230 152 443 113 149 152 132 220 202 175 117 256 160 171 158 373 474 125 331 111 275 160 481 153 228 710 109 252 431 136 112 110 322 252 527 205 160 127 141 156 178 160 112 103 159 200 304 428 304 172 361 286 193 131 409 169 141 226 209 113 111 184 247 231 212 206 134 248 116 144 208 110 182 256 202 247 289 186 107 107 326 243 108 214 270 230 180 160 259 278 147 654 375 109 109 160 106 118 146 312 133 242 196 252 169 476 112 208 117 117 119 119 217 198 199 200 201 204 487 498 K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2012-02-01T18:24:50.000000Z K 7 svn:log V 35 Document removal of audio/wmmixer. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2012-02-01T18:28:06.000000Z K 7 svn:log V 16 Update to 1.07. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2012-02-01T18:35:13.000000Z K 7 svn:log V 40 Update to 1.33 and take maintainership. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2012-02-01T18:46:36.000000Z K 7 svn:log V 110 Add a port for smp_utils, a set of utilities for Serial Attached SCSI (SAS) Serial Management Protocol (SMP). END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T18:51:58.000000Z K 7 svn:log V 54 - Update WWW: the original www.libspf.org disappeared END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T18:52:58.000000Z K 7 svn:log V 1862 - Update to 1.48 - Add my LOCAL as MASTER_SITES - Take maintainership Changes: http://bazaar.launchpad.net/~python-memcached-team/python-memcached/trunk/view/head:/ChangeLog - Bug #745633: Values of maximum size are not stored API inconsistency, max value length was tested for <= while max KEY length was <. So I picked that keys and values *LONGER* than the specified max value are what is used, and added documentation and tests to that effect. The test for max value tested that length plus 4, so I've changed that to be that value plus 1. Issue found by matt-quru. - Bug #713488: Issues Invalid "delete" command. Protocol has changed so that the "delete" operation no longer takes a "time" argument. It seems that some servers will refuse a "delete key 0" while others will accept it, but the official server will NOT accept "delete key 1". So I've changed it so that if no "time" argument is specified, no time argument is sent to the server. - Bug #713451: server.expect("END") needs to be in a finally block Expect an "END" when the _recv_value() raises an exception. Patch by Jay Farrimond. - Bug: #741090: cas cache can grow unbounded. Default now is that the cache is not used, unless the "Client()" object is created with "cache_cas=True". In that case, you need to have your own cas clearing code, a simple one would be to use Client().reset_cas() to completely clear the cas_ids cache. Problem pointed out by Shaun Cutts. - Bug #728359: Make python-memcache work on memcache restarts. Patch by Tarek Ziade', reviewed and further patches submitted by Hugo Beauze'e-Luysse and Neganov Alexandr. - Bug #798342: If memcached server sends unknown flag in response for "get", results in: "UnboundLocalError: local variable 'val' referenced before assignment" Now returns "None" instead. Patch by Sharoon Thomas END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T18:55:13.000000Z K 7 svn:log V 53 - Add my LOCAL as MASTER_SITES - Take maintainership END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-01T18:56:08.000000Z K 7 svn:log V 2654 - Update to 2.2.22 Addresses: * SECURITY: CVE-2011-3607 (cve.mitre.org) Integer overflow in the ap_pregsub function in server/util.c in the Apache HTTP Server 2.0.x through 2.0.64 and 2.2.x through 2.2.21, when the mod_setenvif module is enabled, allows local users to gain privileges via a .htaccess file with a crafted SetEnvIf directive, in conjunction with a crafted HTTP request header, leading to a heap-based buffer overflow. * SECURITY: CVE-2012-0021 (cve.mitre.org) The log_cookie function in mod_log_config.c in the mod_log_config module in the Apache HTTP Server 2.2.17 through 2.2.21, when a threaded MPM is used, does not properly handle a %{}C format string, which allows remote attackers to cause a denial of service (daemon crash) via a cookie that lacks both a name and a value. * SECURITY: CVE-2012-0031 (cve.mitre.org) scoreboard.c in the Apache HTTP Server 2.2.21 and earlier might allow local users to cause a denial of service (daemon crash during shutdown) or possibly have unspecified other impact by modifying a certain type field within a scoreboard shared memory segment, leading to an invalid call to the free function. * SECURITY: CVE-2011-4317 (cve.mitre.org) The mod_proxy module in the Apache HTTP Server 1.3.x through 1.3.42, 2.0.x through 2.0.64, and 2.2.x through 2.2.21, when the Revision 1179239 patch is in place, does not properly interact with use of (1) RewriteRule and (2) ProxyPassMatch pattern matches for configuration of a reverse proxy, which allows remote attackers to send requests to intranet servers via a malformed URI containing an @ (at sign) character and a : (colon) character in invalid positions. NOTE: this vulnerability exists because of an incomplete fix for CVE-2011-3368. * SECURITY: CVE-2012-0053 (cve.mitre.org) protocol.c in the Apache HTTP Server 2.2.x through 2.2.21 does not properly restrict header information during construction of Bad Request (aka 400) error documents, which allows remote attackers to obtain the values of HTTPOnly cookies via vectors involving a (1) long or (2) malformed header in conjunction with crafted web script. * SECURITY: CVE-2011-3368 (cve.mitre.org) The mod_proxy module in the Apache HTTP Server 1.3.x through 1.3.42, 2.0.x through 2.0.64, and 2.2.x through 2.2.21 does not properly interact with use of (1) RewriteRule and (2) ProxyPassMatch pattern matches for configuration of a reverse proxy, which allows remote attackers to send requests to intranet servers via a malformed URI containing an initial @ (at sign) character. PR: ports/164675 Reviewed by: pgollucci Approved by: pgollucci, crees, rene (mentors, implicit) With Hat: apache@ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T18:57:02.000000Z K 7 svn:log V 137 - Fix CATEGORIES when IPV6 option is off - Use correct flag: LDFLAGS - Simplify doc installation - Cosmetic change - Take maintainership END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T18:58:05.000000Z K 7 svn:log V 37 - Pet portlint - Take maintainership END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T19:02:05.000000Z K 7 svn:log V 68 - Pet portlint - Cosmetic change - Take maintainership - Update WWW END K 10 svn:author V 5 crees K 8 svn:date V 27 2012-02-01T19:31:58.000000Z K 7 svn:log V 243 Minor changes for UNIQUENAME; remove excessive hyphens Apologies for the noise here; I'm getting used to the consequences of slaving ports like this-- postgresql has an unusual arrangement here. Submitted by: Neil Darlow (neil@darlow.co.uk) END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-01T20:06:30.000000Z K 7 svn:log V 340 - Update to 1.5 - support for oasis and findlib - added blowfish and MAC support along with bugfixes - plist is removed in favor of generation via findlib - remove META from FILESDIR, as it is now distributed - maintainer address update PR: ports/164661 Submitted by: maintainer, Jaap.Boender at pps.jussieu.fr Approved by: crees (mentor) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T20:19:59.000000Z K 7 svn:log V 131 - Update to 2.0.6 - Take maintainership Changes: http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.6/readme.txt/view END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T20:20:31.000000Z K 7 svn:log V 142 - Update to 1.36 - Add my LOCAL as MASTER_SITES - Take maintainership Changes: https://github.com/linsomniac/tumgreyspf/blob/master/WHATSNEW END K 10 svn:author V 5 crees K 8 svn:date V 27 2012-02-01T20:53:01.000000Z K 7 svn:log V 112 Use USERS and GROUPS PR: ports/164548 Submitted by: crees (me) Approved by: v.haisman@sh.cvut.cz (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T21:52:04.000000Z K 7 svn:log V 75 - Fix LICENSE - Remove PHP_MODNAME - Cosmetic change - Take maintainership END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T21:52:47.000000Z K 7 svn:log V 145 - Update to 1.3.2 - Remove PHP_MODNAME - Cosmetic change - Take maintainership Changes: http://pecl.php.net/package-changelog.php?package=gnupg END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T21:53:25.000000Z K 7 svn:log V 89 - Update to 0.09 Changes: http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-01T21:56:33.000000Z K 7 svn:log V 297 - Update COMMENT, add DEFAULT_PHP_VER and IGNORE_WITH_PHP: this port is for PHP 4 only - Add LICENSE - While I'm here: - Remove PHP_MODNAME - Respect PORTEXAMPLES - Pet portlint - Use PORTEXAMPLES instead of the two-line PLIST PR: ports/152901 Submitted by: Tom Judge END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-01T22:09:30.000000Z K 7 svn:log V 54 - Add TEST_DEPENDS Approved by: maintainer (blanket) END K 10 svn:author V 7 stephen K 8 svn:date V 27 2012-02-01T22:47:58.000000Z K 7 svn:log V 33 - Patch to enable build on i386. END K 10 svn:author V 7 stephen K 8 svn:date V 27 2012-02-01T23:34:06.000000Z K 7 svn:log V 72 - Remove a patch file that didn't do anything. Pointyhat: stephen (me) END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-02T00:04:24.000000Z K 7 svn:log V 177 - fix sed regular expression - don't clobber do-patch while here PR: ports/164693 Submitted by: maintainer, graudeejs at gmail.com Approved by: crees, rene (mentors, implicit) END K 10 svn:author V 5 edwin K 8 svn:date V 27 2012-02-02T00:09:07.000000Z K 7 svn:log V 77 Ports modules update at Thursday 02 February 2012 at 00:09 Feature safe: yes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-02T01:26:41.000000Z K 7 svn:log V 56 - Take maintainership: prepare for libshout 1.x removal END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-02T01:26:44.000000Z K 7 svn:log V 22 - Take maintainership END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-02T01:32:18.000000Z K 7 svn:log V 112 document latest Apache vulnerabilities PR: ports/164675 Reviewed by: crees, eadler Approved by: crees (mentor) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-02T02:33:22.000000Z K 7 svn:log V 41 - Remove missing file in previous commit END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-02T03:25:50.000000Z K 7 svn:log V 117 - Update to 1.59 - Pet portlint: reorder LICENSE* knobs Changes: http://search.cpan.org/dist/Math-Complex/ChangeLog END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-02T03:57:51.000000Z K 7 svn:log V 71 - Update to 9394 Changes: http://svn.tartarus.org/sgt/agedu/?view=log END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-02T05:51:49.000000Z K 7 svn:log V 66 - Clearify DEPRECATED message - Set EXPIRATION_DATE to 2012-03-01 END K 10 svn:author V 4 bapt K 8 svn:date V 27 2012-02-02T07:21:14.000000Z K 7 svn:log V 177 Fix a regression in the default target chain introduced when pushing the new pkg-depends target. Now check-sanity and all depending targets are called again With hat: portmgr END K 10 svn:author V 3 wen K 8 svn:date V 27 2012-02-02T07:31:12.000000Z K 7 svn:log V 122 - Update to 2.258 ChangeLog: http://cpansearch.perl.org/src/CHRMUE/Socket-Class-2.258/Changes - Reset maintainer to perl@ END K 10 svn:author V 3 wen K 8 svn:date V 27 2012-02-02T07:50:58.000000Z K 7 svn:log V 18 - Update to 0.6.1 END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2012-02-02T08:34:16.000000Z K 7 svn:log V 44 1: Upgrade to 2.0. 2: fix build with clang. END K 10 svn:author V 9 scheidell K 8 svn:date V 27 2012-02-02T08:34:27.000000Z K 7 svn:log V 569 - Bump PORTREVISION - Use USE_DOS2UNIX to remove ^M from documentation - Add support for the bundled configuration builder - Move default logging directory to PORTNAME specific one - Move example files to EXAMPLESDIR and make optional - Remove dsp_sc plugin documentation - Reinstate required_dirs variable from rc.d script - Remove log file creation from rc.d script (no longer required) - Display clean-up warning on port deinstall (based on bsd.port.mk) PR: ports/164591 Submitted by: Jarrod Sayers maintainer Approved by: gabor (mentor) END K 10 svn:author V 9 scheidell K 8 svn:date V 27 2012-02-02T08:42:05.000000Z K 7 svn:log V 175 - Fix build if OSVERSION < 802502 - Update MASTER_SITES PR: ports/164580 Submitted by: Thomas Zander maintainer Approved by: gabor (mentor) END K 10 svn:author V 3 flo K 8 svn:date V 27 2012-02-02T09:01:30.000000Z K 7 svn:log V 58 Fix fetch by catching up to last minute directory changes END K 10 svn:author V 3 ale K 8 svn:date V 27 2012-02-02T09:29:00.000000Z K 7 svn:log V 31 Update compatibility versions. END K 10 svn:author V 3 ale K 8 svn:date V 27 2012-02-02T10:10:48.000000Z K 7 svn:log V 68 Remove version reference and move creation of WRKDIR in do-extract. END K 10 svn:author V 5 culot K 8 svn:date V 27 2012-02-02T10:11:28.000000Z K 7 svn:log V 100 - Update to 0.006009 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Devel-Declare/Changes END K 10 svn:author V 3 ale K 8 svn:date V 27 2012-02-02T10:12:01.000000Z K 7 svn:log V 39 Move creation of WRKDIR in do-extract. END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2012-02-02T10:12:08.000000Z K 7 svn:log V 16 Update to 1.3.6 END K 10 svn:author V 3 ale K 8 svn:date V 27 2012-02-02T10:13:29.000000Z K 7 svn:log V 39 Move creation of WRKSRC in do-extract. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2012-02-02T11:07:03.000000Z K 7 svn:log V 72 Update to 1.0.9. Add support for chord mode. Submitted by: maintainer END K 10 svn:author V 3 kwm K 8 svn:date V 27 2012-02-02T11:08:40.000000Z K 7 svn:log V 115 Update to 1.0.2. Add support for specifying the jack package name via the command line. Submitted by: maintainer END K 10 svn:author V 2 mm K 8 svn:date V 27 2012-02-02T11:14:22.000000Z K 7 svn:log V 16 Update to 2.9.1 END K 10 svn:author V 3 osa K 8 svn:date V 27 2012-02-02T12:28:55.000000Z K 7 svn:log V 25 Fix path for nologin(8). END K 10 svn:author V 4 gahr K 8 svn:date V 27 2012-02-02T12:51:16.000000Z K 7 svn:log V 328 - Update to 1.1.2 * Handle printable characters from the Latin-1 to Latin-9 sets * Handle KeyPad motion (Up, Down, ...) and digits keys * Fix a bug that caused the PATH scanning routine to ignore the last path element and simplify the algorithm - Add LICENSE (MIT) - Rearrange MASTER_SITES to fetch from my site first END K 10 svn:author V 4 bapt K 8 svn:date V 27 2012-02-02T12:54:29.000000Z K 7 svn:log V 324 - update to 1.1 Changes: - add ARCH=i386 in make.conf on i386 jail for amd64 host [1] - testport and bulk now uses the same package dir: ${POUDRIERE_DATA}/packages/- [2] - fix testport with pkgng - remove an extras .txz when creating a jail > 9.0 Submitted by: martymac[1] Suggested by: avilla[2] END K 10 svn:author V 3 wen K 8 svn:date V 27 2012-02-02T12:56:00.000000Z K 7 svn:log V 216 This library provides implementations of special mathematical functions and Chebyshev polynomials. These functions are often useful in statistical and numerical computing. WWW: https://github.com/bos/math-functions END K 10 svn:author V 3 osa K 8 svn:date V 27 2012-02-02T13:05:19.000000Z K 7 svn:log V 389 Change type of pointers from int to uintptr_t for support 64 bit platforms. Use system regexp library. Add implementation of REPORT method. While I'm here, convert pkginstall script into USERS/GROUPS macro and remove needless script. Use bsd.options.mk. Bump PORTREVISION. Tested by: Dmitry Afanasiev Approved by: maintainer (timeout > 2 weeks) PRs: 163317, 164018 END K 10 svn:author V 2 mm K 8 svn:date V 27 2012-02-02T13:36:37.000000Z K 7 svn:log V 17 Update to 3.0.15 END K 10 svn:author V 2 mm K 8 svn:date V 27 2012-02-02T13:36:45.000000Z K 7 svn:log V 16 Update to 3.0.5 END K 10 svn:author V 2 mm K 8 svn:date V 27 2012-02-02T13:36:58.000000Z K 7 svn:log V 16 Update to 1.2.3 END K 10 svn:author V 2 mm K 8 svn:date V 27 2012-02-02T13:37:16.000000Z K 7 svn:log V 16 Update to 1.4.2 END K 10 svn:author V 2 mm K 8 svn:date V 27 2012-02-02T13:37:25.000000Z K 7 svn:log V 16 Update to 1.1.4 END K 10 svn:author V 2 mm K 8 svn:date V 27 2012-02-02T13:37:33.000000Z K 7 svn:log V 16 Update to 1.0.5 END K 10 svn:author V 2 mm K 8 svn:date V 27 2012-02-02T13:37:42.000000Z K 7 svn:log V 16 Update to 1.8.4 END K 10 svn:author V 2 mm K 8 svn:date V 27 2012-02-02T13:37:51.000000Z K 7 svn:log V 16 Update to 1.0.3 END K 10 svn:author V 2 mm K 8 svn:date V 27 2012-02-02T13:38:00.000000Z K 7 svn:log V 16 Update to 1.4.8 END K 10 svn:author V 7 stephen K 8 svn:date V 27 2012-02-02T13:53:07.000000Z K 7 svn:log V 63 - Fix two LDFLAGS issues. - Allow parallel builds on FreBSD 9+ END K 10 svn:author V 3 sem K 8 svn:date V 27 2012-02-02T13:53:27.000000Z K 7 svn:log V 38 - Update to 1.4.16 * Bugfix release END K 10 svn:author V 3 wxs K 8 svn:date V 27 2012-02-02T14:02:59.000000Z K 7 svn:log V 41 MITRE is spelled in all capital letters. END K 10 svn:author V 5 danfe K 8 svn:date V 27 2012-02-02T14:13:30.000000Z K 7 svn:log V 610 - Update to version 4.6.4 - Define LICENSE (GPLv2) and remove it (and some other useless files) from PORTDOCS - Remove pkg-plist; use PLIST_FILES/PORTDOCS instead - Adjust COMMENT and canonicalize Makefile header - Always include large file support as it seems there is no reason not to enable it these days - Remove useless MASTER_SITE_SUBDIR and add missing USE_NCURSES knobs - Deorbit custom do-install target; instead use post-install for PORTDOCS - Unmute installation commands Submitted by: zeus@ibs.dn.ua (version update; cleanups and bugs are mine) Approved by: maintainer timeout (over 6 months) END K 10 svn:author V 3 ale K 8 svn:date V 27 2012-02-02T15:04:25.000000Z K 7 svn:log V 26 Update to 7.0.25 release. END K 10 svn:author V 4 rene K 8 svn:date V 27 2012-02-02T16:07:26.000000Z K 7 svn:log V 90 Remove expired port: 2012-02-01 x11-wm/xfce: abandoned upstream, use x11-wm/xfce4 instead END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-02T16:52:48.000000Z K 7 svn:log V 197 - Update to 2.46 Changes: http://search.cpan.org/dist/Mojolicious/Changes PR: ports/164520 Submitted by: sunpoet (myself) Approved by: Murilo Opsfelder Araujo (maintainer) END K 10 svn:author V 9 scheidell K 8 svn:date V 27 2012-02-02T17:13:13.000000Z K 7 svn:log V 204 - Update to 3.1.2.2012.01.22 - Remove AVR and XA51 targets (unsupported) - Fix build on sparc64 PR: ports/164373 Submitted by: Tijl Coosemans maintainer Approved by: gabor (mentor) END K 10 svn:author V 2 rm K 8 svn:date V 27 2012-02-02T17:17:44.000000Z K 7 svn:log V 105 - update to 1.9.2.8 PR: 164710 Submitted by: Rusty Nejdl (maintainer) END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2012-02-02T17:28:59.000000Z K 7 svn:log V 17 Update to 15.7.3 END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-02T17:41:14.000000Z K 7 svn:log V 251 - adjust rabbitmq-plugins to use ${PREFIX}/etc in favor of /etc - while here drop custom user installation in favor of portstree USERS framework PR: ports/164671 Submitted by: maintainer, pneumann at gmail.com Approved by: maintainer, crees (mentor) END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-02T18:17:31.000000Z K 7 svn:log V 213 - fix linker errors for systems that have installed llvm - let clang build llvm - fix build on ${OSVERSION} < 800107 PR: ports/164467 Submitted by: maintainer, jyyou at cs.nctu.edu.tw Approved by: crees (mentor) END K 10 svn:author V 5 danfe K 8 svn:date V 27 2012-02-02T18:30:28.000000Z K 7 svn:log V 154 PAE kernels are incompatible with legacy drivers only (for a while now), so adjust pkg-message accordingly. Discussed with: Christian Zander from nVidia END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-02T18:34:24.000000Z K 7 svn:log V 61 - adjust ordering for latest apache entry Spotted by: remko END K 10 svn:author V 3 dhn K 8 svn:date V 27 2012-02-02T19:54:44.000000Z K 7 svn:log V 17 - Update to 12.8 END K 10 svn:author V 2 cy K 8 svn:date V 27 2012-02-02T20:20:24.000000Z K 7 svn:log V 24 Update 2.6.3 --> 2.6.4. END K 10 svn:author V 2 cy K 8 svn:date V 27 2012-02-02T20:22:10.000000Z K 7 svn:log V 31 Update 4.2.7p249 --> 4.2.7p255 END K 10 svn:author V 3 pav K 8 svn:date V 27 2012-02-02T20:30:24.000000Z K 7 svn:log V 357 - Mark BROKEN: fails to build cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ markers1.asy ../base/plain_xasy.asy: 93.7: runtime: Command exited abnormally: gs -q -dNOPAUSE -dBATCH -sDEVICE=pngalpha -dEPSCrop -dSAFER -r72x72 -sOutputFile=png/markers1.png png/markers1_.eps gmake[2]: *** [markers1.png] Error 1 Reported by: pointyhat END K 10 svn:author V 3 pav K 8 svn:date V 27 2012-02-02T20:35:22.000000Z K 7 svn:log V 253 - Mark BROKEN on 7.X: does not compile libtest/test.cc: In function 'int main(int, char**)': libtest/test.cc:116: error: 'sigignore' was not declared in this scope gmake[1]: *** [libtest/libtest_libtest_la-test.lo] Error 1 Reported by: pointyhat END K 10 svn:author V 2 rm K 8 svn:date V 27 2012-02-02T20:43:23.000000Z K 7 svn:log V 202 - update to 1.5p7 (fix directory traversal in special case) - while i'm here, fix couple of whitespaces and NOMAN -> NO_MAN warning PR: 164717 Submitted by: Michiel Boland END K 10 svn:author V 3 pav K 8 svn:date V 27 2012-02-02T20:49:02.000000Z K 7 svn:log V 241 - Mark BROKEN: does not configure checking for python-rdflib... configure: error: in `/work/a/ports/sysutils/zeitgeist/work/zeitgeist-0.8.1.1': configure: error: failed. Please install the python-rdflib package. Reported by: pointyhat END K 10 svn:author V 3 flo K 8 svn:date V 27 2012-02-02T21:20:48.000000Z K 7 svn:log V 40 Fix build with gcc46 Submitted by: avg END K 10 svn:author V 7 thierry K 8 svn:date V 27 2012-02-02T21:36:28.000000Z K 7 svn:log V 72 Upgrade to 2012.20. Changelog at . END K 10 svn:author V 9 scheidell K 8 svn:date V 27 2012-02-02T22:22:06.000000Z K 7 svn:log V 182 - Fix to build on i386 PR: ports/164551 Reported by: Arne Meyer Submitted by: Jyun-Yan You (maintainer) Approved by: gabor (mentor) END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-02T23:20:23.000000Z K 7 svn:log V 127 - Update to 0.600.1 - while here move man installation away from ${PREFIX}/share Approved by: crees, rene (mentors, implicit) END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-03T00:00:21.000000Z K 7 svn:log V 143 - Update to 3.2.1 (bugfixes) PR: ports/164720 Submitted by: maintainer, erdgeist at erdgeist.org Approved by: crees, rene (mentors, implicit) END K 10 svn:author V 5 edwin K 8 svn:date V 27 2012-02-03T00:09:07.000000Z K 7 svn:log V 75 Ports modules update at Friday 03 February 2012 at 00:09 Feature safe: yes END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-03T01:40:43.000000Z K 7 svn:log V 64 - Update to 0.9.1 Approved by: crees, rene (mentors, implicit) END K 10 svn:author V 3 wen K 8 svn:date V 27 2012-02-03T02:30:30.000000Z K 7 svn:log V 70 - Strict python version PR: ports/163826 Submitted by: wen@(myself) END K 10 svn:author V 3 lme K 8 svn:date V 27 2012-02-03T05:31:39.000000Z K 7 svn:log V 137 - Fix build with UNHANDLED_HACK [1] - Patch ping syntax and s/Linux/FreeBSD/ by default - Bump PORTREVISION Noticed by: Kurt Jaeger [1] END K 10 svn:author V 2 rm K 8 svn:date V 27 2012-02-03T06:33:02.000000Z K 7 svn:log V 180 Add vuxml entry for mathopd directory traversal vulnerability. PR: 164717 Submitted by: Michiel Boland Security: 6e7ad1d7-4e27-11e1-8e12-90e6ba8a36a2 END K 10 svn:author V 8 deischen K 8 svn:date V 27 2012-02-03T08:51:32.000000Z K 7 svn:log V 181 Add a patch file to prevent nedit from crashing on file->open or file->save operations. Patch provided by: Mars G Miro Thanks! PR: 164729 END K 10 svn:author V 3 ale K 8 svn:date V 27 2012-02-03T09:03:06.000000Z K 7 svn:log V 113 Update to 5.3.10 security-fix release. (Probably you have to wait for the FreeBSD mirrors to sync up distfiles). END K 10 svn:author V 3 ale K 8 svn:date V 27 2012-02-03T09:04:56.000000Z K 7 svn:log V 167 Update to 0.9.33 release. PHP 4 is not supported. PHP 5.2 is not officially supported, but may work. PR: ports/164712 Submitted by: Hilko Meyer END K 10 svn:author V 8 martymac K 8 svn:date V 27 2012-02-03T10:26:18.000000Z K 7 svn:log V 154 - Rename sysutils/py-dvdvideo to sysutils/dvdvideo - Add multimedia as a virtual category to the port Discussed with: makc, danfe (on ports-committers@) END K 10 svn:author V 4 gahr K 8 svn:date V 27 2012-02-03T10:28:24.000000Z K 7 svn:log V 58 - Update to 05_20120115 - Install console library as well END K 10 svn:author V 4 tota K 8 svn:date V 27 2012-02-03T12:04:14.000000Z K 7 svn:log V 105 - Remove science/R-cran-survival which has been already included in math/R Reported by: pointyhat (pav) END K 10 svn:author V 3 dhn K 8 svn:date V 27 2012-02-03T12:27:01.000000Z K 7 svn:log V 16 - Update to 2.3 END K 10 svn:author V 9 scheidell K 8 svn:date V 27 2012-02-03T12:36:19.000000Z K 7 svn:log V 208 Add port japanese/libskk: A library to deal with Japanese kana-to-kanji conversion method PR: ports/164484 Submitted by: Hiroto Kagotani (maintainer) Approved by: gabor (mentor) END K 10 svn:author V 3 sbz K 8 svn:date V 27 2012-02-03T13:32:15.000000Z K 7 svn:log V 68 - Update to 0.5.2 Approved by: jadawin@, miwi@ (mentors, implicit) END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2012-02-03T14:18:00.000000Z K 7 svn:log V 64 Add multimedia as a virtual category. Discussed with: martymac END K 10 svn:author V 3 wxs K 8 svn:date V 27 2012-02-03T15:39:31.000000Z K 7 svn:log V 27 Give maintainer to ports@. END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-03T15:59:16.000000Z K 7 svn:log V 210 Update to 1.16.1 Changes: Build changes only. However update now to avoid problems with future updates and reduce confusion about how up to date our X is. Reviewed by: miwi, kwm Obtained from: xorg-dev repo END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-03T16:25:16.000000Z K 7 svn:log V 163 Update to 0.24.2 Changes: - Fix for broken gradients with repeat mode NONE - Misc. other bug fixes. Reviewed by: miwi Obtained from: xorg-dev repo END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-03T17:16:28.000000Z K 7 svn:log V 390 This patch has been committed into uhidd upstream and will be included in the next uhidd release. However it seems that the next release will take some time and some people want/need this patch so temporarily add it. PR: ports/159313 Submitted by: Test Rat Reviewed by: Kai Wang Requested by: Jan Beich jbeich@tormail.net Approved by: maintainer END K 10 svn:author V 2 rm K 8 svn:date V 27 2012-02-03T17:43:05.000000Z K 7 svn:log V 179 - update to 1.5p8 Previous version crashes if you send a HTTP/1.0 request with no Host header. PR: 164737 Submitted by: Michiel Boland (maintainer) END K 10 svn:author V 3 sbz K 8 svn:date V 27 2012-02-03T18:47:01.000000Z K 7 svn:log V 68 - Update to 1.4.0 Approved by: jadawin@, miwi@ (mentors, implicit) END K 10 svn:author V 3 pav K 8 svn:date V 27 2012-02-03T19:56:14.000000Z K 7 svn:log V 137 - Mark BROKEN on FreeBSD 7.X: does not compile usb_modeswitch.c:58:17: error: usb.h: No such file or directory Reported by: pointyhat END K 10 svn:author V 3 wxs K 8 svn:date V 27 2012-02-03T19:59:56.000000Z K 7 svn:log V 60 Fix WWW in pkg-descr. git-scm.org redirects to git-scm.com. END K 10 svn:author V 6 gerald K 8 svn:date V 27 2012-02-03T20:02:14.000000Z K 7 svn:log V 347 Update to Wine 1.4 RC1. This includes the following changes: - Improved crash dialog with support for saving the backtrace. - Support for the Back button in built-in Internet Explorer. - Keyboard accelerators can now be translated through po files. - A number of installer fixes. - Many translation updates and tweaks. - Various bug fixes. END K 10 svn:author V 3 wxs K 8 svn:date V 27 2012-02-03T20:38:30.000000Z K 7 svn:log V 21 Respect WITHOUT_NLS. END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-03T20:59:30.000000Z K 7 svn:log V 54 - Add TEST_DEPENDS Approved by: maintainer (blanket) END K 10 svn:author V 3 flo K 8 svn:date V 27 2012-02-03T21:10:45.000000Z K 7 svn:log V 60 update to 2.050 Submitted by: clutton END K 10 svn:author V 3 flo K 8 svn:date V 27 2012-02-03T21:13:41.000000Z K 7 svn:log V 40 fix fetch Reported by: pointyhat (pav) END K 10 svn:author V 5 crees K 8 svn:date V 27 2012-02-03T21:18:14.000000Z K 7 svn:log V 125 - Use USERS and GROUPS - Stop setting DEFAULT_PGSQL_VER PR: ports/164568 Submitted by: crees (me) Approved by: maintainer END K 10 svn:author V 4 rene K 8 svn:date V 27 2012-02-03T21:20:06.000000Z K 7 svn:log V 108 - Update to 1.9.1 - Regenerate pkg-plist using 'make xpi-plist' PR: ports/164723 Submitted by: maintainer END K 10 svn:author V 7 glarkin K 8 svn:date V 27 2012-02-03T21:40:00.000000Z K 7 svn:log V 79 - Unbreak on 7.x due to missing sigignore() Submitted by: pointyhat (via pav) END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-03T21:41:57.000000Z K 7 svn:log V 22 - Update TEST_DEPENDS END K 10 svn:author V 8 jpaetzel K 8 svn:date V 27 2012-02-03T22:10:31.000000Z K 7 svn:log V 158 A simple JSON-RPC implementation for Django. https://github.com/samuraisam/django-json-rpc PR: ports/164731 Submitted by: John Hixson END K 10 svn:author V 5 crees K 8 svn:date V 27 2012-02-03T23:20:50.000000Z K 7 svn:log V 66 Add OPTION to link with libcue, off by default PR: ports/155593 END K 10 svn:author V 5 edwin K 8 svn:date V 27 2012-02-04T00:09:08.000000Z K 7 svn:log V 77 Ports modules update at Saturday 04 February 2012 at 00:09 Feature safe: yes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-04T00:48:14.000000Z K 7 svn:log V 62 - Update distinfo: tarball rerolled but the content unchanged END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-04T00:56:53.000000Z K 7 svn:log V 280 Add new port: fbsdmon Submit system and ports statistics to fbsdmon.org. Statistics can be sent from command line, from rc script or from periodic script. WWW: http://fbsdmon.org/ PR: ports/164608 Submitted by: Grzegorz Blach Approved by: rene (mentor) END K 10 svn:author V 2 db K 8 svn:date V 27 2012-02-04T01:03:18.000000Z K 7 svn:log V 382 - Update to 1.2.15 From change log: * New models: TT-599 Eagle, IC-RX7, IC-1275, HiQSDR, ADAT ADT-200A, DttSP UDP, TM-D710 * New rotator backends: * Celestron (telescope mount) * Fixes and features: K3, various other rigs * Update LGPL/GPL header boilerplate * Quell various compiler errors * Add CM108 PTT capability END K 10 svn:author V 6 avilla K 8 svn:date V 27 2012-02-04T01:20:01.000000Z K 7 svn:log V 30 - Remove dependency on gmake. END K 10 svn:author V 6 rakuco K 8 svn:date V 27 2012-02-04T01:48:56.000000Z K 7 svn:log V 235 - Update to 1.2.0 with a commit I made upstream to fix the Grantlee plugin installation path. - By the way, the port now depends on devel/grantlee. - Pass maintainership to kde@, as suggested by makc. Approved by: makc (maintainer) END K 10 svn:author V 4 tota K 8 svn:date V 27 2012-02-04T01:59:32.000000Z K 7 svn:log V 18 - Update to 3.1.2 END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-04T02:32:42.000000Z K 7 svn:log V 179 Automated proofreader for text files, man pages, and DocBook SGML source files. WWW: http://www.wonkity.com/~wblock/igor/ PR: ports/164751 Submitted by: gjb Written by: wblock END K 10 svn:author V 3 sbz K 8 svn:date V 27 2012-02-04T03:23:53.000000Z K 7 svn:log V 68 - Update to 0.3.0 Approved by: jadawin@, miwi@ (mentors, implicit) END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-04T05:07:23.000000Z K 7 svn:log V 385 pdfcolorsplit - a Python program that drives pdftk to split a PDF file into color and b/w parts. Useful for printing large documents with a few color pages when color printing is expensive. This program was inspired by Jeremy Sander's dvicoloursplit.py. WWW: http://homepages.inf.ed.ac.uk/imurray2/code/#pdfcolorsplit PR: ports/160208 Submitted by: Aldis Berjoza END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-04T05:10:39.000000Z K 7 svn:log V 58 Add the last two ports I added to build Pointyhat to: me END K 10 svn:author V 8 deischen K 8 svn:date V 27 2012-02-04T06:22:22.000000Z K 7 svn:log V 130 Bump portversion for recent change that prevents nedit from crashing on file->open or file->save operations. Suggested by: sahil END K 10 svn:author V 3 osa K 8 svn:date V 27 2012-02-04T07:06:47.000000Z K 7 svn:log V 617 Update from 2.4.6 to 2.4.7. UPGRADE URGENCY: low/moderate if you don't experience any of the fixed problems. * [BUGFIX] Fixed false positive in issue #141 regression test. * [BUGFIX] Slave should not expire keys when loading an RDB after a SYNC. * [BUGFIX] Don't increment stats for key misses / hits when key is written. * [BUGFIX] sds.c library now don't allocate more than 1MB ahead. * 32 bit instances without a maxmemory set now get a default limit of 3.5GB with maxmemory-policy set to noeviction. * Better crash report on crash (containing current client and command arguments). END K 10 svn:author V 3 dhn K 8 svn:date V 27 2012-02-04T07:42:49.000000Z K 7 svn:log V 17 - Update to 1.58 END K 10 svn:author V 3 wen K 8 svn:date V 27 2012-02-04T07:44:50.000000Z K 7 svn:log V 159 - Update distinfo because distfile was rerolled upstream [1] - Reset maintainer PR: ports/163599 [1] Submitted by: Rob Farmer [1] END K 10 svn:author V 3 osa K 8 svn:date V 27 2012-02-04T07:51:50.000000Z K 7 svn:log V 338 Really remove necessary pkg-install script (missed in previous commit). While I'm here: o) utilize %%ETCDIR%%; o) do not overwrite configuration and service files in ${ETCDIR} if they exist; o) remove necessary DISTNAME (found by portlint(1)); o) fix build with clang. Bump PORTREVISION. Tested by: Dmitry Afanasiev END K 10 svn:author V 7 delphij K 8 svn:date V 27 2012-02-04T08:40:01.000000Z K 7 svn:log V 40 Document PHP remote code vulnerability. END K 10 svn:author V 7 chinsan K 8 svn:date V 27 2012-02-04T09:45:15.000000Z K 7 svn:log V 16 - Fix pkg-plist END K 10 svn:author V 3 dhn K 8 svn:date V 27 2012-02-04T10:33:33.000000Z K 7 svn:log V 18 - Update to 2.5.5 END K 10 svn:author V 4 tota K 8 svn:date V 27 2012-02-04T10:38:00.000000Z K 7 svn:log V 228 - Add a new port: math/R-cran-Formula Infrastructure for extended formulas with multiple parts on the right-hand side and/or multiple responses on the left-hand side. WWW: http://cran.r-project.org/web/packages/Formula/ END K 10 svn:author V 4 tota K 8 svn:date V 27 2012-02-04T10:39:18.000000Z K 7 svn:log V 158 - Add a new port: math/R-cran-bdsmatrix This is a special case of sparse matrices, used by coxme WWW: http://cran.r-project.org/web/packages/bdsmatrix/ END K 10 svn:author V 4 tota K 8 svn:date V 27 2012-02-04T10:42:24.000000Z K 7 svn:log V 433 - Add a new port: finance/R-cran-plm Panel data econometrics is obviously one of the main fields in the profession, but most of the models used are difficult to estimate with R. plm is a package for R which intends to make the estimation of linear panel models straightforward. plm provides functions to estimate a wide variety of models and to make (robust) inference. WWW: http://cran.r-project.org/web/packages/plm/ END K 10 svn:author V 6 gerald K 8 svn:date V 27 2012-02-04T11:06:28.000000Z K 7 svn:log V 109 Update to the 20120128 snapshot of GCC 4.7.0. This fixes -fstack-protector-all on FreeBSD (thanks to tijl). END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2012-02-04T11:38:40.000000Z K 7 svn:log V 64 1: Upgrade to 2.7.2. 2: better way to handle intcode-module.so. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2012-02-04T11:41:38.000000Z K 7 svn:log V 31 Add missing file to pkg-plist. END K 10 svn:author V 6 gerald K 8 svn:date V 27 2012-02-04T11:44:06.000000Z K 7 svn:log V 46 Update to the 20120203 snapshot of GCC 4.6.3. END K 10 svn:author V 6 gerald K 8 svn:date V 27 2012-02-04T12:02:12.000000Z K 7 svn:log V 61 Update to Wine 1.4 RC2 which fixes a number of further bugs. END K 10 svn:author V 6 romain K 8 svn:date V 27 2012-02-04T12:37:05.000000Z K 7 svn:log V 83 - Unbreak after devel/gdb update (1); - Fix pkg-plist. Reported by: pointyhat (1) END K 10 svn:author V 3 nox K 8 svn:date V 27 2012-02-04T13:23:44.000000Z K 7 svn:log V 68 Update to xbmc-pvr-ppa-odk-65, which corresponds to Eden-pvr_beta2. END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2012-02-04T14:37:52.000000Z K 7 svn:log V 18 - Update to 2.4.1 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2012-02-04T15:10:49.000000Z K 7 svn:log V 10 - Add WWW END K 10 svn:author V 3 skv K 8 svn:date V 27 2012-02-04T15:41:32.000000Z K 7 svn:log V 67 Update to 4.0.0 Changes: http://parrot.org/news/2012/Parrot-4.0.0 END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-04T16:19:07.000000Z K 7 svn:log V 104 Update to 1.1.1 Changes: Adds new XtAsprintf function Reviewed by: miwi Obtained from: xorg-dev repo END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-04T16:20:34.000000Z K 7 svn:log V 208 Update to 1.0.9 Changes: This release includes several bug fixes, as well as the usual set of recent build configuration improvements & janitorial cleanups. Reviewed by: miwi Obtained from: xorg-dev repo END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-04T16:50:32.000000Z K 7 svn:log V 332 Update to 1.3.2 xinit ... it's what you can use to "init" X ... go figure Changes: startx: Choose an unused $DISPLAY by default on all platforms Use default clientargs, serverargs, and display if none were set Include and unconditionally Reviewed by: Niclas Zeising Obtained from: xorg-dev repo END K 10 svn:author V 6 avilla K 8 svn:date V 27 2012-02-04T17:39:12.000000Z K 7 svn:log V 208 - Move Python scripts to DATADIR to avoid spamming Python directories without depending on Python. [1] - Remove hardcoded Python binary path from Python scripts. - Bump PORTREVISION. Requested by: pav [1] END K 10 svn:author V 6 avilla K 8 svn:date V 27 2012-02-04T17:43:23.000000Z K 7 svn:log V 77 - Fix build with Clang. PR: 164549 Submitted by: rakuco Obtained from: KDE END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-04T19:34:34.000000Z K 7 svn:log V 265 - Fix *_DEPENDS: - ExtUtils::MakeMaker is already in all supported Perl releases - Test::Exception is a test-only dependency - Bump PORTREVISION for dependency change - Fix PLIST for p5-Test-Exception removal from *_DEPENDS PR: ports/164648 Submitted by: sunpoet END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-04T19:46:20.000000Z K 7 svn:log V 190 - Update to 2.7.10 - No longer need CONFLICTS with non-existent puppet-devel port - patch-fix_password_provider is integrated upstream in 2.7.10 release PR: ports/164634 Submitted by: tdb END K 10 svn:author V 3 dhn K 8 svn:date V 27 2012-02-04T20:48:45.000000Z K 7 svn:log V 100 XML::Fast - Simple and very fast XML to hash conversion WWW: http://search.cpan.org/dist/XML-Fast/ END K 10 svn:author V 6 glewis K 8 svn:date V 27 2012-02-04T22:26:11.000000Z K 7 svn:log V 36 . Add a port of Oracle Linux JDK 7. END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-05T00:05:31.000000Z K 7 svn:log V 316 - Update to 0.8.37 while here... - update python dependencies per standards - remove unneeded gettext dependency - drop PYSETUP assignment, as it is the default - use DATADIR in pkg-plist, in favor of "share/calibre" PR: ports/164713 Submitted by: maintainer, rnejdl at ringofsaturn.com Approved by: crees (mentor) END K 10 svn:author V 5 edwin K 8 svn:date V 27 2012-02-05T00:09:07.000000Z K 7 svn:log V 75 Ports modules update at Sunday 05 February 2012 at 00:09 Feature safe: yes END K 10 svn:author V 6 rakuco K 8 svn:date V 27 2012-02-05T00:34:03.000000Z K 7 svn:log V 46 Update to 0.8 with a better WWW in pkg-descr. END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-05T02:08:37.000000Z K 7 svn:log V 130 A Perl module that provides a mechanism to render (La)TeX formulae to ASCII art. WWW: http://search.cpan.org/dist/Text-AsciiTeX/ END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-05T02:15:12.000000Z K 7 svn:log V 113 - Add TEST_DEPENDS PR: ports/164491 Submitted by: swills (myself) Approved by: ports@c0decafe.net (maintainer) END K 10 svn:author V 3 wen K 8 svn:date V 27 2012-02-05T02:21:43.000000Z K 7 svn:log V 21 - Update to 2.14.1.0 END K 10 svn:author V 3 wen K 8 svn:date V 27 2012-02-05T02:23:46.000000Z K 7 svn:log V 19 - Update to 0.9-94 END K 10 svn:author V 3 wen K 8 svn:date V 27 2012-02-05T02:25:40.000000Z K 7 svn:log V 92 - Update to 0.26 ChangeLog: http://cpansearch.perl.org/src/FANGLY/Statistics-R-0.26/Changes END K 10 svn:author V 2 zi K 8 svn:date V 27 2012-02-05T02:30:50.000000Z K 7 svn:log V 155 - Resolve issue with gtk.immodules when using package [1] - Add LICENSE PR: ports/164587 Submitted by: Henry Hu (maintainer) [1] END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-05T02:30:51.000000Z K 7 svn:log V 135 - Add missing BUILD_DEPENDS to silence build warnings PR: ports/164744 Submitted by: swills (myself) Approved by: sahil (maintainer) END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-05T03:17:20.000000Z K 7 svn:log V 116 Extensive, yet simple, logging role using Log::Dispatchouli WWW: http://search.cpan.org/dist/MooseX-Role-Loggable/ END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-05T03:33:43.000000Z K 7 svn:log V 110 - Add TEST_DEPENDS PR: ports/164780 Submitted by: swills (myself) Approved by: rpaulo (maintainer, via IRC) END K 10 svn:author V 3 wen K 8 svn:date V 27 2012-02-05T04:33:10.000000Z K 7 svn:log V 42 - Mark DEPRECATED and set EXPIRATION_DATE END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-05T05:12:45.000000Z K 7 svn:log V 152 Backout previous commit due to missing dependencies not picked up by a tinderbox run Reported by: x11@ mailing list Reviewed by: miwi Pointyhat to: me END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-05T05:17:59.000000Z K 7 svn:log V 21 - Update to 0.0.7.35 END K 10 svn:author V 4 tota K 8 svn:date V 27 2012-02-05T05:28:36.000000Z K 7 svn:log V 51 - Update to 1.0.5 - Add a patch to fix CodeRay API END K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-02-05T05:58:53.000000Z K 7 svn:log V 115 - update maintainer address PR: ports/164764 Submitted by: maintainer Approved by: crees, rene (mentors,implicit) END K 10 svn:author V 3 wen K 8 svn:date V 27 2012-02-05T08:34:17.000000Z K 7 svn:log V 18 - Update to 2.1.1 END K 10 svn:author V 3 wen K 8 svn:date V 27 2012-02-05T08:36:25.000000Z K 7 svn:log V 90 - Update to 1.117 ChangeLog: http://cpansearch.perl.org/src/JMGDOC/ODF-lpOD-1.117/Changes END K 10 svn:author V 5 crees K 8 svn:date V 27 2012-02-05T10:18:17.000000Z K 7 svn:log V 161 Remove unreferenced tarball from distinfo Noticed by: Matthew Seaman (m.seaman@infracaninophile.co.uk) Submitted by: John Marino (draco@marino.st) (maintainer) END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2012-02-05T10:28:24.000000Z K 7 svn:log V 107 - Update to 5.2.1 - Add LICENSE PR: ports/164771 Submitted by: Joe Horn (maintainer) END K 10 svn:author V 5 crees K 8 svn:date V 27 2012-02-05T10:35:59.000000Z K 7 svn:log V 152 Correct distinfo. Noticed by: Matthew Seaman Submitted by: Alexandr Kovalenko (maintainer) END K 10 svn:author V 5 crees K 8 svn:date V 27 2012-02-05T10:56:25.000000Z K 7 svn:log V 194 Forced commit to note that Jason Helfman (jgh) has done a fantastic job so far and no longer requires mentor approval for his commits. Just don't break anything, alright? Discussed with: rene END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2012-02-05T11:47:03.000000Z K 7 svn:log V 92 - Update to 5.15 PR: ports/164770 Submitted by: Joe Horn (maintainer) END K 10 svn:author V 3 lth K 8 svn:date V 27 2012-02-05T12:16:26.000000Z K 7 svn:log V 15 Update to 2.60 END K 10 svn:author V 3 lth K 8 svn:date V 27 2012-02-05T12:22:35.000000Z K 7 svn:log V 15 Update to 1.35 END K 10 svn:author V 7 roberto K 8 svn:date V 27 2012-02-05T12:28:15.000000Z K 7 svn:log V 229 Update to version 2.1. Release notes for 2.1 and before: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.1_.282012-02-01.29 PR: ports/164708 Submitted by: Olivier Duchateau END K 10 svn:author V 3 flo K 8 svn:date V 27 2012-02-05T12:50:23.000000Z K 7 svn:log V 150 fix the distinfo for ko.xpi It seems when i originally created it for ko.xpi there was still a redirect page in place. Reported by: pointyhat (pav) END K 10 svn:author V 3 flo K 8 svn:date V 27 2012-02-05T12:52:19.000000Z K 7 svn:log V 16 update to 1.1.4 END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2012-02-05T13:35:25.000000Z K 7 svn:log V 119 Add pecl-amqp 0.3.1, PHP extension for AMQP API. PR: ports/164753 Submitted by: Jui-Nan Lin END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-05T13:50:10.000000Z K 7 svn:log V 174 - Add missing BUILD_DEPENDS to silence build warnings - Add TEST_DEPENDS to enable testing PR: ports/164777 Submitted by: swills (myself) Approved by: maintainer (blanket) END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-05T13:52:55.000000Z K 7 svn:log V 134 - Explicitly list BUILD_DEPENDS - Add TEST_DEPENDS PR: ports/164065 Submitted by: swills (myself) Approved by: maintainer (blanket) END K 10 svn:author V 3 pgj K 8 svn:date V 27 2012-02-05T14:21:27.000000Z K 7 svn:log V 88 - Add math-functions to chase the addition of math/hs-math-functions Submitted by: wen END K 10 svn:author V 5 crees K 8 svn:date V 27 2012-02-05T15:32:49.000000Z K 7 svn:log V 66 Install new pg_basebackup tool by default Submitted by: kuriyama END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-05T15:40:43.000000Z K 7 svn:log V 163 Update to 2.1.5 Changes: * fix bug in ftp code * fix bug in text www browsing PR: ports/164797 Submitted by: Andy Kosela (maintainer) END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2012-02-05T16:15:40.000000Z K 7 svn:log V 183 - Update to 2.2.2012.01.07 snapshot - Fix the problem of Log::Scribe::Dispatch error PR: ports/164704 Submitted by: Stephon Chen Approved by: maintainer via irc END K 10 svn:author V 2 zi K 8 svn:date V 27 2012-02-05T16:17:53.000000Z K 7 svn:log V 56 - Replace WITH_GUI with WITH_X11 to adhear to standards END K 10 svn:author V 2 rm K 8 svn:date V 27 2012-02-05T17:16:12.000000Z K 7 svn:log V 562 - new OPTION: SSL_MAILGATE -- enable HTTPS support in rt-mailgate (off by default) - remove some pointless quote marks from Makefile - various pkg-plist fixes in addition to those due to the update -- create some empty directories so that pkg installs match port installs; as these are for the use of RT addons, don't remove them unconditionally either. - fix comments referring to apache13, now it has gone - remove CONFLICTS with rt-3.6* (not in the tree anumore) PR: 164738 Submitted by: Matthew Seaman (maintainer) END K 10 svn:author V 2 rm K 8 svn:date V 27 2012-02-05T17:59:25.000000Z K 7 svn:log V 283 - update to 0.21.2 - change maintainer's email - add devel/bmkdep to RUN_DEPENDS and set MKDEP to it by default: `mkcmake depend' does not work correctly with FreeBSD's mkdep. This is reported by avg@ - pet portlint while i'm here PR: 164776 Submitted by: trociny (maintainer) END K 10 svn:author V 2 rm K 8 svn:date V 27 2012-02-05T18:59:57.000000Z K 7 svn:log V 18 - update to 3.7.4 END K 10 svn:author V 2 rm K 8 svn:date V 27 2012-02-05T19:09:57.000000Z K 7 svn:log V 18 - update to 2.3.6 END K 10 svn:author V 2 bf K 8 svn:date V 27 2012-02-05T19:39:05.000000Z K 7 svn:log V 69 update to 20120202, which adds support for the ZPAQ level 2 standard END K 10 svn:author V 2 bf K 8 svn:date V 27 2012-02-05T19:40:38.000000Z K 7 svn:log V 15 update to 1.50 END K 10 svn:author V 2 bf K 8 svn:date V 27 2012-02-05T19:41:54.000000Z K 7 svn:log V 27 correct a mirror directory END K 10 svn:author V 2 bf K 8 svn:date V 27 2012-02-05T19:43:46.000000Z K 7 svn:log V 55 switch to the (otherwise identical) versioned distfile END K 10 svn:author V 5 naddy K 8 svn:date V 27 2012-02-05T20:03:20.000000Z K 7 svn:log V 217 Update to 1.3.3: * additional proofing against invalid/malicious streams in decode * fix a memory leak in vorbis_commentheader_out(). * updates, corrections and clarifications in the Vorbis I specification document END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-05T20:21:08.000000Z K 7 svn:log V 38 - Fix PLIST missed in previous commit END K 10 svn:author V 7 thierry K 8 svn:date V 27 2012-02-05T21:47:30.000000Z K 7 svn:log V 145 Upgrade to 1.7. Changelog at . PR: ports/164650 Submitted by: Robert Simmons END K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-02-05T21:50:24.000000Z K 7 svn:log V 100 Update to 3.3.31 PR: ports/164805 Submitted by: Niclas Zeising (maintainer) END K 10 svn:author V 3 pav K 8 svn:date V 27 2012-02-05T22:40:04.000000Z K 7 svn:log V 159 - Mark BROKEN on FreeBSD 9.X and up: does not compile gcc: AdFrameworkFunctions.m: Objective-C compiler not installed on this system Reported by: pointyhat END K 10 svn:author V 5 edwin K 8 svn:date V 27 2012-02-06T00:09:09.000000Z K 7 svn:log V 75 Ports modules update at Monday 06 February 2012 at 00:09 Feature safe: yes END K 10 svn:author V 3 wxs K 8 svn:date V 27 2012-02-06T02:47:25.000000Z K 7 svn:log V 383 If you used LDAP and NOPORTDOCS then the documentation directory would be left behind on install. The upstream Makefile would create the directory and put sudoers2ldif there, but pkg-plist would not register it properly. This fix moves sudoers2ldif to 'bin' since it isn't really documentation. It's installation is still controlled by the LDAP knob though. Spotted by: scheidell@ END K 10 svn:author V 6 swills K 8 svn:date V 27 2012-02-06T02:49:45.000000Z K 7 svn:log V 17 - Update to 18.3 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-06T02:56:47.000000Z K 7 svn:log V 111 - Add nl-hunspell 2.10 Dutch hunspell dictionaries WWW: http://www.opentaal.org/bestanden Requested by: kwm END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-06T02:59:55.000000Z K 7 svn:log V 21 - Update to 20120205 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-06T03:00:14.000000Z K 7 svn:log V 21 - Update to 20120202 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-06T03:00:50.000000Z K 7 svn:log V 23 - Update to 2012.02.05 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-02-06T03:01:14.000000Z K 7 svn:log V 23 - Update to 2012.02.06 END K 10 svn:author V 6 marcus K 8 svn:date V 27 2012-02-06T04:23:10.000000Z K 7 svn:log V 121 Fix the status icon plugin with the latest libnotify changes. Submitted by: sbruno PR: 164300 Obtained from: GNOME git END K 10 svn:author V 6 araujo K 8 svn:date V 27 2012-02-06T04:34:26.000000Z K 7 svn:log V 102 - Update to 2.22. Submitted by: Tassilo Philipp (maintainer via email) END K 10 svn:author V 6 araujo K 8 svn:date V 27 2012-02-06T04:35:27.000000Z K 7 svn:log V 103 - Update to 7.3.1. Submitted by: Tassilo Philipp (maintainer via email) END K 10 svn:author V 6 araujo K 8 svn:date V 27 2012-02-06T04:36:38.000000Z K 7 svn:log V 104 - Update to 1.20.0. Submitted by: Tassilo Philipp (maintainer via email) END K 10 svn:author V 6 araujo K 8 svn:date V 27 2012-02-06T04:37:39.000000Z K 7 svn:log V 105 - Update to 4.6.2. Submitted by: Tassilo Philipp (maintainer via email) END K 10 svn:author V 6 araujo K 8 svn:date V 27 2012-02-06T04:38:11.000000Z K 7 svn:log V 108 - Update to 20111215. Submitted by: Tassilo Philipp (maintainer via email) END K 10 svn:author V 4 maho K 8 svn:date V 27 2012-02-06T06:15:07.000000Z K 7 svn:log V 393 Repo copied from editors/openoffice-3-devel. The Apache Foundation take over the development from OpenOffice.org community and Oracle. Now this project is accepted as "incubator" project. Moreover, Oracle has stopped development. Then, the name of the product has also been changed to Apache OpenOffice. cf. https://cwiki.apache.org/confluence/display/OOOUSERS/Branding+Planning PR: 164678 END K 10 svn:author V 4 maho K 8 svn:date V 27 2012-02-06T06:16:54.000000Z K 7 svn:log V 404 Repo copied from editors/openoffice-3-devel. The Apache Foundation take over the development from OpenOffice.org community and Oracle. Now this project is accepted as "incubator" project. Moreover, Oracle has stopped development. Then, the name of the product has also been changed to Apache OpenOffice. cf. https://cwiki.apache.org/confluence/display/OOOUSERS/Branding+Planning PR: 164678 END