Commit graph

215962 commits

Author SHA1 Message Date
Josh Paetzel
0bd2f6ce4c Restore functionaity to read encrypted DVDs.
PR:	ports/134016
Approved by:	linimon (mentor)
2009-04-27 17:54:33 +00:00
Dennis Herrmann
2f3fa0d7bc - Update to 2.03
PR:		ports/133497
Submitted by:	Jille Timmermans <jille@quis.cx>, bf <bf2006a@yahoo.com> (maintainer)
Approved by:	tabthorpe (co-mentor)
2009-04-27 17:48:35 +00:00
Wesley Shields
443494d58f - [1]: Update to 1.6.2.4
- [2]: Respect WITHOUT_X11 along with WITHOUT_GUI

Changelogs between old version and 1.6.2.4 are at:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.3.txt
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.4.txt

PR:		ports/133925 [1], private mail [2]
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> [1]
		Dmitry Morozovsky <marck@rinet.ru> [2]
2009-04-27 17:19:22 +00:00
Jose Alonso Cardenas Marquez
7f39fba979 - Update to 1.4.2 2009-04-27 16:44:05 +00:00
Yoichi NAKAYAMA
dbca3d604b Fix to use emacs22.
PR:		ports/131915
Submitted by:	Slaven Rezic
2009-04-27 16:23:29 +00:00
Jose Alonso Cardenas Marquez
b6195ca028 - Update to 0.6.1 2009-04-27 16:23:10 +00:00
Anton Berezin
f7525957ad Update to 0.53.
Changes: http://search.cpan.org/dist/XML-DT/Changes
2009-04-27 16:10:05 +00:00
Anton Berezin
902340504f Update to 2.38.
Changes: http://search.cpan.org/dist/Getopt-Long/CHANGES
2009-04-27 15:41:40 +00:00
Anton Berezin
c93b6d3134 Update to 2.089.
Changes: http://search.cpan.org/dist/Mail-Box/ChangeLog
2009-04-27 15:38:15 +00:00
Anton Berezin
7684f529fa Update to 1.72.
Changes: as far as I was able to determine, the main change
was the removal of the ChangeLog file.  :-)
2009-04-27 15:10:53 +00:00
Anton Berezin
f5a81535ae Update to 0.5.
Changes: http://search.cpan.org/dist/Geo-IPfree/Changes
2009-04-27 15:08:08 +00:00
Anton Berezin
6c48c6e9b3 Update to 0.58.
Changes: http://search.cpan.org/dist/Test-Base/Changes
2009-04-27 15:06:35 +00:00
Anton Berezin
b12c939d84 Update to 0.181.
Changes: http://search.cpan.org/dist/Email-Valid/Changes
2009-04-27 15:01:50 +00:00
Anton Berezin
7f6bc406db Update to 1.2903.
Changes: http://search.cpan.org/dist/BSD-Resource/ChangeLog
2009-04-27 14:58:33 +00:00
Anton Berezin
7e78d3da47 Update to 0.98.
Changes: http://search.cpan.org/dist/Schedule-Cron/CHANGES
2009-04-27 14:56:24 +00:00
Anton Berezin
079c2a020c Update to 0.10.
Changes: http://search.cpan.org/dist/Test-HTTP-Server-Simple/Changes
2009-04-27 14:54:05 +00:00
Anton Berezin
3c0578fea8 Update to 1.20.
Changes: http://search.cpan.org/dist/B-Generate/Changes
2009-04-27 14:52:13 +00:00
Anton Berezin
241909e4ac Update to 0.04.
Changes: http://search.cpan.org/dist/URI-GoogleChart/Changes
2009-04-27 14:50:48 +00:00
Anton Berezin
789e31ef2f Update to 1.07.
Changes: http://search.cpan.org/dist/YAML-Syck/Changes
2009-04-27 14:49:12 +00:00
Anton Berezin
b436679976 Update to 3.43.
Changes: http://search.cpan.org/dist/CGI.pm/Changes
2009-04-27 14:47:51 +00:00
Anton Berezin
68d24640cd Update to 0.39.
Changes: http://search.cpan.org/dist/Template-Declare/Changes
2009-04-27 14:46:13 +00:00
Anton Berezin
091dcbd117 Update to 0.52.
Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes
2009-04-27 14:42:32 +00:00
Anton Berezin
d9f6556d9a Update to 1.14.
Changes: http://search.cpan.org/dist/String-BufferStack/Changes
2009-04-27 14:40:21 +00:00
Vasil Dimov
ceb58ae50a Upgrade sysutils/duplicity from 0.5.15 to 0.5.16
ChangeLog:
http://duplicity.nongnu.org/CHANGELOG

PR:		ports/133991
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2009-04-27 14:30:13 +00:00
Sergey A. Osokin
ab97e1ddbd Update from 0.7.52 to 0.7.53.
Respect compile/build flags for thirdparty passenger module.

<ChangeLog>

*) Change: now a log set by --error-log-path is created from the very
   start-up.

*) Feature: now the start up errors and warnings are outputted to an
   error_log and stderr.

*) Feature: the empty --prefix= configure parameter forces nginx to use
   a directory where it was run as prefix.

*) Feature: the -p switch.

*) Feature: the -s switch on Unix platforms.

*) Feature: the -? and -h switches.
   Thanks to Jerome Loyet.

*) Feature: now switches may be set in condensed form.

