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

1967 Commits

Author SHA1 Message Date
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Pawel Pekala
afe2e12dfa Update to version 5.0.9
* wish  : #1507253 template at top into txn dialog
* wish  : #1429411 reconcile etc. could be a linked set of toggle buttons
* wish  : #532564  clean feature to delete unused payees/categories
* bugfix: #1602835 filter by status in the ledger
* bugfix: #1594152 zillion questions importing from QIF file
* bugfix: #1583406 changes in settings -> format-> numbers
          options is never saved
* bugfix: #1562372 statistics filtered on category with
          split display wrong results
* bugfix: #1535483 importing cvs file silently skips a line!
2016-07-24 09:38:56 +00:00
Mathieu Arnold
e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00
Guido Falsi
2f4f07b1e4 Update to 2.6.13. 2016-06-29 12:39:51 +00:00
Mathieu Arnold
dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00
Wen Heping
4377a5681c - Update to 1.6.1.6 2016-06-27 02:23:49 +00:00
David Naylor
c4206bba43 finance/R-cran-tseries: add missing pkg.plist.
The port was changed from autoplist to manual plist to ensure detenction
of silent configuration changes.

Bump port revision has valid packages (although with missing content) was
generated.

PR:		210394
2016-06-20 04:32:29 +00:00
David Naylor
2ab2479dbc finance/R-cran-tseries: update to 0.10-35.
Mark the port as compiling.
2016-06-18 17:57:37 +00:00
Wen Heping
50789b1fe8 - Update to 4.13 2016-06-08 07:30:22 +00:00
Mathieu Arnold
06b6315ce1 Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.

With hat:	perl@
Sponsored by:	Absolight
2016-05-30 15:33:44 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Pawel Pekala
b9b3258184 Update to version 5.0.8
Changelog:
bugfix: #1584342 operation disappearing and corrupted account file
2016-05-24 17:13:18 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Pawel Pekala
5fb19cc017 - Update to version 5.0.7
- Convert to USES=localbase

Changelog:
* new   : preferences, add preview for chart color scheme
* new   : doc, added every payment into the lexicon
* wish  : #1509485 quicksearch split transactions memo/category
* wish  : #1507252 ability to batch-edit selected transactions easily
* wish  : #1501125 export to CSV for all reports list view
* wish  : #1501111 double-click on sheduled txn in main window to open
          template editor
* wish  : #1292377 enable edit transactions from report detail list
* wish  : #880846  hide/show txn list column on right click
* bugfix: #1577555 scheduled transaction edit doesn't enable file save
* bugfix: #1556289 scheduled transactions disappear with no reason
* bugfix: #1553862 budget report categories displayed when
          selecting subcategories
* bugfix: #1523216 import window wrongly sized
* bugfix: #1511325 no warning about old gtk3.x version when
          compiling from source
* bugfix: #1464961 inconsistency in my file internal xfer
2016-05-10 15:20:42 +00:00
Wen Heping
bc04eea4d4 - Update to 1.6.1.5
- Add missing PHP modules
2016-05-06 03:12:30 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Mathieu Arnold
9fec17587f Update to 1.2.7.
PR:		208868
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-18 14:07:17 +00:00
Alexey Dokuchaev
ed62b74be6 Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
2016-04-16 12:29:27 +00:00
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