1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

220775 Commits

Author SHA1 Message Date
Pietro Cerutti
c11500a233 - Update to 2.13.2 2009-07-16 09:34:07 +00:00
Beat Gaetzi
bbad8b73ac - Update to 2.9a [1]
- Update WWW in pkg-descr

PR:		ports/136778 [1]
Submitted by:	Jochen Neumeister <jochen AT daten-chaos.de>
2009-07-16 09:26:20 +00:00
Philippe Audeoud
14b18ed1c1 - Update to 1.22 2009-07-16 08:26:26 +00:00
Anton Berezin
00dc0e2406 Update to 6.54.
Changes:	http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes
2009-07-16 08:24:07 +00:00
Anton Berezin
9c5e3d0c18 Update to 0.41(.)5.
Changes:	http://search.cpan.org/dist/RDF-Simple/Changes
2009-07-16 08:19:30 +00:00
Alexander Logvinov
86c629584f - Update to 0.1.22
PR:		ports/136812
Submitted by:	Oleg Alexeenkov <proler AT gmail.com> (maintainer)
Approved by:	tabthorpe, glarkin (mentors, implicit)
2009-07-16 08:16:49 +00:00
Anton Berezin
204ebc92c4 Update to 0.84.
Changes:	http://search.cpan.org/dist/IPC-Run/Changes
2009-07-16 08:14:50 +00:00
Philippe Audeoud
04615b5489 - Update to 0.14 2009-07-16 08:14:44 +00:00
Anton Berezin
7104e557c6 Update to 1.40.
Changes:	http://search.cpan.org/dist/Test-Pod/Changes
2009-07-16 08:07:40 +00:00
Rong-En Fan
d5bd0c2713 - Update to 0.20 2009-07-16 07:28:26 +00:00
Li-Wen Hsu
59153044f0 - Fix Python version requirement, this port works fine with Python 2.4+,
but not 3.0+

PR:		ports/136799
Submitted by:	Oliver Fromme <olli AT secnetix.de>
Approved by:	Georg Graf <georg AT graf.priv.at> (maintainer)
2009-07-16 05:27:06 +00:00
Li-Wen Hsu
6d09b1dced - Update to 1.1.9 2009-07-16 05:07:07 +00:00
Rong-En Fan
08d91f4cbf - Update to 2.35 2009-07-16 04:44:36 +00:00
Dmitry Marakasov
37ef050bb4 Duff is a Unix command-line utility written in C for quickly finding
duplicates in a given set of files.

WWW: http://duff.sourceforge.net

PR:		136635
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2009-07-16 02:16:49 +00:00
Simon L. B. Nielsen
d89e6e24c9 Mark ISC DHCP client port as FORBIDDEN due to remote code execution.
Security:	http://vuxml.FreeBSD.org/c444c8b7-7169-11de-9ab7-000c29a67389.html
Security:	CVE-2009-0692
With hat:	so
2009-07-15 23:11:07 +00:00
Dmitry Marakasov
d0ff441f6c - Update to 6.3.10
- Portlint

PR:		136774
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
2009-07-15 23:02:52 +00:00
Dmitry Marakasov
36e406eb3b - add reload support for rcfile
PR:		136797
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Suggested by:	Maxim Khitrov <mkhitrov@gmail.com>
2009-07-15 22:57:30 +00:00
Dmitry Marakasov
7215ba5a5a - Fix on amd64
- Respect CC
- Check for lua version correctly

PR:		136786, 136789
Submitted by:	Andrew Lewis <freeghb@gmail.com> (maintainer)
2009-07-15 22:54:33 +00:00
Beat Gaetzi
a251132ad7 - Update to 0.9
With hat:	gecko
2009-07-15 20:48:43 +00:00
Wesley Shields
148426c713 - Update to 1.79
PR:		ports/136288
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2009-07-15 20:45:33 +00:00
Florent Thoumie
52cac6926e Add Review Board Tools (rbtools), a set of utilities for Review Board. 2009-07-15 20:15:17 +00:00
Dmitry Marakasov
df09209320 - Update to 2.4.1
PR:		136773
Submitted by:	Takashi Kato <townwear@gmail.com> (maintainer)
2009-07-15 19:30:25 +00:00
Wesley Shields
cbf1427e69 - Document isc-dhcp*-client stack overflow. 2009-07-15 18:34:19 +00:00
Steven Kreuzer
e139a91605 Add support for Intel Atom/Core/Core2 processors
Install tests to DATADIR/{ctests,ftests} instead of PREFIX/{ctests,ftests}

