Commit graph

1085 commits

Author SHA1 Message Date
Roman Bogorodskiy
a8125260aa - Fix build with clang [1]
- Improve CXX respect (some makefiles had g++ hardcoded before)
- Convert to new header format
- Drop maintainership

Reported by:	pkg-fallout [1]
2013-09-12 15:12:49 +00:00
Sunpoet Po-Chuan Hsieh
3d85a7099d - Update to 3.6.1
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Remove LICENSE_FILE for well-known licenses

Changes:	http://wordpress.org/news/2013/09/wordpress-3-6-1/
PR:		ports/182026
Submitted by:	Mihail Timofeev <9267096@gmail.com> (maintainer)
2013-09-12 14:29:29 +00:00
Andrej Zverev
466eb5c92f - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 12:59:14 +00:00
Olli Hauer
0ad9a57a22 - remove expired bugzilla3 ports 2013-08-29 20:17:08 +00:00
Boris Samorodov
e008cf7108 Update to version 4.5.14. 2013-08-23 08:28:08 +00:00
Jung-uk Kim
b54218e9d4 Update to 4.0.5. 2013-08-22 20:38:28 +00:00
Wen Heping
9a3f9fa589 - Update to 3.6
PR:		181015
Submitted by:	Mihail Timofeev <9267096@gmail.com> (maintainer)
2013-08-06 07:48:03 +00:00
Mathieu Arnold
f82fdd8358 Missed that one. 2013-08-03 13:52:53 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Baptiste Daroussin
8972b6b5bc Fix build with clang 2013-08-01 05:33:01 +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
Veniamin Gvozdikov
862c06b489 - Changed my email
- Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
2013-07-22 14:34:22 +00:00
Martin Wilke
eb02f74233 - Update to 3.5.2
PR:		179831
Submitted by:	maintainer
2013-07-11 15:19:08 +00:00
Baptiste Daroussin
942c2a28be Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
2013-07-10 07:00: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
Boris Samorodov
0cc1af22ec Update to version 4.5.13. 2013-07-07 17:23:50 +00:00
Wesley Shields
d838acfc46 Mark IGNORE after www/MT update.
PR:		ports/180252
Submitted by:	Takefu <takefu@airport.fm>
2013-07-06 19:59:15 +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
842a70875f - use OPTION_GROUP in all devel/bugzilla ports
- s/CONFLICTS/CONFLICTS_INSTALL/
- use easier CONFLICT notation (future proof)
- trim Makefile.common header
- update russian/bugzilla42 language template to version 4.2.6
2013-06-20 21:54:02 +00:00
Jung-uk Kim
2bf17ab7d1 Update to 4.0.4. 2013-06-19 20:52:13 +00:00
Boris Samorodov
35e526f4fe . pet portlint: squeeze COMMENT a little;
. trim Makefile headers.
2013-06-14 13:54:36 +00:00
Boris Samorodov
9b9ba08bef . NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. simplify install (use 1 line instead of 6);
. trim Makefile headers;
. add tab space to WRKSRC.
2013-06-14 13:51:04 +00:00
Boris Samorodov
2123bfe614 . pet portlint: squeeze COMMENT a little;
. use PLIST_FILES and remove pkg-plist (5 lines);
. trim Makefile headers.
2013-06-14 13:33:23 +00:00
Boris Samorodov
66dbc622b6 . simplify install (use 2 lines instead of 8);
. trim Makefile headers.
2013-06-14 13:04:27 +00:00
Martin Wilke
f22a5ff3ae - Don't remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-13 23:49:17 +00:00
Boris Samorodov
fe18253b3e Update to version 4.5.12. 2013-06-10 09:49:41 +00:00
Baptiste Daroussin
d4ecf3692d Fix executing pkg-install script during do-install 2013-05-24 14:44:39 +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
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Jung-uk Kim
ea47cacd91 Update to 4.0.3. 2013-05-09 18:26:51 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Baptiste Daroussin
30433a9c9f Please bmake(1) 2013-05-02 22:17:24 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +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
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +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
Alexey Dokuchaev
28f0bea43f In categories starting with [n-s], remove empty lines (and also few cases of
trailing slashes) from pkg-plist.
2013-03-17 14:20:20 +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
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Ruslan Makhmatkhanov
f00db32b0e - update to 5.2.3
- bump PORTEPOCH
- convert to optionsng

