1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

1945 Commits

Author SHA1 Message Date
Wen Heping
af98b0058c - Update USE_PHP, add session and simplexml 2016-04-16 04:19:07 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
5ef60cf65d Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are:

- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
  (looking for /(Sub|Scalar|List)::Util/ returns nothing.)

While there, do some minor cleanup that caught my eye.

PR:		208378
With hat:	perl@
Sponsored by:	Absolight
2016-03-31 15:23:13 +00:00
Guido Falsi
2b1f4e1f60 - Update gnucash to 2.6.12
- Update gnucash-docs to 2.6.12
2016-03-30 15:50:15 +00:00
John Marino
966e526c7b finance/moneymanagerex: Fix build on DF
The compiler=gcc check is valid on DF too.
2016-03-23 12:29:57 +00:00
Vsevolod Stakhov
7349ed49cd - Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
2016-03-23 09:20:35 +00:00
TAKATSU Tomonari
cd89b7f28a - Update to 0.23-1 2016-03-22 09:26:35 +00:00
Raphael Kubo da Costa
5f54a52585 Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
2016-03-15 12:35:56 +00:00
Raphael Kubo da Costa
a25facedeb Switch to USES=sqlite:3. 2016-03-15 11:57:28 +00:00
Mathieu Arnold
5815027c46 These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
2016-03-13 16:56:42 +00:00
Mathieu Arnold
9885f8ca04 Update to 1.2.6
PR:		204195
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-10 14:45:59 +00:00
Kubilay Kocak
d3b65e89a3 finance/py-stripe: Update to 1.30.0
- Update PORTVERSION and distinfo checksum (1.30.0)
- Update mock in TEST_DEPENDS (now any version)
- Update setup.py patch to add tests_require for future upstreaming

Changes:

  https://github.com/stripe/stripe-python/blob/v1.30.0/CHANGELOG
2016-03-03 10:11:31 +00:00
Raphael Kubo da Costa
e1c53f2b7a Update to 2.3.25.
PR:		207427
Submitted by:	ek@purplehat.org (maintainer)
2016-02-28 15:07:24 +00:00
Martin Wilke
dfd05b6d2b - Switch mysqli support 2016-02-28 06:50:43 +00:00
Martin Wilke
0f422635f4 - Switch to mysqli support 2016-02-28 06:48:26 +00:00
Martin Wilke
ed267c9016 - Use mysqli only 2016-02-28 06:46:23 +00:00
Dmitry Marakasov
fc633ebe5c - Update to 3.1.1 which fixes build with boost 1.60
PR:		207012
Approved by:	maintainer timeout (woodycarey@hotmail.com, 2 weeks)
2016-02-25 18:41:28 +00:00
David Naylor
63303ae295 finance/R-cran-timeSeries: update to 3022.101.2
Changes:
 - Include test dependencies (missing robustbase and fTrading)
 - Switch to explicit pkg-plist for robustness.
2016-02-23 18:34:29 +00:00
Kubilay Kocak
dd6f726e17 finance/py-stripe: Update to 1.29.1, Modernize
- Update PORTVERSION and distinfo checksum (1.29.1)
- Add LICENSE_FILE
- Update TEST depends and test target
- Update test target environment variable [1]
- Remove TESTS option bits accordingly
- Patch setup.py tests_require to allow the latest version of mock [2]
- Remove patch to setup.py:package_data (upstreamed) [3]

Changes:

  https://github.com/stripe/stripe-python/blob/v1.29.1/CHANGELOG

[1] https://github.com/stripe/stripe-python/issues/172
[2] https://github.com/stripe/stripe-python/issues/205
[3] https://github.com/stripe/stripe-python/pull/170
2016-02-23 07:18:33 +00:00
Wen Heping
87c7451afb - Update to 1.6.1.4 2016-02-13 11:54:20 +00:00
TAKATSU Tomonari
824075e9c3 - Update to 1.2-9
- Fix LICENSE
2016-01-24 13:57:31 +00:00
TAKATSU Tomonari
3b1e142623 - Update to 1.5-12
- Fix LICENSE
2016-01-24 05:21:02 +00:00
Sunpoet Po-Chuan Hsieh
57b52c7846 - Update to 6.7.0
- Add LICENSE_FILE