PR:		ports/136757
Submitted by:	Harald Servat <redcrash@gmail.com>
Approved by:	wxs (mentor)
2009-07-15 17:58:52 +00:00
Thomas Abthorpe
c47d60babf - Update to 2.1 2009-07-15 17:27:28 +00:00
Jeremy Messenger
eef09642b8 Fix the build and installation w/ libtool 2.2. 2009-07-15 17:19:22 +00:00
Dmitry Marakasov
2300443a41 - Mark MAKE_JOBS_UNSAFE
PR:		136792
Submitted by:	myself
Approved by:	Cezary Morga <cm@therek.net> (maintainer)
2009-07-15 17:04:09 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Wesley Shields
e6246d1055 - Chase security/gpgme update.
Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl

These patches were submitted by various people and documented in ports/135911.

PR:		ports/135911
2009-07-15 16:47:45 +00:00
Wesley Shields
a7000e3a39 - Update to 1.2.0
PR:		ports/135911
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2009-07-15 16:42:07 +00:00
Doug Barton
ab95b9267a Overhaul this script to better fit the rc.d way of doing things;
1. Add a comment telling the user what to put into rc.conf
2. Instead of specifying start and stop commands, simply define command=
3. Move the default _enable assignment to after load_rc_config() and
remove the empty _flags assignment.
2009-07-15 16:39:21 +00:00
Dmitry Marakasov
182db3c80d - Remove some comments I've used for testing 2009-07-15 16:34:13 +00:00
Dmitry Marakasov
dfe7c9a036 - Update to 0.39
PR:		136699
Submitted by:	Cezary Morga <cm@therek.net> (maintainer)
2009-07-15 16:30:51 +00:00
Alexander Logvinov
92aff89004 - Update to 1.2.9
Approved by:	tabthorpe, glarkin (mentors, implicit)
2009-07-15 15:37:11 +00:00
MIHIRA Sanpei Yoshiro
b2406f0680 THANKO USB AM/FM Radio controller 2009-07-15 15:01:15 +00:00
Philippe Audeoud
10da45ef91 - Add missing dependencies
- Bump PORTREVISION
2009-07-15 14:20:08 +00:00
Sergey A. Osokin
bb3b96b52f Resort options to make third party modules distinguishable.
Apply these changes accordingly for stable and devel versions.
Do not bump PORTREVISIONs.

Submitted by:	Maxim Dounin aka mdounin at mdounin dot ru
2009-07-15 14:09:33 +00:00
Sergey A. Osokin
bf59c5f133 Fix whitespaces. 2009-07-15 14:03:40 +00:00
Alexander Logvinov
e3725d54a6 - Update to 0.3.1
Approved by:	tabthorpe (mentor)
2009-07-15 13:54:56 +00:00
Dmitry Marakasov
1f4d1fb8a0 - Fix missing dependency of devel/p5-Module-Pluggable for Perl < 5.8.9
- Specify Perl version requirement (>=5.6.0)

PR:		136630
Submitted by:	Cezary Morga <cm@therek.net> (maintainer)
2009-07-15 13:54:26 +00:00
Sergey A. Osokin
10a39a1182 Illuminate and enable by default cache module.
Fix whitespaces.
Do not bump PORTREVISION cause no functionally or building
changes (cache module was enabled implicitly).
2009-07-15 13:53:21 +00:00
Dmitry Marakasov
02cd8b6e64 Base class and utility methods for manipulating Perl via PPI. Pulled
out from the Padre::Task::PPI code.

WWW: http://search.cpan.org/dist/PPIx-EditorTools/

PR:		136699
Submitted by:	Cezary Morga <cm@therek.net>
2009-07-15 13:47:55 +00:00
Dmitry Marakasov
d4ab668367 This module does the same thing as msgfmt from GNU gettext-tools,
except this is pure Perl.

WWW: http://search.cpan.org/dist/Locale-Msgfmt/

PR:		136699
Submitted by:	Cezary Morga <cm@therek.net>
2009-07-15 13:47:51 +00:00
Florent Thoumie
df9b24e2e2 Fix SHA1 on 64bit architectures.
PR:		ports/136197
Submitted by:	Chris Cowart <ccowart@rescomp.berkeley.edu>
2009-07-15 13:43:54 +00:00
Florent Thoumie
39ec5fa287 Update net-p2p/rtorrent-devel to 0.8.5. 2009-07-15 13:40:37 +00:00
Florent Thoumie
6876e8cf3e Update net-p2p/libtorrent-devel to 0.12.5. 2009-07-15 13:40:13 +00:00
Florent Thoumie
bb10baa0aa Update net-p2p/rtorrent to 0.8.4. 2009-07-15 13:39:39 +00:00
Florent Thoumie
08e61fa261 Update net-p2p/libtorrent to 0.12.4. 2009-07-15 13:38:50 +00:00
Daniel Eischen
356acce1af Unbreak on -current.
PR:	136367
2009-07-15 12:59:37 +00:00
Dmitry Marakasov
ddc44e44da - Update to 0.2.3 2009-07-15 12:13:44 +00:00