PR:		172319
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
2013-02-23 16:54:51 +00:00
Olli Hauer
178b83a907 - update russian bugzilla templates 2013-02-23 09:27:02 +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
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Xin LI
a107fbed69 Update to 3.5.1. While I'm there, also change russian to use gzipped tarball,
make the port to use OptionsNG and fix installation permissions.

PR:		ports/175525 [1], ports/175632 [2], ports/175679 [3]
Submitted by:	Takefu <takefu airport fm> [1],
		Mihail Timofeev <miha_hard mail ru> [2],
		delphij [3]
Approved by:	maintainer, 9267096@gmail.com [1][2], ychsiao [1][3]
Security:	559e00b7-6a4d-11e2-b6b0-10bf48230856
2013-01-30 01:50:42 +00:00
Boris Samorodov
7184886c9e . ruUpdate to version 20120501;
. use GOOGLE_CODE master site;
. trim Makefile headers.

PR:		ports/173658
Submitted by:	clutton <mbsd@isgroup.com.ua>
Approved by:	maintainer timeout (2 months+)
2013-01-28 15:34:18 +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
Ruslan Makhmatkhanov
e4e65328dd - update russian [1], chinese_zh_TW [2] and chinese_zh_CN [3]
versions of wordpress to 3.5

while here, make changes common for all of this ports:
- trim Makefile header
- remove indefinite article from COMMENT
- do not define LICENSE_FILE for standard license
- remove license.txt from PORTDOCS
- tab -> space change in pkg-descr:WWW
- trailing whitespace fixes

PR:		174399 [1]
PR: 174452 [2]
PR: 174400 [3]
Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) [1],
              Bo-Yi Wu <appleboy.tw@gmail.com> [2],
              Joe Horn <joehorn@gmail.com> (maintainer) [3]
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer) [2]
2012-12-16 19:24:53 +00:00
Eitan Adler
a52b1a298c Revert Chris Petrik's ports to the pool. Thank you for all your work so far, and should you desire to return just let us know.
PR:		ports/174309
Submitted by:	Chris Petrik
2012-12-10 01:20:16 +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
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
f155dc3ddc 2012-10-20 security/sscep: No more public distfiles
2012-10-20 security/py-rijndael: No more public distfiles
2012-10-20 security/pam_af: No more public distfiles
2012-10-20 security/its4: No more public distfiles
2012-10-20 russian/xcyrBGR: No more public distfiles
2012-10-20 russian/wmcyrx: No more public distfiles
2012-10-20 print/advi: No more public distfiles
2012-10-20 palm/plucker: No more public distfiles
2012-10-20 net-p2p/py-bittornado-core: Depends on the deprecated wx 2.4
2012-10-20 net-p2p/py-bittornado: Depends on the deprecated wx 2.4
2012-10-20 net-mgmt/nagios-radauth-plugin: No more public distfiles
2012-10-20 net-mgmt/nagios-check_nick: No more public distfiles

