Commit graph

21173 commits

Author SHA1 Message Date
Dmitry Marakasov
3f7ee7241e - Fix installation to not copy .cfg files to .cfg.sample and to not tamper with .cfg when it's not needed
- Simplify config-related @exec/@unexec's in the pkg-plist

PR:		137565
Submitted by:	bf <bf1783@gmail.com>
Approved by:	maintainer timeout
2009-12-12 03:08:52 +00:00
Dmitry Marakasov
d472006c8c - Add SHA256 and clean up extra chars from distinfo
PR:		141365
Submitted by:	Eitan Adler <EitanAdlerList@gmail.com>
2009-12-12 01:14:09 +00:00
Philip M. Gollucci
ba53d00cf7 - Allow install by a user other then root
[Duplicate fix for devel/apr here in www/apache22 too]

PR:             ports/13876 [based on]
Submitted by:   Mel Flynn <mel at rachie.is-a-geek.net>
                miwi@
2009-12-12 00:43:27 +00:00
Philip M. Gollucci
f2633a8df6 whitespace fixes only 2009-12-11 23:56:52 +00:00
Philip M. Gollucci
05b7c932aa - envvars needs to be sourced before _all_ commands if it exists
PR:             ports/138466 (based on)
Submitted by:   Dmitry Pryanishnikov <lynx.ripe@gmail.com>
2009-12-11 23:43:25 +00:00
Philip M. Gollucci
d682b95cf7 - Fix handling of apache22_http_accept_enable="YES|NO"
o Note, don't use required_modules you can not check the return value
    to conditionalize the -DNOHTTPACCEPT flag

PR:             ports/138373
Submitted by:   Helmut Schneider <jumper99@gmx.de>
2009-12-11 23:37:04 +00:00
Philip M. Gollucci
e77426bf6c - Fix option WITH_PATCH_PROXY_CONNECT
PR:             ports/138846
Submitted by:   "George D." <gi@azagal.com>
2009-12-11 22:57:29 +00:00
Martin Wilke
12c97f09e9 - Distfile was rerolled to fix a typo in the update script
Reported by:	pointyhat via pav
2009-12-11 19:20:18 +00:00
Markus Brueffer
c10d1bace7 Refresh distinfo as the distfile was rerolled some time ago. There were
no changes to the content of the distfile.

Submitted by:	B. Cook <bcook@bsdwebsolutions.com>
2009-12-11 15:49:20 +00:00
Wen Heping
4fb9a0eece - Update to 0.5.1
PR:		ports/141363
Submitted by:	Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
2009-12-11 11:05:19 +00:00
Pav Lucistnik
58df39e06c - Set LATEST_LINK
PR:		ports/141277
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2009-12-11 07:50:31 +00:00
Ion-Mihai Tetcu
844144dda0 Remove duplicated lines.
Submitted by:	maintainer
		pointyhat via miwi@ and erwin@
2009-12-10 22:11:56 +00:00
Pav Lucistnik
490dadf656 - Remove expired port jakarta-tomcat5 2009-12-10 13:22:21 +00:00
Stanislav Sedov
2da4eb29d3 - Update to 1.1.
- Drop dependencies on old unsupported tomcat versions [1].

Requested by:	pav [1]
2009-12-10 11:09:42 +00:00
Mark Linimon
5c569155e8 Mark as broken everywhere.
Hat:		portmgr
2009-12-10 10:50:22 +00:00
Philip M. Gollucci
f0f7b08aa9 - Update to 1.1.0
o now compatible with 1.3+

PR:             ports/140092
Submitted by:   Kimo <kimor79@yahoo.com>
2009-12-10 10:29:39 +00:00
Yen-Ming Lee
ae6289e968 - update to 5.80015 2009-12-10 09:28:30 +00:00
Philip M. Gollucci
3484e0935d - OPTIONS+= PROXY_SCGI
PR:             ports/140137
Submitted by:   olli hauer <ohauer@gmx.de>
2009-12-10 08:09:45 +00:00
Juergen Lock
f0a95613f7 Update to 10.0r42 .
PR:		ports/141304
Security:	http://www.freebsd.org/ports/portaudit/3c1a672e-e508-11de-9f4a-001b2134ef46.html
2009-12-10 00:44:57 +00:00
Juergen Lock
a305494aeb Update to 10.0r42 .
PR:		ports/141310
Security:	http://www.freebsd.org/ports/portaudit/3c1a672e-e508-11de-9f4a-001b2134ef46.html
2009-12-10 00:42:00 +00:00
Juergen Lock
824d7fbc85 Update to 9.0r260 .
PR:		ports/141310
Security:	http://www.freebsd.org/ports/portaudit/3c1a672e-e508-11de-9f4a-001b2134ef46.html
2009-12-10 00:38:59 +00:00
Philip M. Gollucci
a29f1d8090 - Update to 2.2.14
- With hat apache@

