Li-Wen Hsu
0be88c9601
- Update to 1.5.9
...
PR: ports/139674
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> (maintainer)
2009-10-17 03:10:24 +00:00
Wen Heping
1f42e53469
- Update to 0.43
...
Approved by: mentors(implicit)
2009-10-17 02:29:00 +00:00
Greg Larkin
6cbcd335ac
- Updated to 1.9.4
2009-10-17 02:10:02 +00:00
Dmitry Marakasov
44d5094a15
- Fix plist
2009-10-17 01:16:43 +00:00
Dmitry Marakasov
14cc31479e
- Update to 0.2.6
2009-10-17 00:13:59 +00:00
Kirill Ponomarev
75ea3e94df
Update to version 250
...
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_250
PR: ports/139616
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
2009-10-16 23:08:15 +00:00
Anders Nordby
7bb21e40c3
Update to 2.4.5.
2009-10-16 18:55:10 +00:00
Wesley Shields
f7850319c8
- Rework QUOTA support to fix build breakage.
...
Noticed by: Peter Czanik <pczanik@fang.fa.au.hu>
Approved by: chris@officialunix.com (maintainer)
2009-10-16 18:09:23 +00:00
Gerald Pfeifer
d52353ace1
Update to the 20091015 snapshot of GCC 4.5.0.
2009-10-16 17:48:36 +00:00
Li-Wen Hsu
08f7b48066
- Document django -- denial-of-service attack
2009-10-16 17:42:21 +00:00
Li-Wen Hsu
feadc63669
- Update to r11627
...
Security: http://www.djangoproject.com/weblog/2009/oct/09/security/
2009-10-16 16:48:20 +00:00
Li-Wen Hsu
91474598d5
- Update to 1.1.1
...
- Use CHEESESHOP
Security: http://www.djangoproject.com/weblog/2009/oct/09/security/
2009-10-16 16:47:20 +00:00
Max Brazhnikov
75a32020c3
Update to 0.7.3
2009-10-16 16:15:12 +00:00
Max Brazhnikov
9665bd0a2a
Update to 1.2 - first release for KDE4!
...
PR: ports/139678
Submitted by: Shane Bell <decept0 at gmail.com>
2009-10-16 16:14:34 +00:00
Stanislav Sedov
3cb83e5c35
- Update bootstrap binaries to the latest version.
2009-10-16 15:01:15 +00:00
Dmitry Marakasov
9a0385c1be
- Update to 2.0.1
...
PR: 139610
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2009-10-16 14:51:47 +00:00
Jun Kuriyama
f9f9126199
- Upgrade to 0.03001.
2009-10-16 14:45:11 +00:00
Jun Kuriyama
dcfb2ecfdc
- Upgrade to 0.02.
2009-10-16 14:44:54 +00:00
Kris Kennaway
0b1f983340
Update master site
2009-10-16 14:08:19 +00:00
Wen Heping
f6448dfe27
- Add missing examples file
...
PR: ports/139675
Submitted by: Shane Bell <decept0@gmail.com>
Approved by: miwi(mentor)
2009-10-16 14:06:41 +00:00
Wen Heping
6f4e19674e
- Change maintainer's email address
...
PR: ports/139655
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by: miwi(mentor)
2009-10-16 14:00:34 +00:00
Stanislav Sedov
cf3087acae
- Update to 0.16.
...
- Add option for FIST support.
2009-10-16 13:16:58 +00:00
Alexander Logvinov
e6087ad201
- Update to 0.98.5.1
...
- Add MASTER_SITES for redundancy
2009-10-16 13:10:52 +00:00
Beat Gaetzi
7fa59ebd57
- Update to 0.47
...
PR: ports/139187
Submitted by: Cezary Morga <cm AT therek.net> (maintainer)
2009-10-16 12:30:29 +00:00
Wen Heping
5c94b9e1ea
- Update to 1.3.9
...
PR: ports/139446
Submitted by: Jack Low <xxjack12xx@gmail.com> (maintainer)
Approved by: miwi(mentor)
2009-10-16 12:11:24 +00:00
Renato Botelho
c9f412fd8a
Update to 1.2.3
...
PR: ports/139663
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
2009-10-16 11:41:11 +00:00
Erwin Lansing
7e65922d11
Mark BROKEN on 9.x: unsupported.
2009-10-16 11:31:05 +00:00
Martin Matuska
67c2ef94bc
- fix VUPEN/ADV-2009-2678
...
Reported by: hxxp@mailvault.com
Feature safe: yes
2009-10-16 11:24:04 +00:00
Dmitry Sivachenko
4bce338cef
Update to 2.21.
...
PR: 139507
Submitted by: Sahil Tandon <sahil@tandon.net>
2009-10-16 10:59:22 +00:00
Dmitry Sivachenko
8bed46133a
Update to 1.09.
...
PR: 139185
Submitted by: Cezary Morga <cm@therek.net>
2009-10-16 10:54:42 +00:00
Erwin Lansing
9deeb4946c
Mark BROKEN: does not build.
2009-10-16 09:50:08 +00:00
Stanislav Sedov
814325e1a0
- Update to 8.98.
2009-10-16 09:35:30 +00:00
Andrej Zverev
e6fca33a6a
require EXPR only accepts Class/Name.pm style module names, not Class::Name.
...
How frustrating! For that, we provide load_class 'Class::Name'.
It's often useful to test whether a module can be loaded, instead of throwing
an error when it's not available. For that, we provide try_load_class
'Class::Name'.
Finally, sometimes we need to know whether a particular class has been loaded.
Asking %INC is an option, but that will miss inner packages and any class for
which the filename does not correspond to the package name. For that,
we provide is_class_loaded 'Class::Name'.
2009-10-16 07:28:19 +00:00
Vanilla I. Shu
b404d7fd27
1: upgrade to 0.34.
...
2: fix build on 6.x
PR: ports/139631
Submitted by: Sahil Tandon <sahil.at.tandon.dot.net>
2009-10-16 06:34:58 +00:00
Wen Heping
f6710cccf3
- Update to 1.0.1
...
- Pass maintainership to submitter
PR: ports/139666
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: mentors(implicit)
2009-10-16 03:10:06 +00:00
Wen Heping
4bb0fbdaf1
- Update to v1.0.2
...
Approved by: mentors(implicit)
2009-10-16 01:25:13 +00:00
Wen Heping
e4aefd3455
- Update to 1.5.1
...
- Update my mail address to FreeBSD
Approved by: mentors(implicit)
2009-10-16 00:44:43 +00:00
Andrey Slusar
0dcb131ab7
- Fix previous update
2009-10-15 22:31:33 +00:00
Andrey Slusar
bd7881d631
- Fix build
2009-10-15 22:18:44 +00:00
Nicola Vitale
8f0442ca6f
- Update to 1.2.7
2009-10-15 21:49:35 +00:00
Mark Linimon
99723f1834
Maintainer was reset some time ago.
2009-10-15 21:33:57 +00:00
Wesley Shields
6f0142ba6a
- Fix when using WITH_PERL and WITH_PYTHON
...
- Make pkg-install script accept FLOWD_UID from environment
PR: ports/137560
Submitted by: Mel Flynn <mel.flynn+fbsd.ports@mailing.thruhere.net>
Approved by: Janos Mohacsi <mohacsi@niif.hu> (maintainer)
2009-10-15 21:26:58 +00:00
Josh Paetzel
abd3dc246a
Let jtoolkit use an installed version of python rather than forcing a dependancy on python 2.5
...
Approved by: itetcu@ (mentor)
2009-10-15 20:59:01 +00:00
Stanislav Sedov
27e0ba871d
- Take maintainership.
2009-10-15 20:46:16 +00:00
Oliver Lehmann
989e286bde
update graphics/ogre3d to 1.6.3
...
bump PORTREVISION on affected ports
2009-10-15 17:04:42 +00:00
Andrey Slusar
d5349e1971
- Update to 1.5.2
2009-10-15 16:40:42 +00:00
Andrey Slusar
6749205959
- Update to 0.90.0
2009-10-15 16:24:16 +00:00
Andrey Slusar
70990b6c29
- Update to 0.90.2
2009-10-15 16:23:34 +00:00
Wesley Shields
8405e1ece5
- Update to 1.0
...
PR: ports/139262
Submitted by: Diego Depaoli <trebestie@gmail.com> (maintainer)
2009-10-15 16:03:19 +00:00
Jun Kuriyama
f381f1e592
- Upgrade to 0.13.
2009-10-15 15:01:36 +00:00