1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

1085 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
c00ecd800e - Update to 2013.08.11 2013-08-16 15:47:39 +00:00
Andrej Zverev
1216800fbe - Convert to new perl framework
Approved by:	bapt@ (office@)
2013-08-04 12:47:44 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Olli Hauer
a93bfceaf7 - fix build
Thanks to tijl@
2013-07-20 16:20:27 +00:00
Martin Wilke
d18298d495 - Update to 3.5.2
- Pet portlint
- While here trim header
2013-07-19 18:02:44 +00:00
Baptiste Daroussin
96255e9616 Fix INDEX by really fixing the kde4-l10n ports 2013-07-10 06:33:41 +00:00
Raphael Kubo da Costa
2c80774ea9 KDE4 l10n fixes.
- Remove an entry from all plists that slipped under radar and made
   packaging fail.

 - Properly save the OPTIONS defined by the user in the l10n ports. [1]

   Quoting bapt, master of all things ports:

   That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does

   ...
   .include <bsd.port.pre.mk>
   ...
   .include <bsd.port.options.mk>
   ...
   .include <bsd.port.post.mk>

   First the right order in that case should be:

   ...
   .include <bsd.port.options.mk>
   ...
   .include <bsd.port.pre.mk>
   ...
   .include <bsd.port.post.mk>

   Second in that case (kde) the pre.mk/post.mk can be removed just keeping
   the options.mk and given that we now have the helpers options.mk can also
   be removed.

   The check for variables in OPTIONS_DEFINE is also useless (already done
   by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some
   empty values is also useless.

No PORTREVISION bump because the generated packages do not change regardless
of the changes/fixes in behavior here.

Reported by:	avg [1]
Submitted by:	bapt [1]
2013-07-09 21:49:00 +00:00
Emanuel Haupt
6fe706fd4b - Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
  It accidentally slipped in during the original introduction
- Trim header
2013-07-08 18:42:15 +00:00
Boris Samorodov
0cc1af22ec Update to version 4.5.13. 2013-07-07 17:23:50 +00:00
Lars Engels
b7a853adcc - Fix plist
- While here, use new Makefile header

PR:		ports/180281
Submitted by:	maintainer
2013-07-06 09:18:27 +00:00
Raphael Kubo da Costa
554e0c79c9 Update the KDE Software Compilation to 4.10.5.
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.

The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php

The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.

I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
2013-07-04 23:34:32 +00:00
Raphael Kubo da Costa
18ff93d1a7 Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.

The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php

clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).

Work on the newly-released 4.10.5 will begin shortly.
2013-07-02 19:04:18 +00:00
Olli Hauer
dba4cdc6e5 New ports for bugzilla44
- devel/bugzilla44
- japanese/bugzilla44
- german/bugzilla44

Release Notes:
http://www.bugzilla.org/releases/4.4/release-notes.html
2013-06-20 22:21:36 +00:00
Jung-uk Kim
2bf17ab7d1 Update to 4.0.4. 2013-06-19 20:52:13 +00:00
Boris Samorodov
fe18253b3e Update to version 4.5.12. 2013-06-10 09:49:41 +00:00
Olli Hauer
5a3bb3bded - update bugzilla42 to version 4.2.6 (bugfix release)
- remove RUN_DEPENDS for (already expired) perl 5.10
- update german/bugzilla42
- set expiration date for bugzilla3

The following important fixes/changes have been made in this release:
 o MySQL 5.6 is now supported. (Bug 852560)
 o A regression introduced in Bugzilla 4.2.4 made Oracle crash when
   installing Bugzilla for the first time. (Bug 858911)
 o If a custom field depends on a product, component or classification,
   the "mandatory" bit was ignored on bug creation. (Bug 782210)
 o Queries involving flags were broken in several ways.
   These queries have been fixed. (Bug 828344)
 o Tabular reports involving the empty resolution did not link bug
   counts correctly. (Bug 212471)
 o The Bug.search WebService method was returning all visible bugs
   when called with no arguments, ignoring the max_search_results
   and search_allow_no_criteria parameters. (Bug 859118)

Release Notes:
http://www.bugzilla.org/releases/4.2.6/release-notes.html
2013-05-23 21:49:39 +00:00
Wen Heping
29ba1f26b3 - Update MASTER_SITES and COMMENT
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 03:19:18 +00:00
Max Brazhnikov
250a3e24d3 KDE/FreeBSD team presents KDE SC 4.10.3 ports!
- Remove patches and checks for unsupported FreeBSD versions.

