Commit graph

4708 commits

Author SHA1 Message Date
Rusmir Dusko
0bae557ac8 - Update to 1.19.7
- Change maintainer email to @FreeBSD.org
- Fix configure with --enable-pic
- Remove PORTSCOUT
- Support STAGEDIR and add OPTIONS_SUB
- Add patches, fix build on FreeBSD 10

Approved by:	pawel / wg (mentors, implicit)
2013-10-30 19:28:26 +00:00
Max Brazhnikov
98003dbd30 - Fix packaging after last commit
Reported by:	marino@
2013-10-30 16:07:15 +00:00
Mathieu Arnold
9deabc5e46 Update to 1.4.2. 2013-10-30 16:03:25 +00:00
Martin Matuska
bfba7c47cf Horde package update:
Horde_Core 2.10.1 -> 2.10.2
Horde_Css_Parser 1.0.2 -> 1.0.3
Horde_Form 2.0.5 -> 2.0.6
Horde_ListHeaders 1.0.1 -> 1.1.0
Horde_Prefs 2.5.0 -> 2.5.1
Horde_Smtp 1.2.5 -> 1.2.6
Horde_Text_Filter 2.1.4 -> 2.1.5
Horde_Timezone 1.0.3 -> 1.0.4
Horde_Vfs 2.1.1 -> 2.1.2

ansel 3.0.0 -> 3.0.1
groupware 5.1.1 -> 5.1.3
horde 5.1.4 -> 5.1.5
imp 6.1.4 -> 6.1.5
ingo 3.1.2 -> 3.1.3
kronolith 4.1.3 -> 4.1.4
mnemo 4.1.1 -> 4.1.2
nag 4.1.2 -> 4.1.3
turba 4.1.2 -> 4.1.3
webmail 5.1.2 -> 5.1.3
wicked 2.0.0RC2 -> 2.0.1
2013-10-29 21:46:58 +00:00
Pawel Pekala
ceb2574452 - Update to version 6.3.1
- Add support for STAGEDIR

PR:		ports/181891
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-10-29 21:07:38 +00:00
Rusmir Dusko
f692f32ad8 - Change REINPLACE_CMD
- Add patches, fix build on FreeBSD 10

Approved by:	pawel / wg (mentors, implicit)
2013-10-29 15:27:17 +00:00
Dirk Meyer
5d6bf0ff2f - use STAGEDIR 2013-10-28 05:18:54 +00:00
David Naylor
303ba0bbf9 Update deksutils/plasma-applet-cwp to 1.8.3.
ChangeLog:
 * xml: gismeteo.com fixes
2013-10-27 18:39:24 +00:00
MIHIRA Sanpei Yoshiro
017c1e7f07 I mistake to create patch file. fixed to build. 2013-10-27 07:30:14 +00:00
Beech Rintoul
c91886c21d - Take maintainership 2013-10-26 20:54:28 +00:00
William Grzybowski
b8c737f6c5 deskutils/fet: update to 5.20.1
- Update to 5.20.1 [1]
- Allow staging
- Use options helpers

PR:		ports/182826
Submitted by:	Zsolt Udvari <udvzsolt gmail.com>
Approved by:	maintainer (timeout)
2013-10-26 13:51:21 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Johan van Selst
d0f8e887a0 - Rename PORTNAME to avoid naming conflict
- Enable staging
- Bump PORTREVISION
2013-10-24 08:45:30 +00:00
Matthias Andree
63e2715430 Update distinfo path. 2013-10-23 21:09:56 +00:00
Emanuel Haupt
f4a1e022c0 Support staging. 2013-10-23 20:30:50 +00:00
Matthias Andree
7a51592639 Upgrade to first stable release.
Support staging.
Misc conversions to USES=...
2013-10-23 19:18:01 +00:00
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Emanuel Haupt
84040e0860 Support staging. 2013-10-23 10:26:46 +00:00
Jason Helfman
5eb6e94b3b - support staging 2013-10-23 06:31:21 +00:00
Mathieu Arnold
68ea242665 Be less silent when installing things. 2013-10-22 16:06:10 +00:00
Dmitry Marakasov
fdb84adb5d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with d)
Approved by:	portmgr (bdrewery)
2013-10-22 13:52:24 +00:00
William Grzybowski
f4c56f4aa9 deskutils/libstreamanalyzer: link against ffmpeg-2
- Link against ffmpeg-2
- Convert lib depends to new format

Approved by:	pormgr (bapt, implicit)
2013-10-21 15:45:53 +00:00
Jason E. Hale
784e4c52e1 - Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
  to what the author intended.  This effectively rolls the version
  number backwards, but should prevent future unneccesary version
  bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports
2013-10-20 19:20:15 +00:00
Danilo Egea Gondolfo
3b30879b04 - Add stage support 2013-10-19 13:29:27 +00:00
MIHIRA Sanpei Yoshiro
d6ba7bc8f2 fix build error 10-current and use cc 2013-10-19 11:21:57 +00:00
Baptiste Daroussin
79238694b3 Deprecated some ports broken for more than 6 month 2013-10-18 07:19:25 +00:00
Rusmir Dusko
8c1dfa355a - Update to 1.0.r3
- Change maintainership to submitter
- Add license (GPLv3
- USES cmake desktop-file-utils
- Add DOCS and NLS Options
- Support STAGEDIR and add OPTIONS_SUB
- Change pkg-message

PR:		ports/172141
Submitted by:	nemysis (self)
Approved by:	wg (mentor)
2013-10-18 00:56:10 +00:00
Mathieu Arnold
da70e9d043 Do generate documentation if asked. 2013-10-16 14:00:56 +00:00
Dmitry Marakasov
68c709c106 - Support staging
- Make qmake respect CXX/CXXFLAGS
- Install documentation
2013-10-16 12:49:27 +00:00
Mathieu Arnold
2ff49883fe Update to 1.4.1. 2013-10-16 09:47:36 +00:00
Olivier Duchateau
5483a9d678 - Support STAGEDIR
While I'm here
- Switch to USES= gmake
- Convert to new LIB_DEPENDS format

- Enhance COMMENT entry (misc/xfce4-wm-themes)
- Adjust Xfce dependencies, and bump PORTREVISION
(sysutils/xfce4-power-manager)
2013-10-15 18:36:02 +00:00
Baptiste Daroussin
2a9a018624 Fix after gnome1 libs removal 2013-10-15 09:50:13 +00:00
Baptiste Daroussin
b41ebe474d Remove all options bringing gnome1 libraries 2013-10-15 09:47:11 +00:00
Olivier Duchateau
8026518389 - Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Switch to USES=gmake (deskutils/xfce4-tumbler)

Approved by:	ehaupt@ (maintainer of deskutils/xfce4-notifyd)
2013-10-14 18:48:19 +00:00
Max Brazhnikov
46888a73a1 - Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
2013-10-13 13:03:03 +00:00
David Chisnall
11d48aee2d Update gworkspace to the latest release.
Approved by:	bapt (mentor)
2013-10-08 19:30:12 +00:00
Danilo Egea Gondolfo
a48ceacbb7 - Update from 1.8.005.20131001 to 1.8.005.20131007
Changes: http://svn.stylite.de/viewvc/egroupware/branches/1.8/egroupware/doc/rpm-build/debian.changes?view=markup

Approved by:	wg/culot (mentors, implicit)
2013-10-08 16:21:04 +00:00
Danilo Egea Gondolfo
0ad922ba5d - Update from 1.8.004.20130831 to 1.8.005.20131001 [1]
- Change maintainer email to @FreeBSD.org

Changelog: http://svn.stylite.de/viewvc/egroupware/branches/1.8/egroupware/doc/rpm-build/debian.changes?view=markup

PR:		ports/182781
Submitted by:	Dewayne <dewayne.geraghty@heuristicsystems.com.au> [1]
Approved by:	wg/culot (mentors, implicit)
2013-10-07 15:03:41 +00:00
Mathieu Arnold
408e0e2ec3 USE_GCC=s/4.6+/yes/
Requested by:	gerald
2013-10-07 14:04:05 +00:00
Max Brazhnikov
4476a5c138 - Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax
- Use options helpers
2013-10-07 12:26:54 +00:00
David Chisnall
3d74741e94 Remove gworkspace-clipboard. It no longer exists in the tarballs and its
functionality was subsumed by the tabbed shelf 6 years ago.

Approved by:	bapt (mentor)
2013-10-07 10:30:49 +00:00
David Naylor
d47f7d2624 Update deskutils/plasma-applet-cwp to 1.8.2.
ChangeLog:
 * xml: gismeteo: icon fixes
 * xml: www.weather.com.cn: fixes
2013-10-06 17:35:29 +00:00
Rusmir Dusko
b7025a61e9 - Update to 2.0.12
- Pass maintainership to submitter
- Remove not needed LICENSE_FILE
- Use the new format for LIB_DEPENDS
- USES desktop-file-utils gmake pathfix pkgconfig
- Add USE_LDCONFIG
- Add DOCS and NLS Options
- Change Desktop entry file
- Support STAGEDIR and add OPTIONS_SUB
- Remove not needed patches
- Change pkg-descr

Approved by:	wg/pawel (mentors)
2013-10-04 22:29:20 +00:00
Lars Engels
25d24554e8 Support staging 2013-10-04 18:46:15 +00:00
Wen Heping
196a9637e3 - Update to 6.5.15
- Support stage build
- Remove article from COMMENT
- Fix typo in pkg-message.in
2013-10-03 14:17:24 +00:00
Mathieu Arnold
69f76bed70 Add mirall 1.4.0, the ownCloud Desktop Syncing Client. 2013-10-03 14:03:29 +00:00
Rusmir Dusko
47375b3a4b LXShortcut is a small program used to edit easily application shortcuts
created with freedesktop.org Desktop Entry spec.

It’s mainly designed to be called by other LXDE components, and not directly
used by the users. If you want to use it manually, see

     lxshortcut --help

WWW: http://wiki.lxde.org/en/LXShortCut

Approved by:	wg/pawel (mentors)
2013-10-02 17:03:26 +00:00
Jose Alonso Cardenas Marquez
664324a628 - Update to 2.3.2.1 2013-10-02 16:16:37 +00:00
Veniamin Gvozdikov
e4a6ded1cc - Changed tabs to spaces in pkg-descr
- Changed MASTER_SITES

Approved by:	eadler (mentor)
2013-10-02 16:16:21 +00:00
John Marino
2f96f56bcc deskutils/znotes: add <unistd.h> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-02 09:05:01 +00:00