Note: The 3 CVE's are a no-op for the FreeBSD port --

date: 2009/08/25 05:33:03;  author: kuriyama;  state: Exp;  lines: +0 -0
(Forced commit)

- 2.2.13 (acutally 2.2.12) includes fixes for several CVEs. [1]
  but in our ports tree, APR related ones (CVE-2009-0023,
  CVE-2009-1955, CVE-2009-1956) were already backported in 2.2.11_5.

References:     http://www.apache.org/dist/httpd/CHANGES_2.2.12 [1]

Changes:
---------

  *) SECURITY: CVE-2009-2699 (cve.mitre.org)
     Fixed in APR 1.3.9.  Faulty error handling in the Solaris pollset support
     (Event Port backend) which could trigger hangs in the prefork and event
     MPMs on that platform.  PR 47645.  [Jeff Trawick]

  *) SECURITY: CVE-2009-3095 (cve.mitre.org)
     mod_proxy_ftp: sanity check authn credentials.
     [Stefan Fritsch <sf fritsch.de>, Joe Orton]

  *) SECURITY: CVE-2009-3094 (cve.mitre.org)
     mod_proxy_ftp: NULL pointer dereference on error paths.
     [Stefan Fritsch <sf fritsch.de>, Joe Orton]

  *) mod_proxy_scgi: Backport from trunk. [André Malo]

  *) mod_ldap: Don't try to resolve file-based user ids to a DN when AuthLDAPURL
     has been defined at a very high level.  PR 45946.  [Eric Covener]

  *) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett]

  *) mod_ldap: Bring the LDAPCacheEntries and LDAPOpCacheEntries
     usage() in synch with the manual and the implementation (0 and -1
     both disable the cache). [Eric Covener]

  *) mod_ssl: The error message when SSLCertificateFile is missing should
     at least give the name or position of the problematic virtual host
     definition. [Stefan Fritsch sf sfritsch.de]

  *) htdbm: Fix possible buffer overflow if dbm database has very
     long values.  PR 30586 [Dan Poirier]

  *) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]

  *) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute
     type.  PR 45107.  [Michael Ströder <michael stroeder.com>,
     Peter Sylvester <peter.sylvester edelweb.fr>]

  *) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
     defined session identifiers encoded in the URL when caching.
     [Ruediger Pluem]

  *) mod_mem_cache: fix seg fault under load due to pool concurrency problem
     PR: 47672 [Dan Poirier <poirier pobox.com>]

  *) mod_autoindex: Correctly create an empty cell if the description
     for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
2009-12-09 23:48:01 +00:00
Pav Lucistnik
046d00a05c - Mark BROKEN on 6.X
Reported by:	pointyhat
2009-12-09 23:34:22 +00:00
Alex Dupre
82f828120d Update to 1.1.18 release. 2009-12-09 21:22:56 +00:00
Steven Kreuzer
c84a8799bf Update to 3.8.6
VID: 714c1406-e4cf-11de-883a-003048590f9
2009-12-09 15:09:52 +00:00
Yen-Ming Lee
5e0299deef - update to 5.8002 2009-12-09 09:52:58 +00:00
Philip M. Gollucci
a0f09242ac - Update to 2.14 2009-12-09 08:49:36 +00:00
Mikhail Teterin
ab9639e204 Attempt to unbreak, for it should work with now... Can't test for sure
without an 8.x system of my own.

Set USE_TCL to 83+ instead of "yes" (which means simply 8.5).
2009-12-09 04:35:39 +00:00
Jung-uk Kim
a618f26b48 Add forgotten LATEST_LINK. 2009-12-08 19:40:21 +00:00
Pav Lucistnik
0eca88d377 This port has been broken for 3+ months, thus
- Mark DEPRECATED and schedule for expiration in one month