The area51 repository features commits by avilla, rakuco and myself.
2013-05-18 20:34:41 +00:00
Jung-uk Kim
ea47cacd91 Update to 4.0.3. 2013-05-09 18:26:51 +00:00
Sunpoet Po-Chuan Hsieh
d3755467ca - Update to 2013.05.05 2013-05-08 14:47:52 +00:00
Baptiste Daroussin
53ad8315b0 Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by:	John Marino
Obtained from:	DPorts
2013-05-07 13:12:31 +00:00
Emanuel Haupt
b4db839ab8 Chase textproc/libebml, multimedia/libmatroska update.
Approved by:    multimedia (bapt, kwm)
2013-05-06 23:01:58 +00:00
Stefan Walter
d57ac432b3 Update to 3.18.
PR:		177033
Submitted by:	Slaven Rezic (maintainer)
2013-04-27 10:04:58 +00:00
Alex Kozlov
5003029118 - Convert USE_GETTEXT to USES (part 2)
Approved by:	portmgr (bapt)
2013-04-24 13:36:18 +00:00
Boris Samorodov
3e3538ea4d Update to version 4.5.10. 2013-04-23 07:35:05 +00:00
Jung-uk Kim
9b86b8c858 Update to 4.0.2.
Feature safe:	yes
2013-04-16 20:51:47 +00:00
Alberto Villa
9b2942526a - Update Calligra and l10n ports to 2.6.2:
* Japanese translation is stuck at 2.5.5;
  * Southern Catalan translation is now up to date;
  * Bosnian, Slovenian and Turkish translations were added.