Changes:	https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
2016-01-19 08:38:00 +00:00
Vanilla I. Shu
3f6850affa Upgrade to 4706.
PR:		206387
Submitted by:	maintainer
2016-01-19 06:04:36 +00:00
Koop Mast
71a6745a56 Hand gnucash over to madpilot@ who has been updating it for a while now. 2016-01-15 13:22:07 +00:00
Dmitry Marakasov
d9564c045e - Update to 2.5.4
- Switch to autoplist

PR:		205330
Submitted by:	amdmi3
Approved by:	kyuupichan@gmail.com (maintainer)
2016-01-14 13:06:04 +00:00
Guido Falsi
e6f36099ba Update to 2.6.11
Approved by:	kwm (gnome, implicit)
2016-01-14 11:22:01 +00:00
Dmitry Marakasov
95f846b716 - Add NO_ARCH 2016-01-13 16:05:04 +00:00
Sunpoet Po-Chuan Hsieh
7deefa953b - Update to 3.23
- Add LICENSE
- Add BUILD_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Business-OnlinePayment-AuthorizeNet/Changes
2016-01-12 21:40:01 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Bernhard Froehlich
4938b0bca3 Hand over maintainership back to ports@ for ports which i'm not using myself anymore. 2016-01-12 15:15:29 +00:00
Bernhard Froehlich
53b487bbff - Update to 2.21.0 2016-01-11 21:08:34 +00:00
Martin Wilke
50ce3a08a4 - Update to 1.1.42
PR:		206124
Submitted by:	maintainer
2016-01-11 07:48:53 +00:00
Jason E. Hale
1b6a1a270e Use pathfix 2016-01-07 15:07:37 +00:00
Jason E. Hale
be689324c8 - Update devel/gwenhywfar* to 4.14.0
- Update finance/aqbanking to 5.5.1
2016-01-01 05:14:55 +00:00
Jason E. Hale
0ab603561a - Update finance/libalkimia to 5.0.0 [1]
- Update finance/kmymoney-kde4 to 4.7.2 [2]

PR:		205591 [1], 205590 [2]
Submitted by:	rakuco
2015-12-29 16:11:00 +00:00
Raphael Kubo da Costa
d108e3a9a2 Fix MASTER_SITES and unmark broken. 2015-12-28 23:22:45 +00:00
Raphael Kubo da Costa
5d4d3487c4 Fix MASTER_SITES and unmark broken. 2015-12-28 23:22:39 +00:00
Adam Weinberger
1d725d4e83 Reassign perl modules from ports@ to the perl@ collective. 2015-12-26 16:53:30 +00:00
Guido Falsi
7b9b2e6b61 - Update finance/gnucash to 2.6.10
- Update finance/gnucash-docs to 2.6.10

Approved by:	kwm (gnome, implicit)
2015-12-23 11:29:22 +00:00
Dmitry Marakasov
888c25feae - Fix fetch
PR:		205330
Submitted by:	amdmi3
Approved by:	portmgr blanket
MFH:		2015Q4
2015-12-21 17:07:27 +00:00
Raphael Kubo da Costa
cfd2775f2e Update to 1.12.5.
This is the latest KDE4-based release.
2015-12-18 22:36:53 +00:00
Wen Heping
1f64766cad - Update to 1.6.1.3 2015-12-16 00:50:47 +00:00
Sunpoet Po-Chuan Hsieh
4676ca5994 - Move ftp/py-curl to ftp/py-pycurl
- Bump PORTREVISION for dependent ports
2015-12-12 23:43:50 +00:00
Baptiste Daroussin
12d5445d6a Mark as broken: does not fetch 2015-12-12 23:08:00 +00:00
Pawel Pekala
3a28d66605 Switch to options helper 2015-12-11 22:15:58 +00:00
Martin Wilke
ccf6cf6b1d - Update to 1.1.38
PR:		205077
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4460
2015-12-10 14:25:20 +00:00
Dmitry Marakasov
b4ce98d0dd - Add LICENSE
- Add NO_ARCH
2015-12-08 17:31:38 +00:00
Sunpoet Po-Chuan Hsieh
9acc4370ac - Update to 3.04
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Business-OnlinePayment/Changes
2015-12-05 06:11:33 +00:00
Dmitry Marakasov
d6112573dd - Add LICENSE_FILE
- Switch to options helpers
2015-12-03 17:26:06 +00:00