Andrej Zverev
2f9625eb9f
Drop maintainership
2010-09-24 09:49:56 +00:00
TAKATSU Tomonari
d560fb756d
- Update to 2.4
...
- Add LICENSE and LICENSE_FILE
2010-09-24 09:33:08 +00:00
Rong-En Fan
db05b418a5
- Update to 2010.05.26
...
PR: ports/150885
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
2010-09-24 09:27:12 +00:00
Bernhard Froehlich
0f6537b52f
- Update to 0.16.1
...
- Add missing USE_GETTEXT
PR: ports/150880
Submitted by: UMENO Takashi <umeno at rr dot iij4u dot or dot jp> (maintainer)
Approved by: beat (co-mentor, implicit)
2010-09-24 08:13:21 +00:00
Doug Barton
ed7dd15603
Standardize rc.d script
...
Bump PORTREVISION (missed in last update)
2010-09-24 07:07:26 +00:00
Erwin Lansing
697697fc40
Mark BROKEN: does not build.
2010-09-24 06:56:24 +00:00
Philip M. Gollucci
574a02db51
- fix the order
2010-09-24 05:16:00 +00:00
Philip M. Gollucci
6b4f995c4f
- Mark BROKEN does not compile b/c of lots of bad c/c++/xs code
...
With Hat: perl@
Reported by: QAT
Confirmed by: P6 TB
2010-09-24 04:51:35 +00:00
Martin Wilke
f8f142ad42
- Update to 4.3.5
...
PR: 149493
Submitted by: Helmut Schneider <jumper99@gmx.de>
Approved by: maintainer timeout
2010-09-24 04:49:16 +00:00
Jung-uk Kim
773071c6f0
Improve pthread cancellation and update comments.
2010-09-24 03:54:19 +00:00
Ade Lovett
8240947413
Purge automake15 from existence. Only a few more to go now.
2010-09-24 03:24:38 +00:00
Ade Lovett
7ded9472ea
Forced commit. Actually, this one didn't get migrated. It wants to use
...
automake15 (and only automake15) in exceptionally weird and wonderful ways.
Since it was the only remaining port requiring automake15, and is also a
leaf port, it gets to be collatoral damage. Sorry.
2010-09-24 03:23:51 +00:00
Ade Lovett
56fb58c56f
Migrate from devel/automake15 to devel/automake19
2010-09-24 03:22:28 +00:00
Ade Lovett
b6000bd1d1
Migrate from devel/automake15 to devel/automake14 (legacy)
2010-09-24 03:22:07 +00:00
Ade Lovett
ea48b9de11
Doesn't actually need devel/automake15
2010-09-24 03:21:44 +00:00
Martin Wilke
25477f224d
- Update to 1.0.15
...
- Pass maintainership to submitter
PR: 150893
Submitted by: Davide Italiano <davide.italiano@gmail.com>
2010-09-24 03:09:19 +00:00
Martin Wilke
a9d378c99f
- Fix a typo
...
PR: 150851
Submitted by: Takefu <takefu@airport.fm>
Approved by: maintainer
2010-09-24 02:49:55 +00:00
Philip M. Gollucci
6564a2589c
- only 13% of the p5- ports embed @comment $FreeBSD$:
...
so standarize and remove it
With Hat: perl@
2010-09-24 02:03:44 +00:00
Steve Wills
8e79a8e4ce
Renamed devel/qoauth to net/qoauth
...
Approved by: pgollucci (mentor)
2010-09-24 01:52:38 +00:00
Philip M. Gollucci
5bd9c5c797
- /mach/ -> /%%PERL_ARCH%%/
...
With Hat: perl@
2010-09-24 01:48:27 +00:00
Steve Wills
235033c817
- chase dependency move
...
- bump portrevision
Approved by: pgollucci (mentor)
Approved by: kde@ (fluffykhv via irc)
2010-09-24 01:37:40 +00:00
Steve Wills
bf709868eb
QT support for OAuth-powered network services
...
WWW: http://wiki.github.com/ayoy/qoauth/
Approved by: pgollucci (mentor)
2010-09-24 01:34:07 +00:00
Philip M. Gollucci
879ee7a20a
- you had to be difficult didn't you
2010-09-24 01:31:36 +00:00
Thomas Abthorpe
0e409d2297
- Update to 1.85
...
PR: ports/150779
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
2010-09-24 01:14:14 +00:00
Thomas Abthorpe
6225e86b4d
- Update to 1.60
...
PR: ports/150778
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
2010-09-24 01:12:29 +00:00
Dmitry Marakasov
c9c11b103e
- Update to 5.2
...
PR: 150888
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer)
2010-09-24 00:56:09 +00:00
Philip M. Gollucci
76f3222580
- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
...
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs
With Hat: perl@
2010-09-24 00:44:29 +00:00
Philip M. Gollucci
d84f4a2771
- Fix fetch after PORTREVISION bump breakage from mm@
...
Reported by: linimon
Approvoed by: maintainer (implicit)
2010-09-24 00:18:34 +00:00
Philip M. Gollucci
fce135b7e4
- Mark BROKEN, bad plist
2010-09-24 00:08:15 +00:00
Philip M. Gollucci
950f40047f
- Mark MAKE_JOBS_UNSAFE=yes
...
Reported by: P6 TB
2010-09-23 23:40:55 +00:00
Jung-uk Kim
3a28754e3d
- Rewrite IcedTea6 plugin patch to improve stability of initialization/shutdown
...
process. Update comments in the patch accordingly.
- Tidy up makefile for the plugin. Remove a hack for include path of libxul,
which is correctly patched from libxul 1.9.2.9_1. Remove mozilla-plugin.pc from
linker options for pkg-config. Generally speaking, NPAPI plugins do not need
to link with Gecko engine directly.
- Move run-time dependencies for the plugin to build-time dependencies as it is
completely optional any way.
2010-09-23 21:54:01 +00:00
Nicola Vitale
72ff81489c
- Update to 0.080
...
- Add devel/p5-Getopt-Declare to RUN_DEPENDS
- Remove graphics/graphviz from RUN_DEPENDS
- Use ${COPYTREE_SHARE} to install documentation
2010-09-23 21:38:28 +00:00
Greg Larkin
7657dd846a
This is an implementation of Python bindings for the Subversion
...
version control system, aiming to be complete, fast and feel native
to Python programmers.
Bindings are provided for the working copy, client, delta, remote
access and repository APIs. A hookable server side implementation
of the custom Subversion protocol (svn_ra) is also provided.
www: https://launchpad.net/subvertpy
PR: ports/147166
Submitted by: Carlo Strub (c-s at c-s.li)
2010-09-23 21:35:22 +00:00
Philip M. Gollucci
e0e9d6908d
- Update to 0.7.25
...
PR: ports/150466
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (miwi ; 14 days)
2010-09-23 19:49:27 +00:00
Philip M. Gollucci
fe7fad7d50
- Update to 0.9.5.4
...
PR: ports/150464
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (miwi ; 14 days)
2010-09-23 19:49:20 +00:00
Philip M. Gollucci
f704ac7d42
- Update to 2.0.2.5
...
PR: ports/150463
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (miwi ; 14 days)
2010-09-23 19:49:12 +00:00
Thierry Thomas
3e6035661b
Strictly depends on Gcc-4.4, even if the default FORTRAN compiler
...
depends on Gcc-4.5.
Submitted by: Stas Timokhin <devel (at) stasyan.com> (maintainer)
2010-09-23 19:47:12 +00:00
Philip M. Gollucci
d70bcc1a39
- Update to 1.3.9
...
PR: ports/150462
Approved by: maintainer timeout (miwi ; 14 days)
2010-09-23 19:44:41 +00:00
Philip M. Gollucci
aa3b6f3d02
- Update to 0.5.5.9
...
PR: ports/150461
Approved by: maintainer timeout (miwi ; 14 days)
2010-09-23 19:44:32 +00:00
Greg Larkin
f2a56710ca
- Updated to 1.1.1
...
- Pass maintainership to submitter
PR: ports/150747
Submitted by: C-S <c-s at c-s dot li>
2010-09-23 19:27:56 +00:00
Philip M. Gollucci
0b1e486d4b
- Update to 0.08
...
PR: ports/150853
Submitted by: Frederic Culot <frederic@culot.org>
With Hat: perl@
Changes: http://search.cpan.org/dist/Package-Stash/Changes
2010-09-23 19:24:04 +00:00
Philip M. Gollucci
04fa41919c
- Update to 1.015
...
PR: ports/150852
Submitted by: Frederic Culot <frederic@culot.org>
With Hat: perl@
Changes: http://search.cpan.org/dist/Class-DBI-Lite/Changes
2010-09-23 19:24:00 +00:00
Philip M. Gollucci
5a1d4214d2
- Update to 1.31
...
PR: ports/150850
Submitted by: Frederic Culot <frederic@culot.org>
With Hat: perl@
Changes: http://search.cpan.org/dist/MIME-Types/Changes
2010-09-23 19:23:56 +00:00
Jimmy Olgeni
32aeeaae8a
Bump portrevision. A rebuild is needed after rebuilding lang/sbcl,
...
even if the sbcl version did not change in the end.
Submitted by: Jan Henrik Sylvester <me janh de>
2010-09-23 19:10:37 +00:00
Philip M. Gollucci
eec3dbb9b2
- Fix dependency versions
...
PR: ports/150815
Submitted by: myself (pgollucci)
Approved by: kick.christoph@googlemail.com (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic
2010-09-23 18:55:27 +00:00
Philip M. Gollucci
a853fa0a0a
- Fix dependency versions
...
PR: ports/150810
Submitted by: myself (pgollucci)
Approved by: kick.christoph@googlemail.com (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic
2010-09-23 18:55:23 +00:00
Philip M. Gollucci
68f3e97edf
- Fix dependency versions
...
PR: ports/150809
Submitted by: myself (pgollucci)
Approved by: kick.christoph@googlemail.com (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic
2010-09-23 18:55:19 +00:00
Thierry Thomas
05ff6d3cbd
Mark BROKEN on FreeBSD-7, untill a fix is found.
...
Reported by: pointyhat, via Pav & Erwin
2010-09-23 18:50:22 +00:00
Erwin Lansing
5b9ced9f13
Mark BROKEN on HEAD: does not build.
2010-09-23 18:07:02 +00:00
Philip M. Gollucci
6af8f8f7e2
rename www/CKeditor -> www/ckeditor
...
no MOVED entry
Requested by: danfe
2010-09-23 17:31:29 +00:00