This update brings several new features and the new Calligra Author;
for a full list, please read 2.6 release notes:
http://www.calligra.org/news/calligra-2-6-released
2013-03-29 23:51:39 +00:00
Max Brazhnikov
24482eebf1 KDE/FreeBSD team presents KDE SC 4.10.1 ports!
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
2013-03-27 11:55:25 +00:00
Boris Samorodov
586f715b67 Update to version 4.5.9. 2013-03-10 21:52:35 +00:00
Jung-uk Kim
e835d5453f Update to 4.0.1. 2013-03-08 19:01:45 +00:00
Ruslan Makhmatkhanov
93259a793d - remove german, french and japanese localization of www/MT. They were
merged into main port since version 5.2 (will go in it's own commit)

PR:		172319
Submitted by:	Submitted by:   Takefu <takefu@airport.fm> (maintainer)
2013-02-23 16:50:55 +00:00
Olli Hauer
36f39b5816 - update german bugzilla templates 2013-02-21 08:48:16 +00:00
Max Brazhnikov
617a653c25 Merge from area51 repository:
- Update to 2.5.5
- Convert to new options framework
- minor cleanups

Courtesy of:	avilla
2013-02-05 11:36:39 +00:00
Jung-uk Kim
fde722d687 Update to 3.6.5. 2013-02-04 20:03:49 +00:00
Max Brazhnikov
cb8b1428c6 KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00
Max Brazhnikov
3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Xin LI
cdaa29f0ce Update to 3.5.1.
PR:		ports/175682
Approved by:	miwi (maintainer)
Security:	559e00b7-6a4d-11e2-b6b0-10bf48230856
2013-01-30 00:42:38 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Lars Engels
f49f34357a - Update to 3.1.0
- Add a .desktop entry
2013-01-17 19:25:35 +00:00
Thomas Abthorpe
b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +00:00
Raphael Kubo da Costa
6c92480329 Fix pkg-descr, this is a KDE4 port, not a KDE3 one.
Submitted by:	Tobias Berner on #kde-freebsd
2012-12-30 16:35:14 +00:00
Beat Gaetzi
8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00
Thomas Abthorpe
a2a49934f8 - Reassign to the heap at maintainer's request
Approved by:	portmgr
2012-12-29 04:36:59 +00:00
Baptiste Daroussin
2114fb2304 2012-11-27 java/jmp: Java 1.5 is EOLed
2012-11-26 irc/tr-ircd: No more public distfiles
2012-11-26 lang/imp-interpreter: No more public distfiles
2012-11-26 games/xquarto: No more public distfiles
2012-11-26 games/six: No more public distfiles
2012-11-26 finance/gfp: No more public distfiles
2012-11-26 games/44bsd-hunt: No more public distfiles
2012-11-26 graphics/ale: No more public distfiles
2012-11-26 german/digibux: No more public distfiles
2012-11-26 java/eclipse-clay-core: No more public distfiles
2012-11-26 games/xbloody: No more public distfiles
2012-11-26 dns/sqldjbdns: No more public distfiles

Feature safe:	yes
2012-11-28 10:32:44 +00:00
Olli Hauer
683622b34b - update german and russian bugzilla templates to official new versions
- remove hotfixes from german templates

Feature safe: yes
2012-11-16 09:03:34 +00:00
Olli Hauer
6342cae597 - fix german bugzilla templates (security fixes)
Feature safe: yes
2012-11-14 21:37:21 +00:00
Nick Hibma
616712b821 Remove the patch to poll.C (note the uppercase .C extension). It is a
duplicate of the patch to poll.c (lower case .c).

Noted by:	case insensitive file system
Feature safe:	yes
2012-11-01 07:52:30 +00:00
Jung-uk Kim
32c77e89ce - Update to 3.5.7.
- Trim Makefile headers.

Feature safe:	yes
2012-10-26 20:24:07 +00:00
Baptiste Daroussin
da6c3af5fc Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
2012-10-26 14:57:50 +00:00
Boris Samorodov
f9119d4f1d Update to version 4.5.7. This along with fixing other bugs should
restore working i18n.

Feature safe:	yes
2012-10-15 12:07:36 +00:00
Steve Wills
c654e6cebe - Update to 3.4.2
- Convert to OptionsNG
- Trim headers

PR:		ports/171515
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	maintainer timeout (miwi, >4 weeks)
Security:	30149157-f926-11e1-95cd-001fd0af1a4c
Feature safe:	yes
2012-10-13 17:46:26 +00:00
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Sunpoet Po-Chuan Hsieh
49a58e86ff - Update to 2012.10.07
Reported by:	Thomas Mueller <tmueller@sysgo.com>
Feature safe:	yes
2012-10-12 17:14:53 +00:00
Sunpoet Po-Chuan Hsieh
e137b4b44c - Update to 2012.09.07 2012-10-09 13:58:53 +00:00
Boris Samorodov
fd94579762 . update to version 4.5.6;
. convert headers to the new style.
2012-10-02 19:27:56 +00:00
Sunpoet Po-Chuan Hsieh
8e80f1d78c - Update to 2012.09.30
- Cleanup Makefile header
2012-10-01 14:28:01 +00:00
Boris Samorodov
8acc580496 Add trytond_account_de_skr03 2.4.0, the SKR03 chart of account which is
used in Germany.

PR:		ports/171170
Submitted by:	matthias@petermann.it
2012-09-19 12:04:10 +00:00
Alberto Villa
2363a988ba - Update Calligra Suite to 2.5.2.
This release contains a number of important bug fixes to 2.5.1 and we
recommend everybody to update as soon as possible. An overview of the
most important fixes can be found in the release notes:
http://www.calligra.org/news/calligra-2-5-2-released
2012-09-16 17:31:30 +00:00
Sunpoet Po-Chuan Hsieh
e6eb6d1829 - Update to 2012.09.09 2012-09-11 02:23:10 +00:00
Olli Hauer
f02b57b299 - update bugzilla language tempates 2012-09-05 19:05:54 +00:00
Chris Rees
475494f4d3 Update to latest versions
Submitted by:	Office Scout (sunpoet)
2012-09-03 19:28:44 +00:00
Olli Hauer
3c8085b82e - update bugzilla bugzilla3 and bugzilla42
- use new bugzilla@ address (members skv@, tota@, ohauer@)
- patch russian/japanese/german bugzilla and bugzilla templates
  so the reflect the security updates in the original templates
- patch german/bugzilla42 templates
- adopt new Makefile header

	vuxml: 6ad18fe5-f469-11e1-920d-20cf30e32f6d
	CVE: CVE-2012-3981
	https://bugzilla.mozilla.org/show_bug.cgi?id=785470
	https://bugzilla.mozilla.org/show_bug.cgi?id=785522
	https://bugzilla.mozilla.org/show_bug.cgi?id=785511
2012-09-01 20:16:06 +00:00
Alberto Villa
2d0b5b057a - Update Calligra to 2.5.1.
- Remove header from Makefiles.

This release contains a number of important bug fixes to 2.5.0 and we
recommend everybody to update. Release notes can be found in the
official announcement:
http://www.calligra.org/news/calligra-2-5-1-released
2012-09-01 08:50:57 +00:00
Alberto Villa
8f9518e03f The KDE/FreeBSD team is pleased to announce version 2.5 of Calligra,
coming to the ports tree after a short testing period which showed it
to be quite stable.

For the productivity part of the suite (word processor, spreadsheet,
and presentation program) the target user of version 2.5 is still the
student or academic user. This version has a number of new features
that will make it more suitable for these users.
The artistic applications of the Calligra Suite are the most mature
ones and are already used by professional users everywhere.

As usual, detailed release notes can be found in the official
announcement:
http://www.calligra.org/news/calligra-2-5-released

Meanwhile, new translations were added:
- editors/calligra-l10n-gl (Gallegan)
2012-08-25 16:46:35 +00:00
Jung-uk Kim
f7c42ea5b1 - Update to 3.5.6.
- Use system mdds.
- Fix build with the recent Clang (CURRENT).
- Enable visibility for recent Clang (9.1 and CURRENT).
- Attempt to fix build on 7.x and 8.x (not tested).
2012-08-23 16:00:36 +00:00
Sunpoet Po-Chuan Hsieh
b8820a9115 - Update to 2012.08.19 2012-08-20 15:49:53 +00:00
Sunpoet Po-Chuan Hsieh
5194cb131b - Update to 2012.08.12 2012-08-14 08:42:49 +00:00
Sunpoet Po-Chuan Hsieh
53596c5520 - Update to 2012.08.05 2012-08-06 19:07:45 +00:00
Lars Engels
75552771ce - Update to 3.0.0
- Convert to new OPTIONS framework

Submitted by:	Oliver Brandmueller <ob@e-Gitt.NET> (via private mail)
2012-08-03 20:25:39 +00:00
Carlo Strub
344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00
Boris Samorodov
a1f0b101d0 Update to version 4.5.5. 2012-07-31 13:57:55 +00:00
Sunpoet Po-Chuan Hsieh
9d4f62cc79 - Update to 2012.07.29 2012-07-30 18:23:24 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Olli Hauer
65519c8f20 - update to official version 2012-07-29 10:12:45 +00:00
Olli Hauer
dc09050fa3 - update to official release (just published) 2012-07-29 09:58:08 +00:00
Olli Hauer
3dd9f49987 - patch language templates so they match current bugzilla.
- patch language templates so they match current bugzilla version.

  Patches are seen as workaround until official Version is released.
  Fix for bugzilla42 contains security updates.
2012-07-28 20:44:43 +00:00
Olli Hauer
863cbb267b - new port german/bugzilla42
- add patch to german/bugzilla so it reflects the security update
- adjust version number in tempplates (3,6,10 / 4.0.7)
2012-07-27 22:25:14 +00:00
Sunpoet Po-Chuan Hsieh
161c85e212 - Update to 2012.07.22 2012-07-23 10:26:12 +00:00
Sunpoet Po-Chuan Hsieh
db20364f6c - Update to 2012.07.15 2012-07-18 12:22:49 +00:00
Jung-uk Kim
495b66e319 - Update LibreOffice and the language packs to 3.5.5.
- Add new language packs, i.e., ast, bo, kn, lb, and ug.
2012-07-17 20:55:45 +00:00
Sunpoet Po-Chuan Hsieh
dd449554ef - Update to 2012.07.08 2012-07-09 05:20:28 +00:00
Sunpoet Po-Chuan Hsieh
423baf2335 - Update to 3.4.1
- Remove PKGNAMESUFFIX: language identifier is already in PKGNAMEPREFIX
- Fix CONFLICTS_INSTALL: chinese/wordpres-* do not install to PREFIX/www/wordpress/

Changes:	http://blog.wpde.org/2012/06/28/wordpress-3-4-1-de-edition-und-upgradepaket.html
		http://blog.wpde.org/2012/06/28/wordpress-3-4-1-veroeffentlicht.html
		http://blog.wpde.org/2012/06/13/wordpress-3-4-green-ist-veroeffentlicht.html
PR:		ports/169116
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 19 days)
2012-07-05 09:37:43 +00:00
Alberto Villa
ff330a762f - Update Calligra to 2.4.3.
- Add Japanese localization.