With hat:	portmgr
2009-12-08 14:30:09 +00:00
Pav Lucistnik
d2fcbf0d2a - Remove support of expired jakarta-tomcat5 port 2009-12-08 09:29:49 +00:00
Pav Lucistnik
0b6cb8e3ee - Remove expired www/jakarta-tomcat4 port: www/jakarta-tomcat5 is recommended
instead for new installations
2009-12-08 09:25:37 +00:00
Pav Lucistnik
6005e1a0a0 - Remove support for expired port jakarta-tomcat4 2009-12-08 09:19:02 +00:00
Wen Heping
956def592a - Add a entry for www/mod_wsgi3 2009-12-08 07:03:24 +00:00
Wen Heping
a7012ff662 - Update to 3.1
PR:		ports/141265
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2009-12-08 06:55:21 +00:00
Wen Heping
4ac01307a3 - Update to 1.4
PR:		ports/141263
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-12-08 06:26:06 +00:00
Jung-uk Kim
c0ef7b3caa A compatibility plugin for Mozilla NPAPI (development version).
Note: The Linux/i386 RPM was built by me on Fedora 10 via VirtualBox
because the author did not provide them.  For more information about
the development branch, please read:

http://gwenole.beauchesne.info/en/blog/2009/01/02/nspluginwrapper_1.3.0

PR:		ports/141179
2009-12-07 18:02:19 +00:00
Jimmy Olgeni
5ff2b98ade Upgrade to version 1.86. 2009-12-07 14:34:12 +00:00
Wen Heping
f796c36c1a pear-Services_Amazon_S3 provides an object-oriented interface
to the Amazon Simple Storage Service (S3). This package is
based on the 2006-03-01 REST API.

WWW: http://pear.php.net/package/Services_Amazon_S3/
2009-12-07 13:27:02 +00:00
Wen Heping
8e7d535f75 HTML::FormHandler allows you to define HTML form fields and validators.
It can be used for both database and non-database forms, and will
automatically update or create rows in a database. It can also be used
to process structured data that doesn't come from an HTML form.

WWW: http://search.cpan.org/~GSHANK/HTML-FormHandler

PR:		ports/141120
Submitted by:	Andrey Kostenko <andrey@kostenko.name>
2009-12-07 09:00:30 +00:00
Wen Heping
e6a75bc294 Catalyst::Plugin::AutoCRUD is a instant AJAX web front-end for DBIx::Class.
WWW: http://search.cpan.org/~OLIVER/Catalyst-Plugin-AutoCRUD

PR:		ports/141124
Submitted by:	Andrey Kostenko <andrey@kostenko.name>
2009-12-07 06:52:26 +00:00
Wen Heping
a31ca6fdbb - Update to 3.10.11 2009-12-07 03:39:08 +00:00
Yen-Ming Lee
075e4f768b - simplify dependency 2009-12-06 13:50:30 +00:00
Adrian Chadd
1f7109ae66 Bump port revision 2009-12-06 12:55:11 +00:00
Adrian Chadd
821b8f0912 Touch up cf.data.pre:
* remove the POSIX AIO stuff for COSS - Lusca doesn't use it at all;
* Default to aufs instead of ufs - there is no UFS in Lusca
2009-12-06 10:57:36 +00:00
Adrian Chadd
2119411edb Add squid.conf.clean to the etc files list. 2009-12-06 10:09:31 +00:00
Adrian Chadd
3504ab861b Remove the double English language definition 2009-12-06 10:05:13 +00:00
Adrian Chadd
afe8bdd9cf * Don't install the 'templates' error page directory. It isn't required.
* Default to "English" instead of "templates" in the configure script.
2009-12-06 09:58:58 +00:00
Adrian Chadd
cb2b8122d2 Set PROJECTHOST - the port is "lusca" but the google code project is
"lusca-cache".
2009-12-06 07:36:33 +00:00
Adrian Chadd
5f70c6a3ae correct PKGNAMESUFFIX 2009-12-06 07:33:28 +00:00
Adrian Chadd
ea3ffd3283 Link in the lusca-head port to the build 2009-12-06 07:27:28 +00:00
Adrian Chadd
fa0b6294f8 Import a Lusca port which will track Lusca-HEAD snapshot releases. 2009-12-06 07:25:57 +00:00
Pav Lucistnik
b00fabc27b - Mark BROKEN on amd64: hangs during build
Reported by:	pointyhat, local tinderbox
2009-12-05 22:03:09 +00:00
Herve Quiroz
1788a26ea2 Update to 1.336 2009-12-05 17:27:37 +00:00
Jun Kuriyama
4fb6fe40a1 - Upgrade to 0.9018. 2009-12-05 13:57:28 +00:00
Jun Kuriyama
6395bba198 - Upgrade to 0.08. 2009-12-05 13:57:08 +00:00
Jun Kuriyama
f617b26456 - Upgrade to 0.33. 2009-12-05 13:51:57 +00:00
Greg Larkin
eebeba626f - Updated to 1.0.6
PR:		ports/140859
Submitted by:	Sutra Zhou <zhoushuqun@gmail.com>
2009-12-05 03:48:34 +00:00
Greg Larkin
485ab44c69 - Moved various PHP-related directives ahead of bsd.port.pre.mk
- Bumped PORTREVISION on affected ports

