ƒ«-334248 243 538 1051 579 402 491 582 1207 323 249 240 206 133 244 345 156 222 319 194 239 155 170 141 170 181 302 142 328 183 239 159 268 120 137 130 258 247 260 201 216 122 164 114 120 168 179 381 180 153 407 379 234 112 111 158 113 204 240 127 341 112 197 112 122 112 128 114 112 127 151 168 178 112 114 119 130 191 131 230 162 159 231 113 160 159 159 748 136 173 364 1583 355 113 274 169 141 1316 198 174 187 501 182 195 119 177 115 149 310 247 171 274 109 124 357 179 166 157 178 399 151 169 155 223 170 183 349 363 372 244 115 165 149 228 142 129 212 130 115 133 174 205 150 175 143 199 118 113 128 292 154 154 182 108 169 126 156 105 157 108 192 212 233 180 258 258 425 151 172 298 140 141 236 170 140 190 197 133 181 186 259 254 172 259 172 171 382 107 189 218 142 197 204 161 201 255 201 349 115 200 207 123 194 114 114 115 275 290 117 118 182 191 193 219 151 101 115 148 174 349 170 285 128 170 401 224 195 208 133 290 251 242 239 227 297 176 173 264 172 205 143 209 172 172 186 K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-18T19:24:53.296890Z K 7 svn:log V 441 - Add p5-Net-Google-PicasaWeb 0.11 - While I'm here: - Add LICENSE - Fix *_DEPENDS - Convert to new Perl framework - Support STAGEDIR - Sort PLIST Net::Google::PicasaWeb - use Google's Picasa Web API This is both a library and a set of simple scripts for reading information about a Google PicasaWeb account. WWW: http://search.cpan.org/dist/Net-Google-PicasaWeb/ PR: ports/180314 Submitted by: Anes Mukhametov END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-18T19:25:54.407225Z K 7 svn:log V 954 - Add p5-Catalyst-Plugin-Session-PerUser 0.05 - While I'm here: - Add LICENSE - Convert to new Perl framework - Support STAGEDIR - Sort PLIST - Remove contiguous blank lines in pkg-descr This plugin allows you to write e.g. shopping cart code which should behave well for guests as well as permanent users. The basic idea is both logged in and not logged in users can get the same benefits from sessions where it doesn't matter, but that logged in users can keep their sessions accross logins, and will even get the data they added/changed assimilated to their permanent account if they made the changes as guests and then logged in. This is probably most useful for e-commerce sites, where the shopping cart is typically used before login, and should be equally accessible to both guests and logged in users. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-PerUser/ PR: ports/180315 Submitted by: Anes Mukhametov END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-18T19:26:56.807888Z K 7 svn:log V 482 - Add p5-Catalyst-Action-Serialize-XML-Hash-LX 0.06 - While I'm here: - Add LICENSE - Fix *_DEPENDS - Convert to new Perl framework - Support STAGEDIR - Remove MD5 from distinfo - Sort PLIST - Fix WWW and pkg-descr XML::Hash::LX serialize/deserializer for Catalyst (Catalyst::Action::Serialize and Catalyst::Action::Deserialize). WWW: http://search.cpan.org/dist/Catalyst-Action-Serialize-XML-Hash-LX/ PR: ports/180316 Submitted by: Anes Mukhametov END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-18T19:27:31.126971Z K 7 svn:log V 305 - Add p5-XML-Declare 0.06 - While I'm here: - Add LICENSE - Fix *_DEPENDS - Convert to new Perl framework - Support STAGEDIR - Sort PLIST Create XML documents with declaration style. WWW: http://search.cpan.org/dist/XML-Declare/ PR: ports/180318 Submitted by: Anes Mukhametov END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-18T19:28:22.872421Z K 7 svn:log V 394 - Add p5-Image-LibExif 0.04 - While I'm here: - Add LICENSE - Add LIB_DEPENDS - Convert to new Perl framework - Use USES=pkgconfig - Support STAGEDIR - Sort PLIST Very simple and very fast (about 30 times faster than Image::ExifTool) EXIF extractor, based on libexif. WWW: http://search.cpan.org/dist/Image-LibExif/ PR: ports/180319 Submitted by: Anes Mukhametov END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-18T19:29:06.341633Z K 7 svn:log V 485 - Add p5-Template-Plugin-StripScripts 0.02 - While I'm here: - Add LICENSE - Convert to new Perl framework Template::Plugin::StripScripts is a Template::Toolkit plugin to filter HTML and strip scripting snipets which can cause XSS. Additionally, due to some nice features from HTML::StripScripts, this module can work really flexibly on treating HTML. WWW: http://search.cpan.org/dist/Template-Plugin-StripScripts/ PR: ports/180320 Submitted by: Anes Mukhametov END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-18T19:31:36.150299Z K 7 svn:log V 1109 - Add p5-Crypt-Passwd-XS 0.601 - While I'm here, add LICENSE Crypt::Passwd::XS - Full XS implementation of common crypt() algorithms This module provides several common crypt() schemes as full XS implementations. It allows you to validate crypted passwords that were hashed using a scheme that the system's native crypt() implementation does not support. The following files are adapted from other sources (primarily DragonFly BSD.) See the copyright notices in these files for full details: crypt_to64.c - copyright 1991 University of California crypt_to64.h - copyright 1991 University of California des.c - copyright 1994 David Burren, Geoffrey M. Rehmet, Mark R V Murray md5.c - copyright 1999, 2000, 2002 Aladdin Enterprises md5.h - copyright 1999, 2000, 2002 Aladdin Enterprises md5crypt.c - copyright Poul-Henning Kamp md5crypt.h - copyright Poul-Henning Kamp sha256crypt.c - public domain reference implementation by Ulrich Drepper sha512crypt.c - public domain reference implementation by Ulrich Drepper WWW: http://search.cpan.org/dist/Crypt-Passwd-XS/ PR: ports/183974 Submitted by: ohauer END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-18T19:35:09.348101Z K 7 svn:log V 226 - Mark MAKE_JOBS_UNSAFE - Convert to new LIB_DEPENDS format - While I'm here, support STAGEDIR PR: ports/182621 Submitted by: Hiroto Kagotani Approved by: Zhihao Yuan (maintainer) END K 10 svn:author V 6 eadler K 8 svn:date V 27 2013-11-18T19:48:21.811873Z K 7 svn:log V 153 Add the ability to build specific ports with WITH_DEBUG Reviewed by: Ilya A. Arkhipov Reviewed by: bsam Approved by: portmgr (bapt) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-18T19:53:31.153498Z K 7 svn:log V 143 - Update to 1.3 - Add LICENSE - Update COMMENT - Strip shared library - Support STAGEDIR - Sort PLIST - Update pkg-descr - Take maintainership END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-18T19:53:38.929099Z K 7 svn:log V 109 - Update to 1.3 - Convert to new LIB_DEPENDS format - Support STAGEDIR - Add pkg-descr - Take minatainership END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-18T20:11:56.377172Z K 7 svn:log V 38 - Use OPTIONS_SUB - Add stage support END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-18T20:34:39.564172Z K 7 svn:log V 148 - Update from 4.8S.5 to 4.8S.6 [1] - Use option helper - Add stage support PR: ports/184057 Submitted by: Kalten (maintainer) [1] END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-18T20:37:33.548563Z K 7 svn:log V 248 - Change master sites - Change maintainer email to @FreeBSD.org - USES gmake instead of USE_GMAKE - Add DOCS and EXAMPLES Options - Support STAGEDIR - Use pkg-plist instead of PLIST_FILES and PLIST_DIRS Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 2 bf K 8 svn:date V 27 2013-11-18T20:38:42.164878Z K 7 svn:log V 65 Update textproc/tinyxml2 to 20131105, and devel/cppcheck to 1.62 END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-18T20:50:05.314664Z K 7 svn:log V 125 - Change maintainer email to @FreeBSD.org - Support STAGEDIR - Change pkg-descr Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-18T21:17:31.893741Z K 7 svn:log V 222 - Change maintainer email to @FreeBSD.org - Use the new format for LIB_DEPENDS - USES gmake instead of USE_GMAKE - USES pathfix instead of USE_GNOME gnomehack - Support STAGEDIR Approved by: pawel / wg (mentors, implicit END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-18T21:52:24.289266Z K 7 svn:log V 99 - I forgot to update the distfile to the new one Reported by: Kalten (maintainer) END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-18T21:55:54.770925Z K 7 svn:log V 142 - Add USE_DOS2UNIX - Use mklist1_6 instead of mklist1_4 - Support STAGEDIR - Add patch, fix typo Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-18T22:02:53.682576Z K 7 svn:log V 62 Convert from USE_DOS2UNIX to USES=dos2unix While here stagify END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-18T22:49:10.118190Z K 7 svn:log V 75 - Support staging - Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-18T22:49:32.080556Z K 7 svn:log V 46 - Support staging - Convert USE_GMAKE to USES END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-18T22:52:46.234598Z K 7 svn:log V 75 - Support staging - Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-18T22:53:52.653571Z K 7 svn:log V 85 - USES dos2unix instead of USE_DOS2UNIX Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-18T23:04:19.614886Z K 7 svn:log V 205 - Update to 1.5 - Add dependency for textproc/p5-XML-Parser - Use the new format for LIB_DEPENDS - USE_GNOME cairo instead of graphics/cairo - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-18T23:06:27.150874Z K 7 svn:log V 47 - Support staging - Use new LIB_DEPENDS syntax END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-18T23:26:09.225161Z K 7 svn:log V 231 - Update to 0.4.2 - Add dependency for textproc/p5-XML-Parser - USE_GNOME cairo instead of graphics/cairo - Support STAGEDIR - Use patch-src__interface.c instead of patch-src-interface.c Approved by: pawel / wg (mentors, implicit END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-18T23:34:49.057050Z K 7 svn:log V 90 Fix build when GCC is selected. Submitted by: private mail Discussed with: cognet / gahr END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-18T23:37:36.412006Z K 7 svn:log V 142 - Bump PORTREVISION - Change master sites - Add more levels - Support STAGEDIR - Change pkg-plist Approved by: pawel / wg (mentors, implicit END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-19T00:16:49.381427Z K 7 svn:log V 66 - Convert to USES=dos2unix - Use compressed format for option_USE END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-19T00:28:02.563169Z K 7 svn:log V 174 Assorted cleanups: - Convert to USES=dos2unix - Tighten COMMENT - Use option helpers - Remove unnecessary checks for DOCS option (because port is staged) - Align assignments END K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-11-19T01:49:40.425336Z K 7 svn:log V 26 Update to version 0.12.4. END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-19T02:32:53.657810Z K 7 svn:log V 42 - Support staging - Mark MAKE_JOBS_UNSAFE END K 10 svn:author V 3 dbn K 8 svn:date V 27 2013-11-19T06:27:33.674941Z K 7 svn:log V 38 Update x11-toolkits/py-kivy to 1.7.2. END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2013-11-19T06:37:59.903602Z K 7 svn:log V 163 - Support stage and Python3 - Remove leading article from COMMENT - Use whitespace after WWW: PR: ports/184058 Submitted by: lwhsu Approved by: wen (maintainer) END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2013-11-19T06:38:54.112653Z K 7 svn:log V 152 - Support stage and Python3 - Add LICENSE - Use whitespace after WWW: in pkg-descr PR: ports/184067 Submitted by: lwhsu Approved by: wen (maintainer) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-19T07:31:11.889102Z K 7 svn:log V 166 Rename the port popper to match the directory it is in and fix collision with mail/qpopper Discussed with: Doug Hardie (maintainer of mail/qpopper) END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-11-19T07:41:52.986750Z K 7 svn:log V 103 - Update to 1.13 - Various cleanups PR: ports/181886 Submitted by: KATO Tsuguru END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-19T07:42:41.571105Z K 7 svn:log V 122 Convert from USE_DOS2UNIX to USES=dos2unix While here: - support stage, - use bsdtar to extract when supported. - Cleanup END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-19T08:13:56.804763Z K 7 svn:log V 29 Remove USE_DOS2UNIX leftover END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-19T08:37:05.363500Z K 7 svn:log V 71 Convert from USE_DOS2UNIX to dos2unix Use bsdtar to extract everything END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2013-11-19T09:32:19.156598Z K 7 svn:log V 18 - Update to 0.029 END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-19T09:34:40.516402Z K 7 svn:log V 27 Fix package name collision END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-19T09:55:41.779466Z K 7 svn:log V 75 Remove expired port: 2013-11-19 multimedia/tovid: No more public distfiles END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-19T10:01:03.435628Z K 7 svn:log V 86 These ports (optionally) depend on expired port, mark them for removal on 2013-12-19. END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-19T10:03:20.724813Z K 7 svn:log V 287 Mark for removal on 2013-12-05, depends on expired textproc/libxml (*) (*) Actually it seems to depend on textproc/libxml2, but then it was still broken because of Tcl errors. PR: ports/183680 Submitted by: myself Approved by: maintainer timeout (bkoenig@alpha-tierchen.de , 14 days) END K 10 svn:author V 6 fluffy K 8 svn:date V 27 2013-11-19T10:10:24.533425Z K 7 svn:log V 85 - Remove staled patch - Don't mess with FindQtOAuth.cmake, it handled by kdepimlibs4 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-19T10:12:00.194524Z K 7 svn:log V 57 - Add my LOCAL to MASTER_SITES - Add LICENSE - Sort USES END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-19T10:12:06.855472Z K 7 svn:log V 310 - Update to 0.11.8 - While I'm here: - Add LICENSE - Convert to new LIB_DEPENDS format - Support STAGEDIR Changes: https://github.com/joyent/node/blob/v0.11.8-release/ChangeLog PR: ports/184061 Submitted by: Amim Knabben Approved by: Daniel Lin (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-19T10:12:14.907365Z K 7 svn:log V 282 - Update to 0.10.22 - Fix PLIST: add missing manpage - While I'm here, add LICENSE Changes: https://github.com/joyent/node/blob/v0.10.22-release/ChangeLog PR: ports/184062 Submitted by: Amim Knabben Approved by: Daniel Lin (maintainer) END K 10 svn:author V 4 bsam K 8 svn:date V 27 2013-11-19T10:49:44.557207Z K 7 svn:log V 140 . update to version 7.2e; . remove patches which have been incorporated upstream. Reported by: Ivan Maidanski (via e-mail) END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-19T10:52:25.860997Z K 7 svn:log V 19 - Set USE_LDCONFIG END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-19T11:13:47.889883Z K 7 svn:log V 18 - Update to 2.5.3 END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-19T11:15:07.056830Z K 7 svn:log V 65 - Chase x11-toolkits/blt library name change - Bump PORTREVISION END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-19T11:15:38.473626Z K 7 svn:log V 20 - Update to 7.5.233 END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-19T11:16:35.652263Z K 7 svn:log V 110 The safe_sprintf unittest builds fine with the GCC option, so move the workaround for it to extra-patch-clang END K 10 svn:author V 3 uqs K 8 svn:date V 27 2013-11-19T11:48:31.830659Z K 7 svn:log V 147 Update symon to 2.86 - add stage support - use USER framework - fix build on 10.x, by disabling the mbuf stats module Approved by: mentor (beat) END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-11-19T12:11:25.137784Z K 7 svn:log V 32 games/xscorch: USES+= pkgconfig END K 10 svn:author V 5 koobs K 8 svn:date V 27 2013-11-19T12:19:01.661721Z K 7 svn:log V 246 security/lynis: Update to 1.3.5 - Update to 1.3.5 - Update MASTER_SITES - Update pkg-plist - Add LICENSE Changes: http://www.rootkit.nl/files/lynis-changelog.html PR: ports/183316 Submitted by: koobs Approved by: maintainer timeout (3 weeks) END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2013-11-19T12:52:15.074484Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-11-19T12:52:28.005506Z K 7 svn:log V 101 graphics/ayam: USES+= gmake to unbreak Also convert USES+= to USES= Approved by: gahr (maintainer) END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2013-11-19T12:56:31.559138Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-19T12:58:30.491572Z K 7 svn:log V 29 - Convert to USES+=gmake tcl END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2013-11-19T12:59:56.204332Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-19T13:05:33.126561Z K 7 svn:log V 35 - Convert to USES=tk - STAGE-clean END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-19T13:09:11.322602Z K 7 svn:log V 21 - Convert to USES=tk END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2013-11-19T13:15:25.013078Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2013-11-19T13:18:09.110860Z K 7 svn:log V 32 Remove obsolte MAN3 definition. END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-19T13:26:31.574832Z K 7 svn:log V 58 - Convert to USES=tcl - Convert to new LIB_DEPENDS format END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-19T13:34:06.883223Z K 7 svn:log V 77 devel/py-stsci.distutils: update to 0.3.5 - Update to 0.3.5 - Allow staging END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-19T13:44:40.169214Z K 7 svn:log V 87 irc/py-irc: update to 8.5.4 - Update to 8.5.4 - Allow staging - Use python auto plist END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2013-11-19T14:03:54.170176Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-19T14:20:27.568328Z K 7 svn:log V 21 - Convert to USES=tk END K 10 svn:author V 5 demon K 8 svn:date V 27 2013-11-19T14:52:23.119206Z K 7 svn:log V 25 Update to version 3.3.3. END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-19T14:53:39.270338Z K 7 svn:log V 37 - Convert to USES=dos2unix gmake tcl END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-11-19T15:05:20.735801Z K 7 svn:log V 94 - Update to 3.17.3 Changes: * Fix with pkg-devel which has broken pkg-info -O compatibility END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-11-19T15:05:40.661513Z K 7 svn:log V 34 - Fix leftover With hat: portmgr END K 10 svn:author V 3 gnn K 8 svn:date V 27 2013-11-19T15:25:08.013709Z K 7 svn:log V 137 Port of the Meinberg tools for their GPS and PTP cards. Includes the kernel driver and the control programs as well as a service daemon. END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-19T15:49:35.211701Z K 7 svn:log V 69 - Fix CONFIGURE error with clang - Add LICENSE (GPLv2) - STAGE-clean END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-19T16:16:37.178002Z K 7 svn:log V 66 Fix additional distfile fetching for testdata Submitted by: gahr END K 10 svn:author V 3 gnn K 8 svn:date V 27 2013-11-19T16:28:59.575602Z K 7 svn:log V 138 Directly add the rc.d script mbgsvcd into the files/ directory rather than copying it from the downloaded tarball. Pointed out by: makc@ END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2013-11-19T17:07:02.301522Z K 7 svn:log V 19 - Support STAGEDIR END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-19T17:09:51.720958Z K 7 svn:log V 64 - Update to 2.0.18 Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-19T17:12:15.980208Z K 7 svn:log V 63 - Update to 2.1.0 Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-19T17:13:22.134404Z K 7 svn:log V 63 - Update to 2.1.0 Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-11-19T17:30:14.140829Z K 7 svn:log V 650 - Update to 1.1.4_10 ahead of 1.2 update with critical fixes Changes: * When using SRV mirrors, order the mirrors by the advertised priority and weight. This should fix 'pkg update' using mirror A while 'pkg upgrade' and 'pkg fetch' end up using mirrors A, B and C, resulting in checksum errors due to not all mirrors being updated at the same time. * Add support for 'pkg+http://' URL scheme and deprecate 'http://' when using SRV mirroring. This is only a cosmetic change that encourages users to not try loading the PACKAGESITE into a browser to view it. Discussed with: bapt With hat: portmgr Obtained from: upstream git END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-19T17:39:17.601067Z K 7 svn:log V 41 - Fix link on 10.x - Remove Author: line END K 10 svn:author V 3 osa K 8 svn:date V 27 2013-11-19T17:54:53.903621Z K 7 svn:log V 81 Document new vulnerability in www/nginx (< 1.4.4) and www/nginx-devel (< 1.5.7). END K 10 svn:author V 3 osa K 8 svn:date V 27 2013-11-19T17:55:31.663258Z K 7 svn:log V 271 Security update from 1.4.3 to 1.4.4. *) Security: a character following an unescaped space in a request line was handled incorrectly (CVE-2013-4547); the bug had appeared in 0.8.41. Thanks to Ivan Fratric of the Google Security Team. END K 10 svn:author V 3 osa K 8 svn:date V 27 2013-11-19T18:00:22.908551Z K 7 svn:log V 1489 Security update from 1.5.6 to 1.5.7. *) Security: a character following an unescaped space in a request line was handled incorrectly (CVE-2013-4547); the bug had appeared in 0.8.41. Thanks to Ivan Fratric of the Google Security Team. *) Change: a logging level of auth_basic errors about no user/password provided has been lowered from "error" to "info". *) Feature: the "proxy_cache_revalidate", "fastcgi_cache_revalidate", "scgi_cache_revalidate", and "uwsgi_cache_revalidate" directives. *) Feature: the "ssl_session_ticket_key" directive. Thanks to Piotr Sikora. *) Bugfix: the directive "add_header Cache-Control ''" added a "Cache-Control" response header line with an empty value. *) Bugfix: the "satisfy any" directive might return 403 error instead of 401 if auth_request and auth_basic directives were used. Thanks to Jan Marc Hoffmann. *) Bugfix: the "accept_filter" and "deferred" parameters of the "listen" directive were ignored for listen sockets created during binary upgrade. Thanks to Piotr Sikora. *) Bugfix: some data received from a backend with unbufferred proxy might not be sent to a client immediately if "gzip" or "gunzip" directives were used. Thanks to Yichun Zhang. *) Bugfix: in error handling in ngx_http_gunzip_filter_module. *) Bugfix: responses might hang if the ngx_http_spdy_module was used with the "auth_request" directive. *) Bugfix: memory leak in nginx/Windows. END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-19T18:04:11.324762Z K 7 svn:log V 261 - Update to 1.2.0.rc1 - Changes: * Fix loading of fingerprints * Fix ssh transport by refactoring * Skip self upgrade with -F is passed * Fix pkg info -[q]O * Fix pkg info -q (with no other options) * Make fingerprints signature checking actually working END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2013-11-19T18:12:13.209219Z K 7 svn:log V 19 - Support STAGEDIR END K 10 svn:author V 3 osa K 8 svn:date V 27 2013-11-19T18:30:54.592398Z K 7 svn:log V 181 Update from 4.0.23 to 4.0.24: o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Try to fix build www/rubygem-passenger with upcoming FreeBSD 10. END K 10 svn:author V 8 blackend K 8 svn:date V 27 2013-11-19T18:52:13.257982Z K 7 svn:log V 72 Update to r43207 of the FreeBSD docset. Approved by: doceng (implicit) END K 10 svn:author V 3 kwm K 8 svn:date V 27 2013-11-19T19:38:45.640936Z K 7 svn:log V 49 Indent 20131031 entry like the rest of the file. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2013-11-19T19:54:16.622611Z K 7 svn:log V 1222 Remove ltverhack's hard depend on USE_AUTOTOOLS=libtool. The problem with the old method is that the libtool is configured to look first in LOCALBASE for libraries to link to. Normaly this wouldn't cause a problem. However if a port that builds a library with new API also builds introspection files or say gtk bindings, then libtool will look first into LOCALBASE and find the old library version for linking the introspection files or gtk bindings. Due to the missing new API in old library the build will fail with unresolved symbols. The new ltverhack will patch the ltmain.sh and/or libtool files that where bundled with the port. This libtool is correctly configured to first look in for the just build libraries. If the port bundled version of ltmain.sh and/or libtool aren't in ${WRKSRC} then ltverhack_PATCH_FILES can be overwritten with there location in ${WRKSRC}. As a bonus when using the new ltverhack configure will honor --disable-static again. So please check your plist after converting. While here shorten the number of tabs in the lthacks, ltverhack and ltasneededhack PRE_PATCH components so they are just over 80 chars long. Exp-run by: bdrewery@ PR: ports/183936 Obtained from: gnome dev repo END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-19T19:54:57.484258Z K 7 svn:log V 101 - Update to 0.103008 - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Software-License/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-19T19:55:02.018034Z K 7 svn:log V 78 - Update to 0.4202 Changes: http://search.cpan.org/dist/Module-Build/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-19T20:00:28.076605Z K 7 svn:log V 91 - Update to 6.33 - Simplify shebang fix Changes: http://search.cpan.org/dist/Coro/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-19T20:00:54.091177Z K 7 svn:log V 404 - Add p5-Geo-JSON 0.005 Geo::JSON converts to and from geojson using Perl objects. GeoJSON objects represent various geographical positions - points, lines, polygons, etc. Currently supports 2 or 3 dimensions (longitude, latitude, altitude). Further dimensions in positions are ignored for calculations and comparisons, but will be read-from and written-to. WWW: http://search.cpan.org/dist/Geo-JSON/ END K 10 svn:author V 4 tijl K 8 svn:date V 27 2013-11-19T20:15:54.943172Z K 7 svn:log V 89 Add support for FreeBSD 11. PR: ports/183594 Approved by: maintainer timeout (17 days) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-19T20:16:59.872568Z K 7 svn:log V 99 - Update to 2.12 - Remove unnecessary patch Changes: http://search.cpan.org/dist/Net-Dict/Changes END K 10 svn:author V 2 cs K 8 svn:date V 27 2013-11-19T20:24:55.149261Z K 7 svn:log V 28 - Update to 1.4.2 - staging END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-19T20:30:48.378688Z K 7 svn:log V 81 - Update to 0.74 Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes END K 10 svn:author V 8 olivierd K 8 svn:date V 27 2013-11-19T20:42:26.637546Z K 7 svn:log V 18 - Update to 1.2.1 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-19T21:44:17.248855Z K 7 svn:log V 53 - Update distinfo to Python 3.3.3 - Support STAGEDIR END K 10 svn:author V 5 timur K 8 svn:date V 27 2013-11-19T21:49:39.243171Z K 7 svn:log V 215 Upgrade port to the 4.0.12 version, closing CVE-2013-4475 and CVE-2013-4476. Remove dependency from gettext. Converted to STAGEDIR. PR: 183872, 183885 Security: CVE-2013-4475 CVE-2013-4476 Sponsored by: my wife END K 10 svn:author V 2 cs K 8 svn:date V 27 2013-11-19T22:04:57.316672Z K 7 svn:log V 155 - Update to 2.2 - Support staging - Support USE_GITHUB - Remove indefinite article in COMMENT PR: ports/182874 Approved by: maintainer timeout (40 days) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-11-19T22:15:31.082445Z K 7 svn:log V 75 - Add missing plist - Bump PORTREVISION as it was producing empty packages END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-19T22:16:17.193786Z K 7 svn:log V 177 - Remove devel/rubygem-ripper: it is only for Ruby 1.8 which is removed already PR: ports/183851 Submitted by: Douglas William Thrift (maintainer) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-11-19T22:24:58.069943Z K 7 svn:log V 13 Use dos2unix END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-11-19T22:34:03.459615Z K 7 svn:log V 28 No need to @comment twice.. END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-11-19T22:39:50.281209Z K 7 svn:log V 259 - Update to 1.0.0.0 - Convert to USES qmake and dos2unix - Convert to staging - Use LOCALBASE instead of hardconding /usr/local. - Fix build on 10 and head with new libc++ PR: ports/183933 Submitted by: Fernando (maintainer) END K 10 svn:author V 3 mat K 8 svn:date V 27 2013-11-19T23:08:44.651164Z K 7 svn:log V 87 - Convert to dos2unix.mk - While at it convert to gmake.mk ports that still USE_GMAKE. END K 10 svn:author V 5 timur K 8 svn:date V 27 2013-11-19T23:11:40.041645Z K 7 svn:log V 72 Add entries about CVE-2013-4475 and CVE-2013-4476 for net/samba* ports. END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-19T23:24:20.271467Z K 7 svn:log V 64 Fix a typo (specifed -> specified) Approved by: portmgr (bapt) END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-19T23:25:45.245804Z K 7 svn:log V 85 Fix a typo in the DOS2UNIX_GLOB case (SRCSRC -> WRKSRC) Approved by: portmgr (bapt) END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-11-19T23:54:20.708509Z K 7 svn:log V 301 - Update to 3.0.13 Changes: * Fix leftover detection on HEAD due to new nmtree * Fix jail rollback on HEAD due to new nmtree which manifested as missing dependencies in /new_packages * Don't exclude anything when looking for stage orphans, which fixes finding /var/run/PORTNAME as an orphan END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-11-19T23:59:35.966021Z K 7 svn:log V 54 - Fix leftover detection on HEAD due to nmtree update END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-20T01:58:24.679420Z K 7 svn:log V 74 - Convert LIB_DEPENDS to new syntax - Improve COMMENT - Add stage support END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-20T02:04:55.158013Z K 7 svn:log V 60 - Use options helpers - Improve COMMENT - Add stage support END K 10 svn:author V 6 eadler K 8 svn:date V 27 2013-11-20T02:42:32.052360Z K 7 svn:log V 127 s/.error/ignore/g This port needs additional work, but fix building INDEX for now. Approved by: crees (maintainer, implicit) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:14:47.353959Z K 7 svn:log V 74 - Update to 0.038 Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:14:52.079901Z K 7 svn:log V 87 - Update to 20131119 Changes: http://people.FreeBSD.org/~sunpoet/pciids-20131119.diff END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:14:56.502671Z K 7 svn:log V 252 - Update to 20131115 - While I'm here: - Convert to new options helper - Support STAGEDIR Changes: https://github.com/sstephenson/ruby-build/blob/master/CHANGELOG.md PR: ports/184095 Submitted by: Fabian M. Borschel (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:15:01.668915Z K 7 svn:log V 266 - Update to 1.2.3 - While I'm here: - Remove LICENSE_FILE for well-known licenses - Support STAGEDIR Changes: https://github.com/carr/phone/blob/master/ChangeLog.md PR: ports/183881 Submitted by: Douglas William Thrift (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:15:07.816421Z K 7 svn:log V 275 - Add rubygem-yard-chef 1.0.0 yard-chef is a YARD plugin for Chef that adds support for documenting Chef resources, providers, and definitions. WWW: https://github.com/rightscale/yard-chef PR: ports/183852 Submitted by: Douglas William Thrift END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-20T03:16:24.640699Z K 7 svn:log V 148 - Convert USE_GMAKE to USES - Convert LIB_DEPENDS to new syntax - Remove the linker's parameter -static on module master_server - Add stage support END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:20:56.001109Z K 7 svn:log V 19 - Support STAGEDIR END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:20:59.528133Z K 7 svn:log V 69 - Add LICENSE - Convert to new LIB_DEPENDS format - Support STAGEDIR END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:21:18.413371Z K 7 svn:log V 53 - Support STAGEDIR - Update WWW - Remove Author line END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:21:23.062722Z K 7 svn:log V 131 - Update to 2.38 - Use PYTHON_PY3K_PLIST_HACK - Support STAGEDIR Changes: https://launchpad.net/python-distutils-extra/trunk/2.38 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:21:27.635537Z K 7 svn:log V 46 - Add LICENSE - Support STAGEDIR - Update WWW END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:21:36.797298Z K 7 svn:log V 33 - Add LICENSE - Support STAGEDIR END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:21:41.631062Z K 7 svn:log V 115 - Add LICENSE - Convert to new LIB_DEPENDS format - Support STAGEDIR - Update WWW: use https:// instead of http:// END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:21:47.516959Z K 7 svn:log V 34 - Support STAGEDIR - Pet portlint END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:21:52.101580Z K 7 svn:log V 19 - Support STAGEDIR END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:21:56.638145Z K 7 svn:log V 37 - Fix OPTIONSFILE - Support STAGEDIR END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:22:01.639252Z K 7 svn:log V 78 - Update USE_PYTHON - Fix OPTIONSFILE - Support STAGEDIR - Reformat pkg-descr END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:22:08.352646Z K 7 svn:log V 108 - Update USE_PYTHON - Fix OPTIONSFILE - Support STAGEDIR - Reformat pkg-descr - Use single space after WWW: END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:24:08.619053Z K 7 svn:log V 54 - Support STAGEDIR - Use PLIST_FILES instead of PLIST END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T03:24:31.567436Z K 7 svn:log V 79 - Fix shebang - Support STAGEDIR - Update WWW: use https:// instead of http:// END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-20T03:32:49.316191Z K 7 svn:log V 48 - Convert USE_GMAKE to USES - Add stage support END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-20T07:21:49.255496Z K 7 svn:log V 105 Ensure make patch fails if a patch fails to apply with bmake being the default make Reported by: marino END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-20T07:29:08.524828Z K 7 svn:log V 25 Mark some targets .PHONY END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2013-11-20T07:30:53.830353Z K 7 svn:log V 19 - Support STAGEDIR END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-20T07:57:45.795046Z K 7 svn:log V 35 Fix do-patch Reported by: mandree END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-20T08:01:58.461708Z K 7 svn:log V 198 Remove expired ports: 2013-11-20 editors/mode-info: Misbuilding since 2004, not maintained since 2008 2013-11-20 devel/netbsd-pkgsrc-mk-files: Imported for devel/mk-configure but no longer required END K 10 svn:author V 2 vg K 8 svn:date V 27 2013-11-20T08:06:47.412240Z K 7 svn:log V 63 - Update to 0.8.10 PR: ports/184089 Submitted by: maintainer END K 10 svn:author V 2 vg K 8 svn:date V 27 2013-11-20T08:08:03.350837Z K 7 svn:log V 63 - Update to 0.1.05 PR: ports/184090 Submitted by: maintainer END K 10 svn:author V 5 culot K 8 svn:date V 27 2013-11-20T08:09:59.765881Z K 7 svn:log V 88 - Update to 0.20 - Support staging Changes: http://search.cpan.org/dist/Future/Changes END K 10 svn:author V 2 bf K 8 svn:date V 27 2013-11-20T08:34:26.256508Z K 7 svn:log V 17 Update to 1.9.13 END K 10 svn:author V 5 demon K 8 svn:date V 27 2013-11-20T08:38:37.040116Z K 7 svn:log V 75 New port: puppet-mode.el: a major Emacs mode for editing puppet manifests. END K 10 svn:author V 5 demon K 8 svn:date V 27 2013-11-20T08:44:48.876204Z K 7 svn:log V 32 Update with actual information. END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2013-11-20T09:46:10.371150Z K 7 svn:log V 60 - Support STAGE PR: ports/184106 Submitted by: maintainer END K 10 svn:author V 3 mat K 8 svn:date V 27 2013-11-20T09:59:39.123107Z K 7 svn:log V 13 Fixup build. END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2013-11-20T10:01:07.853329Z K 7 svn:log V 61 - Support STAGE PR: ports/184107 Submitted by: maintainer END K 10 svn:author V 2 bf K 8 svn:date V 27 2013-11-20T10:06:40.633690Z K 7 svn:log V 17 Update to 5.31.3 END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-20T10:09:05.310387Z K 7 svn:log V 99 - Support INSTALL_AS_USER - Restore a patch to use Tcl/Tk internal include files Suggested by: mi END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-20T10:36:08.564099Z K 7 svn:log V 116 Install missing ImfDeepImageStateAttribute.h. Unbreaks graphics/gegl and graphics/ApmasCTL. Submitted by: nemysis END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-20T10:44:20.010309Z K 7 svn:log V 139 Fix a typo causing the .ko file not to be installed. Bump PORTREVISION to force package to be rebuilt. Approved by: hselasky (maintainer) END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-20T12:30:29.632073Z K 7 svn:log V 87 Fix some typos and use modern Perl variables in comments. Approved by: portmgr (bapt) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-20T12:41:39.221769Z K 7 svn:log V 164 Add CHOSEN_COMPILER_TYPE which can be clang or gcc It value correspond to the type of compiler chosen by the famework depending on the options Requested by: rene END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-20T12:43:29.711548Z K 7 svn:log V 164 Define the target in post section. Remove the PHONY kmod-pre-install target and replace it with a real file target (well directory in this case) Approved by: rene END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-20T12:48:34.914593Z K 7 svn:log V 331 Convert to USES=compiler:c++11-lang and remove the now-obsolete GCC option. This also means that on systems where /usr/bin/cc is clang 3.3 or higher, there is no option to compile this port with GCC (since it is new enough for C++11). On older systems FAVORITE_COMPILER=gcc can be set. While here use a few more option helpers. END K 10 svn:author V 3 mat K 8 svn:date V 27 2013-11-20T13:02:08.341615Z K 7 svn:log V 59 Add a bit about the default options change in lang/perl5.* END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T13:10:40.938218Z K 7 svn:log V 76 - Update WWW - Use single space after WWW: Approved by: lwhsu (maintainer) END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-20T13:26:34.815476Z K 7 svn:log V 200 - Update to 1.7.0 - Update MASTER_SITES - Add LICENSE - Use new LIB_DEPENDS format - Update USES - Enable staging - Use new OPTIONS framework Submitted by: Buganini (maintainer) END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-20T13:29:41.877661Z K 7 svn:log V 43 - Enable staging - Cleanup WRKSRC handling END K 10 svn:author V 3 gnn K 8 svn:date V 27 2013-11-20T13:30:14.226573Z K 7 svn:log V 49 Hook the new mbgtools port into the make system. END K 10 svn:author V 3 gnn K 8 svn:date V 27 2013-11-20T13:51:49.082005Z K 7 svn:log V 143 Remove the ptpd port as the protocol and software are no longer supported. In a 6 months the ptpd2 ports will be renamed. MFC after: 6 months END K 10 svn:author V 5 culot K 8 svn:date V 27 2013-11-20T13:52:34.957638Z K 7 svn:log V 76 - Update to 1.0.1 Changes: http://search.cpan.org/dist/XML-Catalog/Changes END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-20T13:57:00.752056Z K 7 svn:log V 45 Bump PORTREVISION to trigger fix in r334407. END K 10 svn:author V 5 culot K 8 svn:date V 27 2013-11-20T14:05:14.720114Z K 7 svn:log V 96 - Update to 5.1 - Support staging Changes: http://search.cpan.org/dist/XML-TreeBuilder/Changes END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-20T14:25:28.089883Z K 7 svn:log V 100 - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR) Approved by: wg (mentor) END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-20T14:54:31.075256Z K 7 svn:log V 38 - Add DOCS option - Add stage support END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2013-11-20T14:56:22.335945Z K 7 svn:log V 85 - Mark as deprecated and set expiration date. PR: ports/184080 Submitted by: rene@ END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-20T15:13:26.439833Z K 7 svn:log V 93 - Fix build on modern compilers - STAGE-clean - Add OPTIONS for DOCS - Convert to USES=gmake END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-20T16:13:13.042831Z K 7 svn:log V 163 - Add stage support - Convert tab in space in pkg-descr - Remove "Created by" from header PR: ports/184105 Submitted by: Takefu (maintainer) END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-20T16:15:07.471564Z K 7 svn:log V 158 - Update from 3.1.0 to 3.2.0 [1] - Add license [1] - Use options helpers PR: ports/184088 Submitted by: Simon Dick (maintainer) [1] END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T16:22:08.411124Z K 7 svn:log V 76 - Update to 0.12.4 Changes: http://git.gnome.org/browse/gupnp-av/tree/NEWS END K 10 svn:author V 3 kwm K 8 svn:date V 27 2013-11-20T16:37:00.346741Z K 7 svn:log V 166 Fix libgnome-keyring dependancy. gnome-keyring2 doesn't include libgnome-keyring. While here update LIB_DEPENDS syntax, stageify. Reported by: poudriere via swills@ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T16:40:43.714863Z K 7 svn:log V 76 - Update WWW - Use single space after WWW: Approved by: lwhsu (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T17:18:31.860299Z K 7 svn:log V 75 - Update to 4.58 Changes: http://search.cpan.org/dist/Mojolicious/Changes END K 10 svn:author V 4 bsam K 8 svn:date V 27 2013-11-20T17:20:57.265679Z K 7 svn:log V 288 . svn copy tryton -> tryton28 ports; . update tryton28 ports; [1] . connect tryton28 ports to build; . register conflicts at tryton ports. PR: ports/181691 [1] Submitted by: Matthias Petermann [1] Approved by: Matthias Petermann END K 10 svn:author V 2 bf K 8 svn:date V 27 2013-11-20T17:20:57.784002Z K 7 svn:log V 16 Update to 3.1.4 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T17:39:42.980423Z K 7 svn:log V 93 - Update to 0.06 - Add LICENSE Changes: http://search.cpan.org/dist/MooseX-Runnable/Changes END K 10 svn:author V 3 osa K 8 svn:date V 27 2013-11-20T18:13:07.664708Z K 7 svn:log V 125 Update from 4.0.24 to 4.0.25: o) www/rubygem-passenger; o) third-party passenger modules for www/nginx and www/nginx-devel. END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T18:32:13.264317Z K 7 svn:log V 46 - Add LICENSE - Remove contiguous blank lines END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T18:32:17.380331Z K 7 svn:log V 100 - Update to 1.2.3 - Add LICENSE Changes: https://github.com/hassox/warden/blob/master/History.rdoc END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T18:32:21.717122Z K 7 svn:log V 107 - Update to 3.2.1 - Add LICENSE Changes: https://github.com/plataformatec/devise/blob/master/CHANGELOG.md END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T18:32:25.841586Z K 7 svn:log V 65 - Add LICENSE - Fix RUN_DEPENDS - Pet portlint: reword pkg-descr END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T18:32:30.119512Z K 7 svn:log V 104 - Update to 0.9.0 - Add LICENSE Changes: https://github.com/mhfs/devise-async/blob/master/CHANGELOG.md END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T18:32:58.838935Z K 7 svn:log V 158 - Update to 1.2.1 Changes: http://pecl.php.net/package-changelog.php?package=yar PR: ports/184114 Submitted by: John Chen (maintainer) END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-20T19:10:14.288630Z K 7 svn:log V 109 sysutils/linux-crashplan: allow staging - Allow staging - Workaround problem starting up crashplan with SMP END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T19:12:47.489007Z K 7 svn:log V 252 - Add LICENSE - Convert to new options framework - Convert to new options helper - While I'm here, sort PLIST PR: ports/184115 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: Volodymyr Kostyrko (maintainer) END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-20T19:22:25.383997Z K 7 svn:log V 20 - Add stage support END K 10 svn:author V 6 rakuco K 8 svn:date V 27 2013-11-20T19:47:42.184245Z K 7 svn:log V 104 Update to 0.5.0. PR: ports/184116 Submitted by: Richard Kojedzinszky (maintainer) END K 10 svn:author V 6 rakuco K 8 svn:date V 27 2013-11-20T19:49:14.748133Z K 7 svn:log V 111 Fix build on 10 and HEAD. PR: ports/183910 Submitted by: Josh Tolbert (maintainer) END K 10 svn:author V 7 delphij K 8 svn:date V 27 2013-11-20T19:56:07.840099Z K 7 svn:log V 27 Remove extra PORTREVISION. END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T19:56:14.794542Z K 7 svn:log V 98 - Remove outdated patch PR: ports/184120 Submitted by: Zhihao Yuan (maintainer) END K 10 svn:author V 7 delphij K 8 svn:date V 27 2013-11-20T20:11:35.454775Z K 7 svn:log V 18 Update to 2.4.38. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2013-11-20T20:18:24.023822Z K 7 svn:log V 18 Update to 0.9.10. END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-20T20:33:15.357783Z K 7 svn:log V 20 - Add stage support END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T20:51:25.179013Z K 7 svn:log V 178 - Update WWW: - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T20:58:38.807571Z K 7 svn:log V 193 - Update MASTER_SITES - Update CONFLICTS - Support STAGEDIR - While I'm here, update USE_PYTHON PR: ports/184065 Submitted by: Douglas William Thrift (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T21:07:05.581579Z K 7 svn:log V 21 - Update to 20131118 END K 10 svn:author V 5 pawel K 8 svn:date V 27 2013-11-20T21:12:56.580106Z K 7 svn:log V 24 Update to version 5.0.3 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T21:15:37.609218Z K 7 svn:log V 86 - Update to 0.10 Changes: http://search.cpan.org/dist/Google-ProtocolBuffers/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T21:29:16.395807Z K 7 svn:log V 95 - Update to 4.01000 - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Net-Twitter/Changes END K 10 svn:author V 6 avilla K 8 svn:date V 27 2013-11-20T21:42:20.876730Z K 7 svn:log V 98 - Chase speech-dispatcher soversion bump. Reported by: Greg Rivers END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-20T21:47:29.558258Z K 7 svn:log V 125 Swap compiler.mk to use gcc 4.7 when requesting a C++11/C11 compiler and clang does not fit or the user explicitly want GCC. END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-20T21:48:30.264601Z K 7 svn:log V 58 Fix a typo Reported by: Rainer Hurling END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-20T21:50:11.759204Z K 7 svn:log V 9 Fix typo END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-20T22:09:45.849005Z K 7 svn:log V 19 - Cleanup Makefile END K 10 svn:author V 5 timur K 8 svn:date V 27 2013-11-20T22:32:47.598178Z K 7 svn:log V 54 Fix STAGEDIR packaging problems in pkg-install script END K 10 svn:author V 2 zi K 8 svn:date V 27 2013-11-20T22:42:56.228136Z K 7 svn:log V 83 - Update WWW to match new home Submitted by: Thierry Thomas END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-21T00:34:47.585675Z K 7 svn:log V 252 - Pass maintainership to submitter - Remove GUI Option (default install GUI) - Add license (GPLv2) - USES desktop-file-utils tk - Add pkg-message - Change REINPLACE_CMD - Simplify Makefile - Change pkg-descr Approved by: pawel / wg (mentors, implicit END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-21T00:40:10.189875Z K 7 svn:log V 74 - Fix typo Requested by: kwm Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-21T00:50:01.252921Z K 7 svn:log V 188 - Change maintainer email to @FreeBSD.org - Use pkg-plist instead of PLIST_FILES, PLIST_DIRS and PORTDATA - Add DOCS Option - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 2 cy K 8 svn:date V 27 2013-11-21T01:35:36.541108Z K 7 svn:log V 37 Address conflict with x11/xloadimage END K 10 svn:author V 5 culot K 8 svn:date V 27 2013-11-21T07:54:49.400663Z K 7 svn:log V 76 - Update to 2.47 Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog END K 10 svn:author V 6 oliver K 8 svn:date V 27 2013-11-21T08:19:34.300012Z K 7 svn:log V 305 update devel/atlas-devel to 0.6.3 which now requires a C++-11 compiler new .so version changes in affected ports change some ports to use USE_GCC=4.7+ (tested with 4.7 and 4.8) as this is needed for dependencies to devel/atlas-devel finally fix the compilation error in games/ember for at least FreeBSD 9 END K 10 svn:author V 4 bsam K 8 svn:date V 27 2013-11-21T08:25:54.187910Z K 7 svn:log V 130 . support STAGE; . remove the indefinite article from COMMENT; . remove unneeded trailing "/" from target dir at install command. END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-21T10:39:35.872511Z K 7 svn:log V 103 multimedia/ffmpeg: update to 2.1.1 Changes: http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.1.1 END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-21T10:54:15.050560Z K 7 svn:log V 114 - Update to 1.9.7 - Take maintainership (tcltk@) - Convert to USES=tk - Convert to OPTIONSng (DOCS) - STAGE-clean END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-21T11:01:31.181554Z K 7 svn:log V 40 - Support Tcl/Tk 8.6 Submitted by: mi@ END K 10 svn:author V 5 demon K 8 svn:date V 27 2013-11-21T11:30:10.145498Z K 7 svn:log V 195 Add optional dependency on bind-tools to install dig(1) on FreeBSD-10 and above (it has been removed from base system). PR: 184118 Submitted by: Geoffroy Desvernay END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-21T12:06:37.962758Z K 7 svn:log V 153 - Enable staging - Use new OPTIONS framework - Use new LIB_DEPENDS format - Remove useless -E switch for REINPLACE_CMD - Remove useless python 3.2+ hack END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-21T12:10:49.197869Z K 7 svn:log V 144 - Enable staging - Use new LIB_DEPENDS format - Update USES - Fix shebang of openalchemist-config using shebangfix - Always stage documentation END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-21T12:15:31.751959Z K 7 svn:log V 142 - Unbreak after vlc update PR: ports/183854 Submitted by: Juergen Lock Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 5 culot K 8 svn:date V 27 2013-11-21T12:28:29.609630Z K 7 svn:log V 132 - Update to 0.3.3 - Add LICENSE (BSD) - Support staging PR: ports/184000 Submitted by: Jason Bacon (maintainer) END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-11-21T12:35:12.057956Z K 7 svn:log V 199 - Upgrade to 1.2.1 - Make sample config file work with BSD syslog - Startup script fixes - Convert to staging PR: ports/182492 Submitted by: Regis A. Despres (maintainer) END K 10 svn:author V 5 culot K 8 svn:date V 27 2013-11-21T13:01:51.933132Z K 7 svn:log V 82 - Update to 1.48 Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes END K 10 svn:author V 5 culot K 8 svn:date V 27 2013-11-21T13:07:34.026579Z K 7 svn:log V 79 - Update to 3.01 Changes: http://search.cpan.org/dist/Module-CoreList/Changes END K 10 svn:author V 3 mat K 8 svn:date V 27 2013-11-21T13:12:53.701107Z K 7 svn:log V 171 - Support staging - Add LICENSE - Install the uncompressed man page and let the ports infrastructure compress it maintainer timeout. PR: ports/183714 Submitted by: mat END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-21T13:20:15.989567Z K 7 svn:log V 75 - Enable staging - Work in a subdir of WRKDIR - Update USES - Strip binary END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-21T13:23:10.464439Z K 7 svn:log V 107 - Enable staging - Use new LIB_DEPENDS format - Update USES - Use new OPTIONS framework - Rework pkg-descr END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-21T13:24:27.741585Z K 7 svn:log V 46 - Enable staging - Use new LIB_DEPENDS format END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-21T13:26:40.703664Z K 7 svn:log V 111 - Enable staging - Fix shebang of grsync-batch using shebangfix - Use new OPTIONS framework - Rework pkg-descr END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-21T13:33:27.723818Z K 7 svn:log V 75 - Enable staging - Use new LIB_DEPENDS format - Always stage documentation END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-21T13:34:33.205334Z K 7 svn:log V 75 - Enable staging - Use new LIB_DEPENDS format - Always stage documentation END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-21T13:36:51.356549Z K 7 svn:log V 89 - Enable staging - Use new LIB_DEPENDS format - Update USES - Always stage documentation END