This release contains a number of important bug fixes to 2.4.2:
http://www.calligra.org/news/calligra-2-4-3-released
2012-07-05 08:20:22 +00:00
Sunpoet Po-Chuan Hsieh
7679ee8d0f - Update to 2012.07.01 2012-07-02 16:21:58 +00:00
Dima Panov
0e6c83afe5 - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 release
for FreeBSD platform!

    Now with system boost-1.48 support and powered by clang-3.1 by default

Dima,  behalf of FreeBSD Office team
2012-07-01 08:32:04 +00:00
Andrej Zverev
a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00
Sunpoet Po-Chuan Hsieh
2ed4325267 - Update to 20120607 2012-06-28 02:17:14 +00:00
Dirk Meyer
79ed41a8a0 - reset MAINTAINER 2012-06-26 05:44:19 +00:00
Sunpoet Po-Chuan Hsieh
a0a64f95af - Update to 2012.06.24 2012-06-25 02:13:54 +00:00
Boris Samorodov
5f50dded48 Update to version 4.5.4. 2012-06-19 06:22:53 +00:00
Sunpoet Po-Chuan Hsieh
b3ba3263e7 - Update to 2012.06.17 2012-06-18 06:51:54 +00:00
Max Brazhnikov
5a91ceaf33 KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x series.
Official announcement: http://kde.org/announcements/announce-4.8.4.php
2012-06-14 16:42:04 +00:00
Sunpoet Po-Chuan Hsieh
ecede3c236 - Update to 2012.06.10 2012-06-11 15:23:12 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Sunpoet Po-Chuan Hsieh
8532590019 - Update to 2012.05.30 2012-06-04 16:40:08 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Alberto Villa
fff00504e0 - Remove koffice-i18n ports, as they are not very useful without
editors/koffice-kde3.
2012-05-31 00:29:01 +00:00
Alberto Villa
7b4e1ec4a5 The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDE
graphic art and office suite.

Information on this release can be found here:
http://www.calligra.org/news/calligra-2-4-2-released

