aboutsummaryrefslogtreecommitdiffstats
path: root/finance
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.6.13.madpilot2016-06-296-7/+12
|
* Convert USE_PHP*=yes into USES=php*mat2016-06-282-5/+2
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* - Update to 1.6.1.6wen2016-06-272-3/+4
|
* finance/R-cran-tseries: add missing pkg.plist.dbn2016-06-202-0/+30
| | | | | | | | | | 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
* finance/R-cran-tseries: update to 0.10-35.dbn2016-06-192-4/+5
| | | | Mark the port as compiling.
* - Update to 4.13wen2016-06-082-4/+4
|
* Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the basemat2016-05-302-1/+1
| | | | | | | | | 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
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-263-3/+3
| | | | | | | | | | | | | 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
* Update to version 5.0.8pawel2016-05-252-3/+4
| | | | | Changelog: bugfix: #1584342 operation disappearing and corrupted account file
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-241-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-198-17/+17
| | | | Approved by: portmgr blanket
* - Update to version 5.0.7pawel2016-05-103-8/+8
| | | | | | | | | | | | | | | | | | | | | | | - 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
* - Update to 1.6.1.5wen2016-05-062-7/+8
| | | | - Add missing PHP modules
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-281-1/+1
|
* create USES=gem and update rubygem- ports to use itswills2016-04-281-2/+1
| | | | | | | 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
* many ports: mark broken on powerpc64swills2016-04-222-0/+4
|
* Update to 1.2.7.mat2016-04-183-32/+17
| | | | | | PR: 208868 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'danfe2016-04-161-1/+0
| | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby.
* - Update USE_PHP, add session and simplexmlwen2016-04-161-2/+2
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-01144-392/+392
| | | | | With hat: portmgr Sponsored by: Absolight
* Cleanup dependencies on lang/p5-Scalar-List-Utils.mat2016-03-311-2/+1
| | | | | | | | | | | | | | | 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
* - Update gnucash to 2.6.12madpilot2016-03-306-7/+244
| | | | - Update gnucash-docs to 2.6.12
* finance/moneymanagerex: Fix build on DFmarino2016-03-231-1/+1
| | | | The compiler=gcc check is valid on DF too.
* - Update libsodium to 1.0.8vsevolod2016-03-231-0/+1
| | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at
* - Update to 0.23-1tota2016-03-222-3/+3
|
* Change header installation location for kdelibs4-based ports.rakuco2016-03-154-78/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Switch to USES=sqlite:3.rakuco2016-03-151-2/+1
|
* These ports do not build with PHP 7.0, make them as such.mat2016-03-141-0/+2
| | | | | | Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight
* Update to 1.2.6mat2016-03-108-29/+182
| | | | | | PR: 204195 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* finance/py-stripe: Update to 1.30.0koobs2016-03-033-12/+21
| | | | | | | | | | - 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
* Update to 2.3.25.rakuco2016-02-282-9/+14
| | | | | PR: 207427 Submitted by: ek@purplehat.org (maintainer)
* - Switch mysqli supportmiwi2016-02-281-2/+2
|
* - Switch to mysqli supportmiwi2016-02-281-1/+2
|
* - Use mysqli onlymiwi2016-02-281-1/+2
|
* - Update to 3.1.1 which fixes build with boost 1.60amdmi32016-02-263-6/+5
| | | | | PR: 207012 Approved by: maintainer timeout (woodycarey@hotmail.com, 2 weeks)
* finance/R-cran-timeSeries: update to 3022.101.2dbn2016-02-243-4/+88
| | | | | | Changes: - Include test dependencies (missing robustbase and fTrading) - Switch to explicit pkg-plist for robustness.
* finance/py-stripe: Update to 1.29.1, Modernizekoobs2016-02-233-20/+19
| | | | | | | | | | | | | | | | | | - 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
* - Update to 1.6.1.4wen2016-02-132-3/+3
|
* - Update to 1.2-9tota2016-01-242-6/+4
| | | | - Fix LICENSE
* - Update to 1.5-12tota2016-01-242-9/+9
| | | | - Fix LICENSE
* - Update to 6.7.0sunpoet2016-01-192-4/+4
| | | | | | - Add LICENSE_FILE Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
* Upgrade to 4706.vanilla2016-01-192-4/+4
| | | | | PR: 206387 Submitted by: maintainer
* Hand gnucash over to madpilot@ who has been updating it for a while now.kwm2016-01-152-2/+2
|
* - Update to 2.5.4amdmi32016-01-144-258/+10
| | | | | | | | - Switch to autoplist PR: 205330 Submitted by: amdmi3 Approved by: kyuupichan@gmail.com (maintainer)
* Update to 2.6.11madpilot2016-01-146-6/+50
| | | | Approved by: kwm (gnome, implicit)
* - Add NO_ARCHamdmi32016-01-141-0/+1
|
* - Update to 3.23sunpoet2016-01-132-5/+9
| | | | | | | | - Add LICENSE - Add BUILD_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Business-OnlinePayment-AuthorizeNet/Changes
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-133-3/+3
| | | | Approved by: portmgr blanket
* Hand over maintainership back to ports@ for ports which i'm not using myself ↵decke2016-01-121-1/+1
| | | | anymore.
* - Update to 2.21.0decke2016-01-123-35/+30
|
* - Update to 1.1.42miwi2016-01-112-3/+3
| | | | | PR: 206124 Submitted by: maintainer
* Use pathfixjhale2016-01-071-3/+1
|
* - Update devel/gwenhywfar* to 4.14.0jhale2016-01-014-149/+203
| | | | - Update finance/aqbanking to 5.5.1
* - Update finance/libalkimia to 5.0.0 [1]jhale2015-12-307-16/+53
| | | | | | | - Update finance/kmymoney-kde4 to 4.7.2 [2] PR: 205591 [1], 205590 [2] Submitted by: rakuco
* Fix MASTER_SITES and unmark broken.rakuco2015-12-291-3/+1
|
* Fix MASTER_SITES and unmark broken.rakuco2015-12-291-3/+1
|
* Reassign perl modules from ports@ to the perl@ collective.adamw2015-12-271-1/+1
|
* - Update finance/gnucash to 2.6.10madpilot2015-12-236-7/+31
| | | | | | - Update finance/gnucash-docs to 2.6.10 Approved by: kwm (gnome, implicit)
* - Fix fetchamdmi32015-12-221-2/+2
| | | | | | | PR: 205330 Submitted by: amdmi3 Approved by: portmgr blanket MFH: 2015Q4
* Update to 1.12.5.rakuco2015-12-193-4/+10
| | | | This is the latest KDE4-based release.
* - Update to 1.6.1.3wen2015-12-162-3/+3
|
* - Move ftp/py-curl to ftp/py-pycurlsunpoet2015-12-131-1/+2
| | | | - Bump PORTREVISION for dependent ports
* Mark as broken: does not fetchbapt2015-12-131-0/+1
|
* Switch to options helperpawel2015-12-121-1/+1
|
* - Update to 1.1.38miwi2015-12-102-3/+3
| | | | | | | PR: 205077 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4460
* - Add LICENSEamdmi32015-12-091-0/+4
| | | | - Add NO_ARCH
* - Update to 3.04sunpoet2015-12-052-3/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Business-OnlinePayment/Changes
* - Add LICENSE_FILEamdmi32015-12-041-0/+3
| | | | - Switch to options helpers
* Python native client for the obelisk blockchain server.amdmi32015-12-034-0/+30
| | | | | | | WWW: https://github.com/darkwallet/python-obelisk PR: 201392 Submitted by: yuri@rawbw.com
* Python library for Bitcoin signatures and transactionsamdmi32015-12-034-0/+26
| | | | | | | WWW: https://github.com/vbuterin/pybitcointools PR: 201393 Submitted by: yuri@rawbw.com
* Functions, data sets, examples, demos, and vignettes for the bookwen2015-12-024-0/+31
| | | | | | | | Christian Kleiber and Achim Zeileis (2008), Applied Econometrics with R, Springer-Verlag, New York. ISBN 978-0-387-77316-2. (See the vignette for a package overview.) WWW: http://cran.r-project.org/web/packages/AER/
* Remove expired ports:rene2015-11-2910-241/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-11-26 audio/pecl-id3: Broken for more than 6 months 2015-11-26 dns/geta: Broken for more than 6 months 2015-11-26 finance/openerp-web: Broken for more than 6 months 2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream 2015-11-26 chinese/kon2: Depends on expiring chinese/cce 2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi 2015-11-26 archivers/wzip: Broken for more than 6 months 2015-11-26 databases/sybtcl: Broken for more than 6 months 2015-11-26 biology/povchem: Broken for more than 6 months 2015-11-26 audio/btc: Broken for more than 6 months 2015-11-26 astro/wmglobe: Broken for more than 6 months 2015-11-26 graphics/pyro: Broken for more than 6 months 2015-11-26 graphics/jpeg2ps: Broken for more than 6 months 2015-11-26 chinese/gugod-clean: Broken for more than 6 months 2015-11-26 comms/bforce: Broken for more than 6 months 2015-11-26 cad/geda-docs: Broken for more than 6 months 2015-11-26 chinese/cwtexttf: Broken for more than 6 months 2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months 2015-11-26 astro/sky2000: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months 2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months 2015-11-26 chinese/bg5ps: Broken for more than 6 months 2015-11-26 deskutils/x-tile: Broken for more than 6 months 2015-11-26 graphics/pure-gl: Broken for more than 6 months 2015-11-26 audio/dvda-author: Broken for more than 6 months 2015-11-26 chinese/oxim: Broken for more than 6 months 2015-11-26 editors/spe: Broken for more than 6 months 2015-11-26 audio/mpdscribble: Broken for more than 6 months 2015-11-26 cad/geda-symcheck: Broken for more than 6 months 2015-11-26 audio/linux-fmodapi: Broken for more than 6 months 2015-11-26 audio/pure-audio: Broken for more than 6 months 2015-11-26 editors/bpatch: Broken for more than 6 months 2015-11-26 benchmarks/geekbench: Broken for more than 6 months 2015-11-26 graphics/icoconvert: Broken for more than 6 months 2015-11-26 cad/geda-utils: Broken for more than 6 months 2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months 2015-11-26 graphics/sketch: Broken for more than 6 months 2015-11-26 ftp/spegla: Broken for more than 6 months 2015-11-26 graphics/clutter-box2d: Broken for more than 6 months 2015-11-26 audio/scmpc: Broken for more than 6 months 2015-11-26 ftp/gnusget: Broken for more than 6 months 2015-11-26 comms/gpsk31: Broken for more than 6 months 2015-11-26 cad/geda-gschem: Broken for more than 6 months 2015-11-26 audio/ampache: Broken for more than 6 months 2015-11-26 cad/slffea: Broken for more than 6 months 2015-11-26 audio/cripple: Broken for more than 6 months 2015-11-26 cad/geda-gattrib: Broken for more than 6 months 2015-11-26 cad/findhier: Broken for more than 6 months 2015-11-26 biology/njplot: Broken for more than 6 months 2015-11-26 audio/wmmp: Broken for more than 6 months 2015-11-26 x11/avant-window-navigator: Broken for more than 6 months 2015-11-26 cad/geda-netlist: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months 2015-11-26 biology/ortep3: Broken for more than 6 months 2015-11-26 astro/aa: Broken for more than 6 months 2015-11-26 french/belote: Broken for more than 6 months 2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months 2015-11-26 cad/geda-examples: Broken for more than 6 months 2015-11-26 editors/yasnippet: Broken for more than 6 months 2015-11-26 audio/musica: Broken for more than 6 months 2015-11-26 graphics/rubyphoto: Broken for more than 6 months 2015-11-26 german/bsdpaste: Broken for more than 6 months 2015-11-26 audio/amrcoder: Broken for more than 6 months 2015-11-26 sysutils/bashburn: Broken for more than 6 months 2015-11-26 editors/e93: Broken for more than 6 months 2015-11-26 audio/tepsonic: Broken for more than 6 months 2015-11-26 astro/ephem: Broken for more than 6 months 2015-11-26 chinese/cce: Broken for more than 6 months 2015-11-26 graphics/qcread: Broken for more than 6 months 2015-11-26 databases/py-sqlkit: Broken for more than 6 months 2015-11-26 databases/usogres: Broken for more than 6 months 2015-11-26 cad/libgeda: Broken for more than 6 months 2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months 2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months 2015-11-26 deskutils/mrundlg: Broken for more than 6 months 2015-11-26 databases/erlang-mysql: Broken for more than 6 months 2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months 2015-11-26 deskutils/akamaru: Broken for more than 6 months 2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months 2015-11-26 astro/dgpsip: Broken for more than 6 months 2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months 2015-11-26 audio/cymbaline: Broken for more than 6 months 2015-11-26 french/dico: Broken for more than 6 months 2015-11-26 comms/qpage: Broken for more than 6 months 2015-11-26 audio/sonice: Broken for more than 6 months 2015-11-26 cad/geda-symbols: Broken for more than 6 months 2015-11-26 databases/java-mybatis: Broken for more than 6 months 2015-11-26 databases/openbase-jdbc: Broken for more than 6 months 2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25 2015-11-28 www/R-cran-Rpad: Unmaintained upstream
* finance/p5-Business-Stripe: update 0.04 -> 0.05robak2015-11-272-7/+4
| | | | | | | - Reset maintainership upon maintainer's request PR: 204678 Submitted by: Vick Khera <vivek@khera.org> (maintainer)
* - Use real PORTVERSIONsunpoet2015-11-152-4/+6
| | | | | | - Add LICENSE - Add NO_ARCH - Sort PLIST
* - Add LICENSE_FILEamdmi32015-11-141-9/+6
| | | | | - Simplify newer gcc requirement - Switch to options helpers
* finance/bitcoin-armory: update 0.93.2 -> 0.93.3junovitch2015-11-133-3/+4
| | | | | PR: 204315 Submitted by: yuri@rawbw.com (maintainer)
* finance/ledger: Convert to USES=libeditmarino2015-11-111-2/+1
| | | | Approved by: infrastructure modernization
* Mark a few ports BROKEN: unfetchableantoine2015-11-092-0/+4
|
* - Move devel/py-parsing to devel/py-pyparsingsunpoet2015-11-051-2/+2
| | | | | | - Change MASTER_SITES to CHEESESHOP - Remove DISTNAME - While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
* Update to version 5.0.6pawel2015-10-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | Changelog: * bugfix: #1504514 next Previous buttons not translated when importing ofx file * bugfix: #1504359 assignment with same name should not be possible * bugfix: #1503682 app crash opening a file from previous version * bugfix: #1502997 || input in split should not be possible * bugfix: #1502496 auto assignment don't set payee on split txn * bugfix: #1502444 auto assignment can mark untouched txn as changed * bugfix: #1502034 translate homebank.appdata.xml * bugfix: #1501968 splits without category are lost during QIF import * bugfix: #1501962 statistics report crashes HomeBank after adding a new tag * bugfix: #1501144 auto assignment changes split category when only payee is defined in assignment definition * bugfix: #1501138 wrong number of txns in pop-up after auto assignment * bugfix: #1501129 auto assignment dialog not active when no category defined * bugfix: #1501098 litre symbol is not translatable * bugfix: #1500043 remove period from short description * bugfix: #1498622 translation: add developer note to FI Fee * bugfix: #1497630 translation: typing errors * bugfix: #1497521 txn dialog +/- button reset amount to 0
* - Update to 1.35sunpoet2015-10-272-3/+3
|
* - Update to 1.6.1.1 and unbreakwen2015-10-262-5/+4
| | | | - Add missing PHP module
* Deprecate ports broken for more than 6 monthsantoine2015-10-261-0/+2
|
* Mark as broken: does not fetchbapt2015-10-241-0/+1
|
* finance/bitcoin-armory: update 0.92.3 -> 0.93.2junovitch2015-10-2413-73/+111
| | | | | | | | | | | | | | - Update PORTVERSION, distinfo, pkg-plist, and patches for 0.93.2 - Remove "Implementation of" word fluff from COMMENT - Add missing run-dep on bitcoin daemon - USES: Add compiler:c++11-lang and compiler:c++11-lib - USES: Restrict to python:2 - Remove USE_GCC, set and pass CXXFLAGS - Mark BROKEN on FreeBSD 9 due upstream issues with atomic ops on FreeBSD - Use INSTALL_ICONS and install several during post-stage PR: 199490 Submitted by: yuri@rawbw.com (maintainer)
* finance/moneymanagerx: Upgrade version 0.9.9.0 => 1.0.0.0marino2015-10-104-103/+85
| | | | | | | | | | | | | | The PR was modified. The PORTDATA change was not accepted. The rewrapping of pkg-descr from 75 to 72 character width was not accepted. USE_AUTOTOOLS did get added and I kept it because I couldn't make USES=autoreconf work out of the box. It's needs some customization and I'm not familar enough with automake to get it to work, so check-sanity squawks but it passes the build. While here, add a patch to support DragonFly PR: 199228 Submitted by: ports fury
* - Add NO_ARCHsunpoet2015-10-091-0/+1
|
* Update to 2.6.9madpilot2015-10-085-7/+34
| | | | Approved by: kwm (gnome, implicit)
* - Update gnucash and gnucash-docs to 2.6.8madpilot2015-09-306-7/+76
| | | | | | - Add NO_ARCH to gnucash-docs Approved by: kwm (gnome, implicit)
* Update to version 5.0.5pawel2015-09-232-3/+3
| | | | | Changelog: * bugfix: revert back fix for #1464961 inconsistency in internal xfer
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-09-192-23/+23
| | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
* - Add missing dependswen2015-09-171-2/+4
| | | | | | PR: 201897 Submitted by: andrew.hotlab@hotmail.com Approved by: maintainer(timeout, >50 days)
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-171-1/+1
| | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop
* Update to version 5.0.4pawel2015-09-163-3/+4
| | | | | | | | | | | | | | | | | | | Changelog: * change: win32: upgraded to gtk+ 3.16 * change: amount toggle sign button changed from text button to entry icon * change: added/changed transaction are always showed by default filter * bugfix: #1492634 using memo filter does not list memos in split catagories * bugfix: #1475969 no help file. F1 does nothing. Windows 10 * bugfix: #1473717 year on statistics is preset to 1900 instead of e.g. current year * bugfix: #1464961 inconsistency in internal xfer * bugfix: #1391506 win32: (gtk3.6.4 bug) Dropdown list appear on the wrong Screen (dualscreen) * wish : #1469424 bank Account window should remember user column arrangement * wish : #1338052 add option to show x days future ledger txn * wish : #1330156 in the ledger, a way to identify graphically the past from the future.
* Make it so that the default Perl is always called perl5.mat2015-09-142-2/+2
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* This needs perl as both build and run dependencyamdmi32015-09-121-1/+2
| | | | | | | | - It installs perl scripts into DATADIR - Unless perl is available at buildtime it'll use incorrect shebangs for these scripts Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Update to 1.34culot2015-09-112-4/+4
| | | | - Fix LICENSE
* finance/py-stripe: Update to 1.25.0koobs2015-09-063-12/+27
| | | | | | | | | | | | | | | | | | | | | - Update to 1.25.0 - Switch to CHEESEHOP for distribution files (Geo-aware CDN) - Canonicalize COMMENT (According to setup.py:description=) - Switch to requests (2.x) - Add TESTS option - Update TEST_DEPENDS values and assignment - Replace post-patch with a patch, submitted upstream [1] - Use PYDISTUTILS_SETUP to ensure its setuptools wrapped - Run pycurl tests that are disabled by default with this weird reverse logic bit of code, issue created upstream [2] if not os.environ.get('SKIP_PYCURL_TESTS'): self.skipTest('Pycurl skipped as SKIP_PYCURL_TESTS is set' [1] https://github.com/stripe/stripe-python/pull/170 [2] https://github.com/stripe/stripe-python/issues/172 QA: Ran 195 tests in 44.446s OK (skipped=9)
* finance/py-stripe: Take MAINTAINER'shipkoobs2015-09-061-1/+1
|
* - Clarify LICENSEamdmi32015-09-022-6/+5
| | | | | | | | - Add LICENSE_FILE - Pet portlint - Switch to @sample Approved by: portmgr blanket
* - Fix shebangsamdmi32015-09-011-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Switch to options helpersamdmi32015-08-271-7/+2
| | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket
* - update to 0.25leeym2015-08-263-5/+4
| | | | Changes: http://cpansearch.perl.org/src/EDD/Finance-YahooQuote-0.25/CHANGES
* - Update to 1.38sunpoet2015-08-243-5/+7
| | | | Changes: http://search.cpan.org/dist/Finance-Quote/Changes
* - Add NO_ARCHamdmi32015-08-191-1/+2
|
* - Add NO_ARCHamdmi32015-08-191-1/+2
|
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | <trevor@bitba.se>: Host or domain name not found. Name service error for name=bitba.se type=AAAA: Host not found Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | <borja@pexego.es>: host mail.pexego.es[188.165.242.77] said: 550 5.1.1 <borja@pexego.es>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-2/+0
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* - Update to 1.24sunpoet2015-08-143-5/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
* Remove expired tryton 2.4 portsrm2015-08-05185-2116/+0
| | | | | This tryton branch no more supported upstream, and user should switch to tryton 2.8, until 3.x will be available in ports tree.
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-033-3/+3
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-301-1/+0
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* - Update to 0.9.34wen2015-07-292-4/+3
|
* - Fix shebangsamdmi32015-07-291-1/+5
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Update to 6.6.1sunpoet2015-07-282-3/+3
| | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md https://github.com/RubyMoney/money/commits/master
* - Update to 0.4-5tota2015-07-252-3/+3
|
* - Update to 1.33sunpoet2015-07-252-3/+3
|
* - Update to 1.32sunpoet2015-07-242-4/+4
| | | | - Add NO_ARCH
* - Update to 6.6.0sunpoet2015-07-172-3/+3
| | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md https://github.com/RubyMoney/money/commits/master
* - Update to 0.23-0tota2015-07-122-4/+3
|
* Update tryton 2.4 suite to it's ultimate versionsrm2015-07-0585-100/+255
| | | | | | | | | | Tryton 2.4 is no longer supported by the upstream project. Users are encouraged to upgrade to a newer version as soon as possible (we have tryton 2.8 in ports). So update this ports to it's ultimate versions and mark it deprecated. Set expiration date to 2015-08-05. PR: 197935 Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-031-0/+2
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* - Update gnucash and gnucash-docs to 2.6.7madpilot2015-07-015-6/+7
| | | | Approved by: kwm (gnome, implicit)
* - Update to 2.3.2amdmi32015-07-013-3/+7
| | | | | | PR: 201126 Submitted by: amdmi3 Approved by: kyuupichan@gmail.com (maintainer)
* - Update to 1.2wen2015-06-202-6/+5
| | | | | | | | - Pass maintainership to submitter PR: 199282 Submitted by: chian.jin@gmail.com Approved by: maintainer(timeout, >2 months)
* net/py-ldap2: rename to py-ldaprm2015-06-192-4/+4
| | | | To better match upstream name
* - Strip binaryamdmi32015-06-181-1/+4
|
* - Add NO_ARCHamdmi32015-06-171-8/+10
| | | | | | - Fix shebangs - Simplify patching - Unsilence installation
* - Update to 1.5-2tota2015-06-132-4/+3
|
* Update to version 5.0.3pawel2015-06-123-3/+5
| | | | | | | | | | | | | | | * change: win32: upgraded to libofx 0.9.9 again * wish : #1460370 internal xfer credit should display from account * wish : #1444792 wish: button to expand/collapse all in "Manage Categories" * wish : #1429413 wish: thinking of icon credit vs debit card * wish : #1416957 wish: add ability to modify transaction when posting from template * bugfix: #1460390 Dont work: "Save file as". If I change the file name, it does not change. * bugfix: #1434972 (libofx 0.8.3 bug) win32 : some OFX files leads to crash * bugfix: #1424660 (libofx 0.8.3 bug) win32: memo field truncated * bugfix: #1080093 (libofx bug 39) OFX imports incorrect date
* - Update to 1.5-1tota2015-06-113-6/+6
| | | | | - Change LICENSE from GPLv2 to GPLv2 or GPLv3 - Replace tab with a single space after WWW: in pkg-descr
* - Update to 0.4-4tota2015-06-102-9/+3
|
* - Add NO_ARCHamdmi32015-06-101-1/+5
| | | | | | - Fix shebangs MFH: 2015Q2 (blanket)
* - Fix shebangsamdmi32015-05-311-1/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* - Fix shebangsamdmi32015-05-301-2/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* - Update to 6.5.1sunpoet2015-05-262-3/+3
| | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
* - Update to 1.23sunpoet2015-05-232-3/+3
| | | | Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
* finance/frontaccounting: Upgrade version 2.3.22 => 2.3.24marino2015-05-213-143/+21
| | | | | | | | | | | | | | | | | | | | | | | The version update was done because the port had to address missing PHP modules anyway. Why here: * Add the missing hash, ctype, zlib modules * leverage new options framework to simply options handling * implement NLS option (was listed, but not implemented) * explicitly list DOCS option (implemented but unselectable) * Rename MYSQL option to MYSQL_SERVER because MySQL client is installed unconditionally so the option name was misleading * Unsuppress install commands * Wrap compound commands in parentheses for multijob support * Wrap to 80 columns * Remove bogus post-install cat pkgmessage target * Remove 120 bogus @dir lines introduced in [2] PR: 200265 PR: 194255 [2] Reported by: marino Initial fix: maintainer (ek - purplehat.org) rest of fixes: marino
* Unbreak finance/gnucash build with GUILE2 option.truckman2015-05-211-1/+1
| | | | | | | | Removal of the /usr/bin/perl symlink exposed a perl script used by the build that needs shebangfix. PR: 200251 Approved by: mat (mentor, implicit)
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-192-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 4.12.3wen2015-05-182-3/+3
|
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Move p5- ports from ports@ to perl@.mat2015-05-111-1/+1
| | | | | With hat: perl@ Sponsored by: Absolight
* finance/sql-ledger: Update version 3.0.6=>3.0.8bofh2015-05-103-2989/+3085
| | | | | - Update MASTER_SITES as two of the mentioned mirrors do not resolve - Migrate Makefile ${CHMOD} to pkg-plist
* - Add CPE infoamdmi32015-05-091-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-091-1/+1
| | | | Approved by: portmgr blanket
* Update to version 5.0.2pawel2015-05-082-3/+3
| | | | | | | | | | | | Changelog: * bugfix: #1448549 importing CSV files automatically creates 3 new accounts * bugfix: #1443782 date filter From/To fields not working in Trend time and Balance reports * bugfix: #1443048 saving cut file name after a dot * bugfix: #1443047 budget amount is wrong (seems twice) * bugfix: #1429414 calendar widget can't be dismissed by clicking on the arrow or text entry
* Update ports in the [ef]* categories to not use GH_COMMIT.mat2015-05-066-15/+9
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Update to 2.1.1wen2015-05-054-20/+21
| | | | | PR: 199679 Submitted by: kyuupichan@gmail.com(maintainer)
* finance/electrum: Unbreak on DragonFly (staging)marino2015-04-281-2/+4
| | | | | | | | | Since the setup.py patch would never get sent upstream anyway, I modified the patch to install the desktop icons on every platform that ports supports unconditionally rather than check the OSNAME against a list. Issue was introduced on last commit Approved by: blanket (restore DF functionality)
* - Simplify MASTER_SITESamdmi32015-04-231-3/+2
| | | | | | - Add CPE info Approved by: portmgr blanket
* - Update to 1.22sunpoet2015-04-232-3/+3
| | | | Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
* - Update to 2.0.4amdmi32015-04-225-124/+169
| | | | | PR: 198575 Submitted by: kyuupichan@gmail.com (maintainer)
* converters/libiconv:tijl2015-04-151-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to version 5.0.1pawel2015-04-153-9/+27
| | | | | | - Use LDFLAGS for linker flags Chamgelog: http://homebank.free.fr/ChangeLog
* - Add CPE infoamdmi32015-04-141-1/+1
| | | | Approved by: portmgr blanket
* - Update to 2.6.6madpilot2015-04-114-12/+158
| | | | | | | | | | - Fix build when GUILE2 option is enabled - Rework compiler:c++11-lib definition to fix build problems PR: 196704 [2], 197189 [1] Submitted by: Lawrence Chen <beastie@tardisi.com> [2] Submitted by: Don Lewis <truckman@FreeBSD.org> [1] Approved by: kwm (gnome, implicit)
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-091-4/+2
| | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
* Mark BROKEN: No public distfilesantoine2015-04-051-0/+2
|
* Upgrade to 1.57.vanilla2015-03-262-4/+4
| | | | | PR: 198871 Submitted by: maintainer
* finance/php-tclink: Confirmed functional for all PHP versionsmarino2015-03-241-4/+1
| | | | | | | | The maintainer confirmed that the limitation of tclink to php 5.3 was an error and that it functions on all supported versions of PHP. As a result, the port's deprecation tag has been removed. PR: 198778
* finance/R-cran-timeSeries: update to 3012.99.dbn2015-03-232-3/+3
| | | | No changes logged.
* finance/R-cran-tseries: update to 0.10-34.dbn2015-03-232-4/+3
| | | | | | | | | | Changes to version 0.10-34: * R/finance.R (get.hist.quote): Fix problems with new oanda format reported by Bert Tijhuis <bert.tijhuis@xs4all.nl>. Changes to version 0.10-33: * R/finance.R: Change get.hist.quote() to use new oanda URL and file format.
* php53 and fallout: Deprecate, set removal for 15 APR 2015marino2015-03-221-1/+4
| | | | | | | | | | | | | | | | | | | | The PHP developers stopped providing security patches for the 5.3 branch on 14 August 2014. They "strongly urge" to upgrade to current versions "as using older versions may expose you to security vulnerabilities and bugs that have been fixed in more recent versions" of PHP. The PHP53 branch was released from maintainership today, so it's being deprecated with removal set for 15 April 2015. There were only 8 ports limited to php53, six of which were pecl- ports. These ports must be upgraded to use a later version of php (5.6 is recommended) soon, or they will be removed with php53. Note that all 8 ports incorrectly set the PHP_DEFAULT_VERSION, so this was changed to use IGNORE_WITH_PHP instead while here. PR: 198150
* finance/libobx: Fix numerous issuesmarino2015-03-204-19/+18
| | | | | | | | | | | | | | | | | | | I came to fix only one problem with libofx, but when it failed to pass stage-QA checks, I found others. 1) CXXFLAGS not propagated (PHB 12.9) due to bug in configure (blanket) 2) DragonFly iconv support (blanket, taken from DPorts) 3) DOXYGEN option was no implemented * --disable-doxygen was set rather than DOXYGEN_CONFIGURE_ENABLE * DOXYGEN_BUILD_DEPENDS was not set 4) disable doxygen setting, html documentation got installed unconditionally, but this was not reflected in plist I decided that --disable-doxygen was the correct option because html files were already provided an installed, so the DOXYGEN option was removed. I used PORTDOCS to fix the pkg-plist. This port passes stage-QA now. Approved by: blanket and just-fix-it
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-201-1/+1
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* - Add LICENSEdecke2015-03-172-1/+3
| | | | - Pet portlint (WWW)
* - Update to 2.15.2decke2015-03-173-45/+49
|
* Clean up the rest of the perl@ Makefiles a bit.adamw2015-03-143-15/+6
| | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
* finance/tryton28: version updaterm2015-03-0880-200/+160
| | | | | | | | * update tryton 2.8 stack to latest versions * utilize CHEESESHOP macro in MASTER_SITES, while here PR: 197870 Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
* - Update to 4.12.2wen2015-03-072-3/+3
|
* - Update to 1.6.0.14wen2015-03-072-3/+3
|
* - Add PORTSCOUTsunpoet2015-03-071-0/+2
|
* Remove expired ports:rene2015-03-018-278/+0
| | | | | | | | | | | | | 2015-02-28 finance/openerp-server: Broken for more than 6 months 2015-02-28 graphics/p5-Geo-KML 2015-02-28 mail/postfix-tls: TLS is now a default for postfix / postfix-current 2015-02-28 net/spserver: Broken for more than 6 months 2015-02-28 net/xrdesktop: Unmaintained upstream - please use net/xrdesktop2 instead 2015-02-28 www/mediawiki122: Deprecated by upstream, use www/mediawiki12{3,4} instead 2015-02-28 www/mod_cplusplus: written for apache 2.0, no longer maintained upstream 2015-02-28 www/py-django15: not supported by upstream math/isabelle and ports-mgmt/porteasy have pending updates, so preserve them.
* - Update to 4.7.1jhale2015-02-266-103/+169
| | | | - Update WWW
* - Remove deprecated USE_KDE4=kdehiermakc2015-02-201-1/+1
| | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option
* - Add LICENSEsunpoet2015-02-191-0/+3
|
* - Update to 1.37sunpoet2015-02-192-6/+5
| | | | Changes: http://search.cpan.org/dist/Finance-Quote/Changes
* - Update to 3.1madpilot2015-02-134-66/+66
| | | | | | | | - Get distribution from github PR: 186518 Submitted by: chmiels@o2.pl Approved by: Maintainer timeout
* Update to version 5.0.0pawel2015-02-123-99/+76
| | | | | | | | | What's new: - migrated to GTK+ 3 - new reworked icon set - new stack chart for budget report - added a file statistics dialog - import process reworked and refactored to ease import
* Deprecate ports broken for more than 6 monthsantoine2015-01-301-0/+2
|
* Update finance/timeDate to 3012.100.dbn2015-01-292-3/+3
| | | | | Only change is 1 extra comment (and old version is no longer availble in via the CRAN mirrors).
* - Upstream rerolled tarballtota2015-01-253-13/+68
| | | | | | * Updated DESCRIPTION file - Update the patch to make fetchable more than 50 records because web page layout was changed in January 2015
* Switch some dependencies from a directory name or a file generated by ↵antoine2015-01-241-4/+4
| | | | | | pkg-install to a package name, as the former can't be attributed to a package
* Python module to retrieve stock quote data from Yahoo Financeskreuzer2015-01-204-0/+24
| | | | WWW: https://github.com/cgoldberg/ystockquote
* - Update to 1.6.0.11wen2015-01-203-7/+17
| | | | - Update pkg-message
* - Update to 1.56wen2015-01-172-5/+6
| | | | | | | Changes: http://search.cpan.org/src/MAXMIND/Business-MaxMind-1.56/Changes PR: 196779 Submitted by: vivek@khera.org(maintainer)
* Properly depend on mysql server.ale2015-01-161-1/+1
|
* - Cosmetic changesunpoet2015-01-131-6/+1
|
* - Update to 3.03sunpoet2015-01-132-9/+5
| | | | | | - Fix *_DEPENDS: Crypt::SSLeay, Net::SSLeay and URI were replaced by Net::HTTPS::Any since 3.01 Changes: http://search.cpan.org/dist/Business-OnlinePayment/Changes
* Update to 1.21.tobez2015-01-103-6/+3
|
* - Update to 4.11.5wen2015-01-102-3/+3
|
* Allow building with libc++ r224926antoine2015-01-102-0/+22
| | | | | PR: ports/196625 Submitted by: dim@
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...mva2015-01-031-1/+1
| | | | With hat: python@
* - Add LICENSEsunpoet2015-01-022-4/+9
| | | | | | - Sort *_DEPENDS - Add PORTSCOUT - Sort PLIST
* Fix the build on 9.x and 8.x after the update of webkit-gtk2.kwm2014-12-311-0/+5
|
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-244-4/+4
| | | | Approved by: bapt
* Update to 2.6.5madpilot2014-12-225-85/+95
| | | | Approved by: kwm (gnome, implicit)
* Get rid of gnomehierbapt2014-12-212-2/+4
|
* Cleanup plistbapt2014-12-211-1/+0
|
* - Update to version 0.92.3 [1]pawel2014-12-072-6/+10
| | | | | | | | - Upstream switched to github [1] - Remove leading article from COMMENT PR: 194753 [1] Submitted by: maintainer [1]
* Update finance/R-cran-fBasics to 3011.87.dbn2014-12-052-4/+3
| | | | No change log available.
* - Update to 1.48jhale2014-12-013-5/+5
|
* Update to 1.10.0.rakuco2014-12-013-5/+58
|
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-302-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2684-66/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Cleanup plistantoine2014-11-132-3/+3
|
* - Update to 1.6.0.9wen2014-11-082-4/+3
|
* Update finance/R-cran-timeSeries to 3011.98dbn2014-11-012-4/+3
| | | | | | | ChangeLog: * vignette 'plotting timeSeries objects' added * DESCRIPTION, required packages added * Refcard PDF added to doc directory
* Update finance/R-cran-timeDate to 3011.99.dbn2014-11-012-4/+3
| | | | | | | ChangeLog (not updated): * Add "Roxygen Tags" * Change whitespacing on all files * Use auto-generated for NAMESPACE file.
* Cleanup plistbapt2014-10-2760-546/+1
|
* finance/libstocks: Remove --mmap switch from grep commandmarino2014-10-231-1/+1
| | | | | | | | This is a GNU grep specific switch that was disabled in March 2010 (~version 2.6) and finally removed in version 2.17 (Feb 2014). It's still supported in the base grep, but the man page talks about possible core dumps. DragonFly has grep v2.20 in base now and the port stopped building. Just remove the deprecated/EOL'd option.
* - Convert finance/ to new USES=pythonmva2014-10-21130-395/+260
| | | | Approved by: portmgr (implicit)
* finance/skrooge and devel/kdevplatform:makc2014-10-191-3/+3
| | | | | - Chase devel/grantlee update - remove deprecated USE_KDE4=kdehier
* finance/frontaccounting: upgrade to 2.3.22xmj2014-10-183-123/+125
| | | | | | | | | | | | | - Upgrade to 2.3.22 - Depend on Apache 2.2 or later. - Add dependency on mod_php5 or CGI when used with Apache - Add NLS option - (re-)assign maintainer to ek@purplehat.org PR: 194255 Differential Revision: https://reviews.freebsd.org/D964 Submitted by: ek@purplehat.org Approved by: swills (mentor)
* - Fix various distinfo errorsak2014-10-161-1/+0
| | | | | | | | | - Remove unused USE_* knobs - Fix typos in USE_* knobs - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D911
* Remove @dirrm's from my ports plistspawel2014-10-141-16/+0
|
* - Update to 0.4-2tota2014-10-132-7/+7
| | | | - Fix typo
* - Allow staging as a regular userantoine2014-10-122-57/+60
| | | | - Bump portrevision as some files were not packaged with intended owner
* - Update to 4.11.4wen2014-10-124-1770/+16
| | | | | - Add LICENSE - Pet portlint
* - Allow staging as a regular userantoine2014-10-092-72/+75
| | | | - Bump portrevision as files were not packaged with intended owner
* - Fix gnucash configure script to accept guile 1.8madpilot2014-10-052-3/+23
| | | | | | | - Add options to gnucash port to choose which guile version to use - Remove superceded UPDATING entry Approved by: kwm (gnome, implicit)
* - Update to 0.4-1tota2014-10-052-6/+10
| | | | | - Fix RUN_DEPENDS - Optionize R-cran-Defaults
* Do not depend on both py-imaging and py-pillow (via py-reportlab2)antoine2014-10-051-1/+1
| | | | No bump as the port is broken
* Convert to USES=pearbapt2014-10-011-7/+2
|
* - Update gnucash and gnucash-docs to 2.6.4madpilot2014-09-306-567/+489
| | | | | | | - Remove dirrms from plist - Consistently use DATADIR in gnucash plist Approved by: kwm (gnome, implicit)
* - Update to 1.47jhale2014-09-243-4/+4
|
* - Trim @dirrm[try] from pkg-plistjhale2014-09-225-157/+0
|
* finance/rubygem-money: update to 6.3.0swills2014-09-222-3/+3
|
* Allow staging as a regularantoine2014-09-211-8/+5
| | | | Bump portrevision as files were not packaged with intended owner
* - Update to 1.4.3541tota2014-09-212-6/+6
| | | | - Update LICENSE section
* Update to version 0.22pawel2014-09-212-5/+5
| | | | | PR: ports/193535 Submitted by: milios@ccsys.com
* - Update to 0.9.10jhale2014-09-192-4/+3
|
* finance/rubygem-money: update to 6.2.0swills2014-09-152-3/+3
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1127-19/+27
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Remove non staged ports without pending PR from f*bapt2014-09-0110-353/+0
|
* Chase lang/guile shlib bump.madpilot2014-09-011-1/+1
| | | | Approved by: kwm (gnome, implicit)
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-263-7/+6
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* - Switch databases/libdbi to USES=libtool, drop .la filesamdmi32014-08-261-1/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* Stagify.vanilla2014-08-252-22/+24
|
* Stagify.vanilla2014-08-252-9/+8
|
* finance/rubygem-money: update to 6.1.1swills2014-08-242-3/+3
|
* - Import bitcoin-armory into finance,riggs2014-08-2413-0/+588
| | | | | | | | | an implementation of desktop bitcoin management system - Assign maintainership to port submitter Yuri Victorovich <yuri@rawbw.com> PR: 192367 Submitted by: Yuri Victorovich <yuri@rawbw.com> Approved by: mentors (implicit)
* - Stage supportwen2014-08-233-68/+68
| | | | | | | - Add LICENSE PR: 192792 Submitted by: tkato432@yahoo.com
* - Stagifyamdmi32014-08-232-3/+7
| | | | | PR: 192791 Submitted by: tkato432@yahoo.com
* - Switch www/libwww to USES=libtool, drop .la filesamdmi32014-08-191-1/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Update to upstream version 2.3.21riggs2014-08-174-148/+136
| | | | | | | | | - Stagify - Handle file ownerships via plist macros PR: 192602 Submitted by: Janky@purplehat.org Approved by: mentors (implicit)
* - Update to 4.6.6jhale2014-08-172-5/+5
| | | | - Add LICENSE_FILE