Feature safe:	yes
2012-10-25 18:02:31 +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
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Ryan Steinmetz
1e3e17d2a7 - Reset maintainer to Chris Petrik, who is active and the current maintainer of multimedia/xmms.
Approved by:	maintainer timeout (4+ years)
2012-10-09 22:32:58 +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
Thomas Abthorpe
d56091fa54 - Reassign to the heap at the maintainer's request 2012-09-25 04:32:35 +00:00
Baptiste Daroussin
a3bd44a914 Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator) 2012-09-21 10:07:33 +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
Steve Wills
b96dc59ce0 - Update to 3.4.2
PR:		ports/171432
Submitted by:	Mihail Timofeev <9267096@gmail.com> (maintainer)
2012-09-09 03:04:41 +00:00
Olli Hauer
f02b57b299 - update bugzilla language tempates 2012-09-05 19:05:54 +00:00
Olli Hauer
2905c73e47 - move to bugzilla@ 2012-09-01 20:18:48 +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
Olli Hauer
1cd83b3f2d - connect bugzilla42 2012-08-09 21:45:59 +00:00
Olli Hauer
7d271950c0 - russian language template for bugzilla 4.2
Approved by:	skv (implicit)
2012-08-09 20:43:27 +00:00
Olli Hauer
d64b4ae61d - update russian bugzilla templates to current version
- remove redundand PKGNAMESUFFIX (-ru) since we have already PKGNAMEPREFIX?=ru-
- use PORTVERSION and DISTNAME instead DISTVERSION so we end up with a pretty
  PKGNAME and INDEX entry

  Example output for bugzilla:
  make -V PKGNAME
   ru-bugzilla-4.0.7 (now)
   ru-bugzilla-ru-4.0.7.r.201200809 (before)

 The changes where done with the view to pkgNG, so users can do an easy
 install/update of the package.

Approved by:	skv (impicit)
2012-08-09 20:38:49 +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
Carlo Strub
2adc21ec96 Fix typos in COMMENT 2012-07-24 21:27:13 +00:00
Baptiste Daroussin
a9af8f7b5b Convert to new options framework 2012-07-20 22:10:31 +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
Pawel Pekala
c303edc6b0 Fix build with clang 2012-07-11 20:42:14 +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
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
Sunpoet Po-Chuan Hsieh
b22375d9e0 - Update to 3.4.1
PR:		ports/169533
Submitted by:	Mihail Timofeev <9267096@gmail.com> (maintainer)
2012-06-29 02:59:04 +00:00
Sunpoet Po-Chuan Hsieh
0bd2771f41 - Update russian/MT to 5.14
Changes:	http://movable-type.ru/2012/05/movable-type-438-514.php
PR:		ports/169504
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
2012-06-28 08:41:44 +00:00
Boris Samorodov
5f50dded48 Update to version 4.5.4. 2012-06-19 06:22:53 +00:00
Sunpoet Po-Chuan Hsieh
00ca3595ab - Update to 3.4
- Remove PKGNAMESUFFIX: language identifier is already in PKGNAMEPREFIX
- Update CONFLICTS_INSTALL

PR:		ports/169117
Submitted by:	sunpoet (myself)
Approved by:	Mihail Timofeev <9267096@gmail.com> (maintainer)
2012-06-16 19:53:58 +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
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Frederic Culot
fcbf2d3c53 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-08 12:47:19 +00:00
Andrej Zverev
8a79a9dcc0 - Remove SITE_PERL from *_DEPENDS
Approved by:	maintainer (via IRC)
2012-06-04 09:30: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
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
Boris Samorodov
02d2e6ec71 Update to version 4.5.3.
Tested at:	redports
2012-05-09 06:31:35 +00:00
Sergey Skvortsov
0601a59f0e Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved).
2012-05-07 15:42:51 +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
Sunpoet Po-Chuan Hsieh
6067b48eb1 - Update to 3.3.2
Changes:	http://ru.wordpress.org/2012/04/wordpress-3-3-2/
PR:		ports/167147
Submitted by:	Mihail Timofeev <9267096@gmail.com> (maintainer)
2012-04-21 18:30:40 +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
Boris Samorodov
0e576b913d Update to version 4.5.2.
Feature safe:	yes
2012-04-03 12:11:39 +00:00
Michael Scheidell
8ca62a2f48 - Update to 5.13
- Update master sites
- Mark russian/MT IGNORE=source file not found

PR:		ports/165409
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
Feature safe:	yes
2012-03-15 19:33:51 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +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
Boris Samorodov
f6bf5595c9 Update to version 4.4.20. 2012-01-16 13:53:50 +00:00
Sunpoet Po-Chuan Hsieh
1627402b0b - Add wordpress 3.3.1 [1][2]
- Add USE_PHP=curl [2]
- Use files/pkg-message.in: show value of WWWDIR [2]