Information on Calligra Project can be found in its first ever release
announcement:
http://www.calligra.org/news/calligra-2-4-released

Consequently, KOffice 2 has been removed from the ports collection.

As usual, we would like to thank all testers and contributors.
2012-05-31 00:09:24 +00:00
Sunpoet Po-Chuan Hsieh
304a4544c8 - Update to 2012.05.27 2012-05-28 16:19:45 +00:00
Michael Scheidell
27e8ca19a9 - Update to 3.3.2
- change file ownership to www wp-content directory

PR:		ports/167219
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	miwi (maintainer)
2012-05-27 10:06:54 +00:00
Max Brazhnikov
f564508406 KDE/FreeBSD team presents long awaited KDE SC 4.8.3!
kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.

Follow UPDATING instruction!

New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
- deskutils/kdepim44
- deskutils/kdepim44-runtime
- deskutils/superkaramba
- devel/kdebindings4-perl-perlkde
- devel/kdebindings4-perl-perlqt
- math/analitza
- math/kcalc
- misc/kde4-l10n-fa
- security/kgpg-kde4
- security/kwallet
- sysutils/kdf
- sysutils/kfloppy
- sysutils/sweeper
- vietnamese/kde4-l10n
- x11-clocks/ktimer
- x11/kactivities
- x11/libkonq

Removed ports:
- devel/kdebindings4-kross-interpreters
- devel/kdebindings4-python
- devel/kdebindings4-ruby
- devel/kdebindings4-smoke
2012-05-25 02:15:20 +00:00
Max Brazhnikov
6b63000267 Chase PyQT update 2012-05-25 01:50:36 +00:00
Sunpoet Po-Chuan Hsieh
c34a31f00c - Update to 2012.05.20 2012-05-21 01:54:41 +00:00
Martin Wilke
99fd747ae0 - Switch to php53
Reported by:	phw
2012-05-17 14:17:36 +00:00
Sunpoet Po-Chuan Hsieh
2f6910c6d8 - Update to 2012.05.13 2012-05-14 17:13:41 +00:00
Boris Samorodov
02d2e6ec71 Update to version 4.5.3.
Tested at:	redports
2012-05-09 06:31:35 +00:00
Sunpoet Po-Chuan Hsieh
777a82e50f - Update to 2012.05.05 2012-05-07 02:00:49 +00:00
Alex Kozlov
b247d02a7d - Use USE_DOS2UNIX instead of homemade equivalent
Approved by:    eadler (mentor)
2012-05-05 17:46:41 +00:00
Sunpoet Po-Chuan Hsieh
1b89c1fc21 - Update to 2012.04.29 2012-04-30 01:38:53 +00:00
Sunpoet Po-Chuan Hsieh
ba845af0bc - Update to 2012.04.22
Feature safe:	yes
2012-04-23 18:16:08 +00:00
Baptiste Daroussin
8269acc5ce - upgrade to 3.5.2
- switch and force compiler to clang using the one from base on 9 and CURRENT, the one
  from ports if not found in base
- now only build en_US version, all localisation are available through separated
  ports.
- Graphite smart font is now used by default
- Rebundle boost to easier upgrading boost
- Rebundle mdds the one from the ports seems incompatible with clang
- Unbundle all the fonts

Thank you to jgh and Kuan-Chung Chiu <buganini@gmail.com> for testings and
feedback

Thank you to iXsystems for providing resources to build/test libreoffice
2012-04-22 20:38:32 +00:00
Olli Hauer
5006d4c0cc - security update to bugzilla 3.0.9 and 4.0.6
- update russian/bugzilla3-ru template
- patch german templates so revision match and no warning is displayed
- add vuxml entry

Approved by:	skv (implicit)
Security:	https://bugzilla.mozilla.org/show_bug.cgi?id=728639
		https://bugzilla.mozilla.org/show_bug.cgi?id=745397
		CVE-2012-0465
		CVE-2012-0466
2012-04-21 17:37:42 +00:00
Olli Hauer
5e7bd302a1 - update to 4.0.5
Vulnerability Details
=====================

Class:       Cross-Site Request Forgery
Versions:    4.0.2 to 4.0.4, 4.1.1 to 4.2rc2
Fixed In:    4.0.5, 4.2
Description: Due to a lack of validation of the enctype form
             attribute when making POST requests to xmlrpc.cgi,
             a possible CSRF vulnerability was discovered. If a user
             visits an HTML page with some malicious HTML code in it,
             an attacker could make changes to a remote Bugzilla installation
             on behalf of the victim's account by using the XML-RPC API
             on a site running mod_perl. Sites running under mod_cgi
             are not affected. Also the user would have had to be
             already logged in to the target site for the vulnerability
             to work.
References:  https://bugzilla.mozilla.org/show_bug.cgi?id=725663
CVE Number:  CVE-2012-0453