*) Bugfix: nginx/Windows did not work if configuration file was given
   by the -c switch.

*) Bugfix: temporary files might be not removed if the "proxy_store",
   "fastcgi_store", "proxy_cache", or "fastcgi_cache" were used.
   Thanks to Maxim Dounin.

*) Bugfix: an incorrect value was passed to mail proxy authentication
   server in "Auth-Method" header line; the bug had appeared
   in 0.7.34.
   Thanks to Simon Lecaille.

*) Bugfix: system error text descriptions were not logged on Linux;
   the bug had appeared in 0.7.45.

*) Bugfix: the "fastcgi_cache_min_uses" directive did not work.
   Thanks to Andrew Vorobyoff.

</ChangeLog>
2009-04-27 14:16:00 +00:00
Xin LI
c78801166d - Update to 2.3.7
- Change MASTER_SITES to CHEESESHOP

Submitted by:	lwhsu
PR:		ports/133664
2009-04-27 14:05:28 +00:00
Norikatsu Shigemura
0b7595c81d Fix some bugs.
PR:		ports/133738
Submitted by:	Tsurutani Naoki  turutani at scphys kyoto-u ac jp
Obtained from:	nkf's git
2009-04-27 13:50:06 +00:00
Steven Kreuzer
89ea8859c1 add ${LOCALBASE}/bin to embedded paths
PR:		ports/133400
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by:	wxs (mentor)
2009-04-27 13:48:11 +00:00
Emanuel Haupt
7ab2b4fac3 Update to 4.13 2009-04-27 13:46:29 +00:00
Dmitry Marakasov
03ce6c345e - Update to 0.8.0
PR:		134032
Submitted by:	Alex Kozlov <spam at rm-rf dot kiev dot ua>
Approved by:	Peter Johnson <johnson dot peter at gmail dot com> (maintainer)
2009-04-27 11:48:15 +00:00
Renato Botelho
eef21b316a - Update to 1.0.22
- Convert TLS to an option, off by default since this is considered
  experimental
- Change PRIVSEP option on by default to reflect default configure
2009-04-27 11:21:29 +00:00
Yen-Ming Lee
a3c4d73039 - update to 0.06
PR:		134040
Submitted by:	leeym
Approved by:	maintainer
2009-04-27 09:27:37 +00:00
Philippe Audeoud
e87f5ac16f - Update to 5.826 2009-04-27 08:58:12 +00:00
Lars Thegler
e3e15a3de4 Update to 0.06 2009-04-27 08:16:38 +00:00
Lars Thegler
84f5b24ed3 Update to 0.23 2009-04-27 08:12:58 +00:00
Yen-Ming Lee
b5803e1888 - update to 0.38 2009-04-27 08:05:09 +00:00
Martin Wilke
c5241a33ec - Update to 1.4.2.1
PR:		133984
Submitted by:	Morton Jonuschat <mjonuschat@gmail.com>
Approved by:	maintainer
2009-04-27 08:02:43 +00:00
Martin Wilke
eea0228d77 - Update to 0.6.4.1
PR:		133742
Submitted by:	mitsuru@riken.jp (maintainer)
2009-04-27 07:54:31 +00:00
Ion-Mihai Tetcu
59f831e220 - depend on moc qmake rcc uic only for build [1]
- install the program stripped
- bump PORTREVISION

Submitted by:	mack@ [1]
2009-04-27 06:23:06 +00:00
Dmitry Marakasov
9d321b4b5a - Update to 0.9.6.3
PR:		134033
Submitted by:	Maurice Castro <maurice at castro dot aus dot net> (maintainer)
2009-04-27 02:05:06 +00:00
Yen-Ming Lee
05a3a67075 - update to 1.110
PR:		134034
Submitted by:	leeym
Approved by:	maintainer
2009-04-27 01:42:08 +00:00
Dmitry Marakasov
1a9a161168 - Update to 5.2b
PR:		133999
Submitted by:	Gerard Seibert <gerard at seibercom dot net> (maintainer)
2009-04-27 01:39:24 +00:00
Dmitry Marakasov
5f4c12d9e9 - Update to 4.52
PR:		133997
Submitted by:	Maxim Zakharov <maxime at maxime dot net dot ru>
2009-04-27 01:39:22 +00:00
Dmitry Marakasov
116a42e709 - Update to 1.2.0.4
PR:		133995
Submitted by:	José García Juanino <jjuanino at gmail dot com> (maintainer)
2009-04-27 01:39:20 +00:00
Jose Alonso Cardenas Marquez
a124f6c5a0 - Add sdl dependency
Reported by:	QAT
2009-04-27 01:28:46 +00:00
Jose Alonso Cardenas Marquez
7aa475d860 - Update to 0.3.4
- Remove obsolete dependency
2009-04-27 01:25:01 +00:00
Jose Alonso Cardenas Marquez
405ac3b5d5 - Update to 1.0.15
- Remove obsolete dependency
2009-04-27 01:23:46 +00:00
Jose Alonso Cardenas Marquez
ff254cd7cd - Update to 0.14
- Remove obsolete dependency
2009-04-27 01:16:35 +00:00
Jose Alonso Cardenas Marquez
93d5f1ecfc - Update to 2.7.6 2009-04-27 00:44:41 +00:00
Dmitry Marakasov
6c374f5b11 - Update to 0.0.15 2009-04-27 00:37:35 +00:00