PR:		ports/135674
Submitted by:	yzlin
2009-12-05 02:40:38 +00:00
Yi-Jheng Lin
98babe36db - Update to 1.1
PR:		ports/140545
Submitted by:	Johan Huldtgren <jhuldtgren AT gmail.com>
Approved by:	lwhsu/rafan (mentors, implicit)
2009-12-04 15:48:10 +00:00
Jun Kuriyama
d4c63d6872 Fast templating engine with support for embedded Perl.
WWW: http://search.cpan.org/dist/Tenjin/
2009-12-04 06:37:18 +00:00
Mark Linimon
4727575d1b Reinstate maintainer at his request. 2009-12-04 02:38:52 +00:00
Ion-Mihai Tetcu
8e2819ba56 Update to 10.10
PR:		140803
Submitted by:	maintainer
Security:	VUXML: dded29cb-d812-11de-a33c-001999392805
2009-12-03 10:12:33 +00:00
Pav Lucistnik
160c8c323e - Update to 3.0.6
PR:		ports/140653
Submitted by:	Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by:	Razor <bg1tpt@gmail.com> (maintainer)
2009-12-03 08:53:16 +00:00
Sylvio Cesar Teixeira
81a7d0d7fd - Development release of bluefish
PR:		ports/139429
Submitted by:	myself (sylvio@)
Approved by:	itetcu (mentor)
2009-12-03 00:48:34 +00:00
Martin Wilke
c3a307cb27 - Update to 2.5.5
PR:		141098
Submitted by:	Florian Smeets <flo@kasimir.com> (maintainer)
2009-12-02 15:38:02 +00:00
Beat Gaetzi
c26cc80b40 - Remove www/xulrunner: Superseded by www/libxul
Reviewed by:	miwi
2009-12-02 13:00:05 +00:00
Martin Wilke
2242484982 - Update 1.4.10 2009-12-02 08:30:18 +00:00
Greg Larkin
e6e201ad7b - Updated to 1.9.6 2009-12-01 22:10:57 +00:00
Sylvio Cesar Teixeira
ba6eaeab34 - Update to 3.1.1
Approved by:	itetcu (mentor)
2009-12-01 22:02:44 +00:00
Thomas Abthorpe
5ba8fbb50c - Pass maintainership to miwi 2009-12-01 21:46:50 +00:00
Ion-Mihai Tetcu
32cc6ea8aa Update to 10.10
Submited by:	maintainer
Security:	VUXML: dded29cb-d812-11de-a33c-001999392805
2009-12-01 19:15:08 +00:00
Martin Wilke
9e7da961d0 The FreeBSD KDE is please to announce the release of KDE 4.3.4,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.4.php

We'd like to say thanks to all helpers and submitters.
2009-12-01 16:34:53 +00:00
Wen Heping
7a7a75c818 - Update to 1.0 2009-12-01 15:07:43 +00:00
Sergey A. Osokin
f434a8a443 Make uploadprogress module fetchtable (accordingly).
Notice from:	Vladimir Getmanshchuk aka vladget at openfilm dot com
2009-12-01 04:22:10 +00:00
Renato Botelho
09d9c5f6f4 Update to 1.4.25
PR:		ports/141027
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	mnag (maintainer)
2009-11-30 17:48:17 +00:00
Beat Gaetzi
c72af11386 - Switch gecko provider to seamonkey to fix build of extensions
Approved by:	thierry@ (maintainer)
Reported by:	pointyhat (via pav, miwi)
2009-11-30 17:32:48 +00:00
Martin Wilke
8ad143f0a7 2009-11-30 audio/squeezecenter-trackstat: Replaced by audio/squeezeboxserver-trackstat
2009-11-30 audio/squeezecenter-superdatetime: Replaced by audio/squeezeboxserver-superdatetime
2009-11-30 audio/squeezecenter-sqlplaylist: Replaced by audio/squeezeboxserver-sqlplaylist
2009-11-30 audio/squeezecenter-lazysearch: Replaced by audio/squeezeboxserver-lazysearch
2009-11-30 audio/squeezecenter-dynamicplaylist: Replaced by audio/squeezeboxserver-dynamicplaylist
2009-11-30 audio/squeezecenter: Replaced by audio/squeezeboxcenter
2009-10-17 www/mod_auth_mysql41_ap2: distfile no longer fetchable
2009-10-13 x11-toolkits/gtkscintilla: no longer under development, last release in 2002
2009-10-13 x11-toolkits/py-gtkscintilla: no longer under development, last release in 2002
2009-11-30 14:14:31 +00:00
Sergey A. Osokin
86b0c84135 Update from 0.8.28 to 0.8.29.
<ChangeLog>