Approved by:	skv (implicit)
2012-04-10 05:15:47 +00:00
Sunpoet Po-Chuan Hsieh
0ca7a0a4b2 - Update to 2012.04.08
Feature safe:	yes
2012-04-09 16:22:29 +00:00
Boris Samorodov
0e576b913d Update to version 4.5.2.
Feature safe:	yes
2012-04-03 12:11:39 +00:00
Sunpoet Po-Chuan Hsieh
c9c8cf4ce5 - Update to 2012.04.01
Feature safe:	yes
2012-04-02 10:10:38 +00:00
Sunpoet Po-Chuan Hsieh
69971662d9 - Update to 2012.03.25
Feature safe:	yes
2012-03-26 08:51:51 +00:00
Sunpoet Po-Chuan Hsieh
8239700e11 - Update to 2012.03.11
Feature safe:	yes
2012-03-12 02:28:19 +00:00
Sunpoet Po-Chuan Hsieh
fdcaae3aa4 - Update to 2012.03.04 2012-03-05 01:29:55 +00:00
Sunpoet Po-Chuan Hsieh
8fc3a6f56b - Update to 2012.02.19 2012-02-20 04:42:19 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Philip M. Gollucci
4bc78c6642 - Update to 0.5
PR:             ports/159246
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Approved by:    maintainer timeout (wosch ; 200 days)
2012-02-16 04:39:00 +00:00
Olli Hauer
d32de4623d - update german bugzilla templates 2012-02-13 21:14:34 +00:00
Sunpoet Po-Chuan Hsieh
b0fee3ad50 - Update to 2012.02.12 2012-02-13 02:21:41 +00:00
Sunpoet Po-Chuan Hsieh
b0ca78e562 - Update to 2012.02.05 2012-02-06 03:00:50 +00:00
Sunpoet Po-Chuan Hsieh
565001e441 - Update to 2012.01.29 2012-01-30 02:26:26 +00:00
Alberto Villa
f234761615 The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, which
concludes the 4.7 series.

The official release notes can be found at:
http://kde.org/announcements/announce-4.7.4.php

PR:		162216
PR:		163662
2012-01-25 10:21:01 +00:00
Sunpoet Po-Chuan Hsieh
2c58691b29 - Update to 2012.01.22 2012-01-23 12:54:00 +00:00
Hiroki Sato
f79316b1da - Update to 9.4.7 (English version only)
- Add LICENSE.
- Add CUPS support.
- Add acroread(1) manual page.

Security:	APSA11-04
Security:	APSB11-24
Security:	CVE-2011-2462
Security:	CVE-2011-1353
Security:	CVE-2011-2431
Security:	CVE-2011-2432
Security:	CVE-2011-2433
Security:	CVE-2011-2434
Security:	CVE-2011-2435
Security:	CVE-2011-2436
Security:	CVE-2011-2437
Security:	CVE-2011-2438
Security:	CVE-2011-2439
Security:	CVE-2011-2440
Security:	CVE-2011-2441
Security:	CVE-2011-2442
2012-01-22 09:30:18 +00:00
Boris Samorodov
f6bf5595c9 Update to version 4.4.20. 2012-01-16 13:53:50 +00:00
Sunpoet Po-Chuan Hsieh
23125f7b09 - Update to 2012.01.15 2012-01-16 03:40:11 +00:00
Martin Wilke
751b489b9f - Update to 3.3.1
- Update CONFLICTS_INSTALL

PR:		based on 163811
2012-01-14 03:51:09 +00:00
Sunpoet Po-Chuan Hsieh
5e59cee5f8 - Update to 2012.01.08 2012-01-09 03:51:49 +00:00
Olli Hauer
4b5ecd75e0 - update german bugzilla translations 2012-01-05 17:30:45 +00:00
Sunpoet Po-Chuan Hsieh
c2ef2a404c - Update to 2012.01.01 2012-01-02 02:00:22 +00:00
Sunpoet Po-Chuan Hsieh
5673921b1a - Update to 2011.12.25 2011-12-26 06:45:45 +00:00
Sunpoet Po-Chuan Hsieh
31a830127a - Update to 2011.12.18 2011-12-19 01:24:20 +00:00
Sunpoet Po-Chuan Hsieh
980d4e05f9 - Update to 2011.12.11
Feature safe:	yes
2011-12-12 06:47:03 +00:00
Boris Samorodov
d99d463e9b Update to version 4.4.19.
Feature safe:	yes
2011-12-06 12:13:14 +00:00
Sunpoet Po-Chuan Hsieh
83387cbe95 - Update to 2011.12.04
Feature safe:	yes
2011-12-05 03:10:47 +00:00
Sunpoet Po-Chuan Hsieh
1d99477c46 - Pass maintainership to office@FreeBSD.org
Discussed with:	bapt
Feature safe:	yes
2011-11-28 16:06:13 +00:00
Sunpoet Po-Chuan Hsieh
010b6dbd53 - Update to 2011.11.27
Feature safe:	yes
2011-11-28 07:07:23 +00:00
Sunpoet Po-Chuan Hsieh
98d59b14b4 - Update to 2011.11.20
Feature safe:	yes
2011-11-21 03:30:30 +00:00
Raphael Kubo da Costa
7f1a46ec8c The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.
This is an incremental update and should be much easier to handle than
the transition from 4.6.5 to 4.7.2 in the ports tree.