PR:		ports/163644 [1]
Submitted by:	Mihail Timofeev <9267096@gmail.com> [1]
		Takefu <takefu@airport.fm> [2]
2012-01-06 07:32:54 +00:00
Emanuel Haupt
33fcf400f8 End WWW CPAN URL with a "/" 2011-12-28 08:20:20 +00:00
Alexander Logvinov
aee8861a9d - Update to 0.6.0
Feature safe:	yes
2011-12-07 00:58:04 +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
1d99477c46 - Pass maintainership to office@FreeBSD.org
Discussed with:	bapt
Feature safe:	yes
2011-11-28 16:06:13 +00:00
Olli Hauer
df4b32fe53 - remove ports
* russian/apache13
 * russian/apache13-modssl

Ports have reached EXPIRATION_DATE

Approved by lev@ (maintainer) via PM.

with hat apache@

Approved by:	lev@ (maintainer) via PM
Feature safe:	yes
2011-11-15 18:36:20 +00:00
Olli Hauer
8b71a26557 - mark apache13 FORBIDDEN (CVE-2011-3368)
* There are no patches from upstream and already existing
    exploids in the wild.

- ru-apache13 ports have long outstanding issues and are far
  behind last apache13 patches.

with hat apache@

Feature safe:	yes
2011-11-14 23:50:40 +00:00
Dirk Meyer
c39761ef67 - add FETCH_DEPENDS
Feature safe:	yes
2011-11-14 06:08:41 +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
Doug Barton
a1b8c7234f Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
2011-11-02 01:35:45 +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
Stanislav Sedov
422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +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
Sunpoet Po-Chuan Hsieh
2df4f35b0f - Update to 20111003 2011-10-10 03:14:39 +00:00
Roman Bogorodskiy
f976c18ddd Un-break by fix fetching.
PR:		161284
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2011-10-04 23:19:55 +00:00
Boris Samorodov
3b83ff0c1f Update to version 4.4.18. 2011-10-03 10:24:08 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Philip M. Gollucci
956dc1cc7f - Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@
Reported by:    dvl via freshports
2011-09-07 03:00:51 +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
Andrey A. Chernov
45ba9805ed Remove myself from MAINTAINER 2011-08-30 07:57:26 +00:00
Olli Hauer
d91f5feda8 - set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"
with hat apache@
2011-08-27 09:55:12 +00:00
Sergey Skvortsov
f2adc1c379 Update to latest 20110808 translation. 2011-08-20 17:10:12 +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
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
7402b1665f - Update to 20110801
- Set WRKSRC
- Fix typo
2011-08-07 15:56:43 +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
934221cca7 Bye bye abandonwares (part 5)
2011-08-08 russian/messarge: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 russian/pgp.language: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/ifd-gempc410: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/libidea: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/rain: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 sysutils/Tee: Has expired: No more public distfile
2011-08-08 sysutils/curly: Has expired: No more public distfiles
2011-08-08 sysutils/i855vidctl10: Has expired: No more public distfiles
2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 sysutils/rsyslog3-snmp: Has expired: unsupported upstream
2011-08-08 sysutils/xapply: Has expired: No more public distfiles
2011-08-08 textproc/asm2html: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 textproc/diff-mode.el: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 vietnamese/gtk-im-vi: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 www/campsite: Has expired: Does not work
2011-08-08 www/p5-PLP: Has expired: No more upstream, looks like an abandonware
2011-08-08 www/wcol: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 x11-toolkits/sdl_gui: Has expired: Looks like an abandonware, no more public distfiles
2011-08-01 05:52:02 +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
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
bea502e644 Add Russian hyphenation rules 2011-07-21 10:32:20 +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
Baptiste Daroussin
d3e139296b Add russian dictionnaries for hunspell 2011-07-20 11:05:43 +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