*) Change: now the "009" status code is written to an access log for
   proxied HTTP/0.9 responses.

*) Feature: the "addition_types", "charset_types", "gzip_types",
   "ssi_types", "sub_filter_types", and "xslt_types" directives support
   an "*" parameter.

*) Feature: GCC 4.1+ built-in atomic operations usage.
   Thanks to W-Mark Kubacki.

*) Feature: the --with-libatomic[=DIR] option in the configure.
   Thanks to W-Mark Kubacki.

*) Bugfix: listen unix domain socket had limited access rights.

*) Bugfix: cached HTTP/0.9 responses were handled incorrectly.

*) Bugfix: regular expression named captures given by "?P<...>" did not
   work in a "server_name" directive.
   Thanks to Maxim Dounin.

</ChangeLog>
2009-11-30 14:12:04 +00:00
Pav Lucistnik
6840b3cd7d - Mirror suplib on master site local 2009-11-30 12:49:45 +00:00
Pav Lucistnik
9045b0fac0 - Mirror suplib on master site local 2009-11-30 09:00:59 +00:00
Jun Kuriyama
fe358d8e9b Compress response body with Gzip or Deflate.
WWW: http://search.cpan.org/dist/Plack-Middleware-Deflater/
2009-11-30 00:18:23 +00:00
Jun Kuriyama
8b5b963d6b - Upgrade to 0.9017. 2009-11-30 00:06:30 +00:00
Jun Kuriyama
c5576ef140 - Upgrade to 1.35. 2009-11-29 23:57:06 +00:00
Jun Kuriyama
7d32c409a1 - Upgrade to 0.03. 2009-11-29 23:28:31 +00:00
Wen Heping
5b0445f59d - Update to 1.9.7
PR:		ports/140959
Submitted by:	Wen Heping(myself)
Approved by:	miantainer
2009-11-29 05:33:55 +00:00
Joe Marcus Clarke
f2b9380907 Add a file missing in the GNOME 2.28.1. import. 2009-11-28 20:07:16 +00:00
Joe Marcus Clarke
f76d32b8e8 Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:		136676
		136967
		138872 (obsolete with new epiphany-webkit)
		139160
		134737
		139941
		140097
		140838
		140929
2009-11-28 20:06:37 +00:00
Martin Wilke
a401791d4f - Allow Apache 2.0+ builds (eg apache 2.0 and 2.2 as well)
- Change the master download site to new one.

PR:		140946
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2009-11-28 13:55:39 +00:00
Martin Wilke
55aab013cf - Update to 1.0b2
PR:		140877
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
2009-11-28 13:51:36 +00:00
Wen Heping
eb34baaafa Library for converting CSS <style> blocks to inline styles.
WWW: http://search.cpan.org/dist/CSS-Inliner

PR:		ports/139497
Submitted by:	Vick Khera <vivek@khera.org>
2009-11-28 13:26:18 +00:00
Wen Heping
709fba1bb3 - Update to 2.8
- Remove the unneeded patch

PR:		ports/140958
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2009-11-28 11:38:53 +00:00
Martin Wilke
8cdcdabccc - Fix categorie and connect to build 2009-11-28 09:26:12 +00:00
Pav Lucistnik
1cfd80c21a - Mark BROKEN
Reported by:	pointyhat
2009-11-28 00:15:33 +00:00
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Beat Gaetzi
ab9d3a7b76 - Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk

Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:11:32 +00:00
Beat Gaetzi
9d9f767485 - Remove obsolete gecko providers
- Bump PORTREVISION

Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:09:52 +00:00
Beat Gaetzi
41cf7a8c42 - Remove obsolete inclusion of www/mozilla/Makefile.common
Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:09:08 +00:00
Beat Gaetzi
7bd65f5b4a - Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION

Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:08:23 +00:00
Martin Wilke
805f92c8d2 The KDE FreeBSD team is proud to announce the release of KDE 4.3.3
for FreeBSD.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php
http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (myself)
2009-11-27 01:44:03 +00:00