The official release notes can be found at
http://www.kde.org/announcements/announce-4.7.3.php.

Approved by:	avilla (mentor), makc (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 02:59:40 +00:00
Sunpoet Po-Chuan Hsieh
d4a0759bf4 - Update to 2011.11.13
Feature safe:	yes
2011-11-14 01:56:31 +00:00
Sunpoet Po-Chuan Hsieh
aa03efae50 - Update to 2011.11.06 2011-11-07 03:33:50 +00:00
Sunpoet Po-Chuan Hsieh
b074611eaf - Update to 2011.10.30 2011-10-31 03:26:37 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Sunpoet Po-Chuan Hsieh
271bad242f - Update to 2011.10.23 2011-10-24 03:59:11 +00:00
Sunpoet Po-Chuan Hsieh
7a1f158547 - Update to 2011.10.16 2011-10-17 02:49:41 +00:00
Alberto Villa
a2d3b5a4bc The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports

We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.

PR:		156293 [1]
		159219 [2]
		160164 [3]
Submitted by:	Oleg Sidorkin <osidorkin@gmail.com> [1]
		Alvaro Castillo <gobledb@gmail.com> [2]
		dkeav04@gmail.com [3]
Tested by:	exp-run via pav
2011-10-17 00:03:42 +00:00
TAKATSU Tomonari
ecb09b40d4 - Register CONFLICTS_INSTALL between www/wordpress and german/wordpress [1]
- Add CONFLICTS_INSTALL with upcoming japanese/wordpress [2]

PR:		ports/160907 [1], ports/160172 [2]
Submitted by:	tota (myself) [1]
Approved by:	Yuan-Chung Hsiao (maintainer), miwi@ (timeout > 2 weeks) [1]
2011-10-16 05:21:00 +00:00
Sunpoet Po-Chuan Hsieh
17dd694ce0 - Update to 2011.10.09 2011-10-10 02:53:20 +00:00
Boris Samorodov
3b83ff0c1f Update to version 4.4.18. 2011-10-03 10:24:08 +00:00
Sunpoet Po-Chuan Hsieh
8f13926f4f - Update to 2011.10.02 2011-10-03 02:35:33 +00:00
Sunpoet Po-Chuan Hsieh
61945a4c09 - Update to 2011.09.25 2011-09-26 03:11:26 +00:00
Sunpoet Po-Chuan Hsieh
7842b7c9d1 - Update to 2011.09.18 2011-09-19 02:37:56 +00:00
Lars Engels
65665a3373 - Update to 2.6.0 2011-09-17 22:47:11 +00:00
Sunpoet Po-Chuan Hsieh
4769c4d06e - Pass maintainership to new volunteer
- Remove DEPRECATED and EXPIRATION_DATE
2011-09-10 06:23:35 +00:00
Boris Samorodov
f260679967 . update to version 4.4.17;
. add dependency upon misc/shared-mime-info and devel/desktop-file-utils.
2011-09-06 18:06:37 +00:00
Sunpoet Po-Chuan Hsieh
312712088d - Update to 2011.09.04 2011-09-05 06:34:33 +00:00
Stefan Walter
972c58962a Update to 2.1.0.
PR:		159168
Submitted by:	Momchil Ivanov <momchil@xaxo.eu>
2011-09-01 10:09:47 +00:00
Sunpoet Po-Chuan Hsieh
be98b222be - Update to 2011.08.28 2011-08-29 03:55:40 +00:00
Martin Wilke
c7da28b91e - Update to 3.2.1
PR:		160173
Submitted by:	Takefu <takefu@airport.fm>
2011-08-26 06:48:53 +00:00
Chris Rees
57937a3e67 Update to 2011.08.23
Submitted by:	Office Scout (sunpoet)
2011-08-24 08:12:59 +00:00
Sunpoet Po-Chuan Hsieh
96a54de76a - Set DIST_SUBDIR: move dist files to DISTDIR/mythes 2011-08-17 18:04:07 +00:00
Sunpoet Po-Chuan Hsieh
afadb2d2fe - Set DIST_SUBDIR: move dist files to DISTDIR/hyphen 2011-08-17 18:03:41 +00:00
Sunpoet Po-Chuan Hsieh
13f9e56935 - Set DIST_SUBDIR: move dist files to DISTDIR/hunspell 2011-08-17 18:03:06 +00:00
Sunpoet Po-Chuan Hsieh
f04b26ad29 - Change MASTER_SITES to my LOCAL to avoid implicit change of non-versioned
dist files
2011-08-17 17:42:34 +00:00
Sunpoet Po-Chuan Hsieh
61e714b0ab - Update to 2011.08.16 2011-08-17 03:35:49 +00:00
Sunpoet Po-Chuan Hsieh
5d9aaf20c0 - Update to 2011.08.15 2011-08-16 04:14:58 +00:00
Sunpoet Po-Chuan Hsieh
afebc4d216 - Update to 2011.08.14 2011-08-15 03:13:58 +00:00
Olli Hauer
1ef5a90018 - update german bugzilla language templates 2011-08-14 18:56:47 +00:00
Sunpoet Po-Chuan Hsieh
2279d905ca - Update to 2011.08.13 2011-08-14 03:16:20 +00:00
Sunpoet Po-Chuan Hsieh
04254d708f - Update to 2011.08.12 2011-08-13 07:43:20 +00:00
Sunpoet Po-Chuan Hsieh
359ab9c7a8 - Set WRKSRC 2011-08-13 04:40:40 +00:00
Sunpoet Po-Chuan Hsieh
e07aaa88ac - Unify COMMENT and pkg-descr
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
2011-08-12 19:17:06 +00:00
Sunpoet Po-Chuan Hsieh
1b851981ae - Update to 2011.08.11 2011-08-12 08:49:58 +00:00
Sunpoet Po-Chuan Hsieh
4dcad27cf3 - Fix PLIST: explicitly list installing filenames
- Fix typo
2011-08-09 13:33:40 +00:00
Sunpoet Po-Chuan Hsieh
3b448b9e97 - Update to 2011.08.08 2011-08-09 03:34:01 +00:00
Sunpoet Po-Chuan Hsieh
c9f93150ea - Update to 2011.08.06 2011-08-07 15:58:26 +00:00
Wolfram Schneider
fcb4afba6a update city count 2011-08-06 22:05:27 +00:00
Emanuel Haupt
f760c11728 Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared.
2011-08-02 20:58:23 +00:00
Baptiste Daroussin
3a2aede000 Mark BROKEN: Does not fetch 2011-08-02 13:47:46 +00:00
Sunpoet Po-Chuan Hsieh
d680d232f8 - Update to 2011.08.01 2011-08-02 09:02:26 +00:00
Baptiste Daroussin
3560fa9a82 Fix build
Reported by:	pointyhat (pav@)
2011-08-01 21:58:24 +00:00
Sunpoet Po-Chuan Hsieh
9e7062d520 - Update to 2011.07.30 2011-07-31 06:12:32 +00:00
Sunpoet Po-Chuan Hsieh
72c08ec487 - Move language prefix to PKGNAMEPREFIX
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
2011-07-29 13:13:17 +00:00
Sunpoet Po-Chuan Hsieh
e69040f679 - Add perl as build dependency [1]
- Use PLIST_DIRSTRY for PREFIX/share/hunspell
- Bump PORTREVISION for PLIST change
- Cosmetic change

Reported by:	pointyhat [1]
2011-07-28 07:12:00 +00:00
Sunpoet Po-Chuan Hsieh
5101bee4b3 - Update to 2011.07.26
- Use PLIST_DIRSTRY for PREFIX/share/mythes
- Explicitly list installing filenames
2011-07-27 16:31:16 +00:00
Sunpoet Po-Chuan Hsieh
fcdff36357 - Fix typo 2011-07-25 08:53:21 +00:00
Baptiste Daroussin
a05a58eb85 Pass matainership to the new office team 2011-07-22 05:30:11 +00:00
Baptiste Daroussin
2eff2d7953 Add some locales thesaurus 2011-07-21 14:33:07 +00:00
Baptiste Daroussin
0d92bcd672 Add German hyphenation rules 2011-07-21 10:24:12 +00:00
Baptiste Daroussin
37a620312f Add german hunspell dictionnaries 2011-07-20 14:01:55 +00:00
Julien Laffaye
e56f92dd2d Update to 5.12
PR:		ports/158427
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
2011-07-20 11:11:10 +00:00
Olli Hauer
d399de5688 - create missing (empty) directory (bugzilla) so checksetup does not fail
- use DIST_SUBDIR for bugzilla and all translations
- sort pkg-plist (genplist)

OK from bugzilla maintainers per PM.

PR:		ports/158766
Submitted by:	ohauer
2011-07-18 21:56:02 +00:00
Max Brazhnikov
585f07aff3 Reset maintainership de jure. In fact KDE 3 has not been maintained by our team
for a long time, not to mention upstream.

Discussed a while ago among the KDE/FreeBSD team.
2011-07-07 17:21:58 +00:00
Max Brazhnikov
19572cc47f Update KDE Software Compilation ports to 4.6.5
Official announcement: http://www.kde.org/announcements/announce-4.6.5.php
Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
2011-07-07 16:38:39 +00:00