Commit graph

1884 commits

Author SHA1 Message Date
Pawel Pekala
6fd363fb0c Update to version 5.0.6
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
2015-10-27 20:35:37 +00:00
Sunpoet Po-Chuan Hsieh
a73d628f30 - Update to 1.35 2015-10-27 15:51:44 +00:00
Wen Heping
afe2db8680 - Update to 1.6.1.1 and unbreak
- Add missing PHP module
2015-10-26 08:08:32 +00:00
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Baptiste Daroussin
f320151d51 Mark as broken: does not fetch 2015-10-24 15:30:08 +00:00
Jason Unovitch
0e53247ef7 finance/bitcoin-armory: update 0.92.3 -> 0.93.2
- 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)
2015-10-24 02:25:45 +00:00
John Marino
630b5a689e finance/moneymanagerx: Upgrade version 0.9.9.0 => 1.0.0.0
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
2015-10-10 13:52:43 +00:00
Sunpoet Po-Chuan Hsieh
a0125813c3 - Add NO_ARCH 2015-10-08 18:42:48 +00:00
Guido Falsi
03b2deaf05 Update to 2.6.9
Approved by:	kwm (gnome, implicit)
2015-10-08 11:28:29 +00:00
Guido Falsi
5513b0c05e - Update gnucash and gnucash-docs to 2.6.8
- Add NO_ARCH to gnucash-docs

Approved by:		kwm (gnome, implicit)
2015-09-30 10:20:48 +00:00
Pawel Pekala
7189655177 Update to version 5.0.5
Changelog:
 * bugfix: revert back fix for #1464961 inconsistency in internal xfer
2015-09-22 16:26:36 +00:00
David Chisnall
9156bf1b9e Make all GNUstep ports install into the System domain so that the Local 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
2015-09-19 10:33:34 +00:00
Wen Heping
012e79c622 - Add missing depends
PR:		201897
Submitted by:	andrew.hotlab@hotmail.com
Approved by:	maintainer(timeout, >50 days)
2015-09-17 15:49:47 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
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
2015-09-16 19:51:26 +00:00
Pawel Pekala
9a793d9ca9 Update to version 5.0.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.
2015-09-15 22:45:03 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- 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
2015-09-14 12:19:48 +00:00
Dmitry Marakasov
41c9805051 This needs perl as both build and run dependency
- 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)
2015-09-11 18:42:50 +00:00
Frederic Culot
d21a077b4e - Update to 1.34
- Fix LICENSE
2015-09-11 12:38:53 +00:00
Kubilay Kocak
aeb5f2cef4 finance/py-stripe: Update to 1.25.0
- 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)
2015-09-06 11:43:08 +00:00
Kubilay Kocak
3acded794f finance/py-stripe: Take MAINTAINER'ship 2015-09-06 10:58:41 +00:00
Dmitry Marakasov
b737fbfb09 - Clarify LICENSE
- Add LICENSE_FILE
- Pet portlint
- Switch to @sample

Approved by:	portmgr blanket
2015-09-02 00:08:57 +00:00
Dmitry Marakasov
6f220831a4 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-08-31 18:40:31 +00:00
Dmitry Marakasov
f3ace4251b - Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
2015-08-26 18:26:14 +00:00
Yen-Ming Lee
93099cb311 - update to 0.25
Changes:	http://cpansearch.perl.org/src/EDD/Finance-YahooQuote-0.25/CHANGES
2015-08-25 23:00:19 +00:00
Sunpoet Po-Chuan Hsieh
fd81dfab5a - Update to 1.38
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2015-08-23 16:39:51 +00:00
Dmitry Marakasov
194863ac88 - Add NO_ARCH 2015-08-19 14:10:55 +00:00
Dmitry Marakasov
a79bfd8a78 - Add NO_ARCH 2015-08-19 13:51:15 +00:00
Erwin Lansing
d1fb8fff89 Reset maintainer
<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
2015-08-19 07:54:01 +00:00
Erwin Lansing
dd5336d815 Reset maintainer
<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
2015-08-19 07:04:32 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
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
2015-08-17 14:20:40 +00:00
Sunpoet Po-Chuan Hsieh
cf4115470b - Update to 1.24
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Finance-QuoteHist/Changes
2015-08-13 17:34:37 +00:00
Ruslan Makhmatkhanov
65faf3322f Remove expired tryton 2.4 ports
This tryton branch no more supported upstream, and user should switch to
tryton 2.8, until 3.x will be available in ports tree.
2015-08-05 06:35:45 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
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@
2015-08-02 20:23:55 +00:00
Antoine Brodin
6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
Wen Heping
2789f3fb52 - Update to 0.9.34 2015-07-29 07:09:43 +00:00
Dmitry Marakasov
189b382713 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-28 21:38:03 +00:00
Sunpoet Po-Chuan Hsieh
6780d75b4b - Update to 6.6.1
Changes:	https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
		https://github.com/RubyMoney/money/commits/master
2015-07-28 13:21:47 +00:00
TAKATSU Tomonari
fecd80b4ed - Update to 0.4-5 2015-07-25 12:54:45 +00:00
Sunpoet Po-Chuan Hsieh
cf103d82f2 - Update to 1.33 2015-07-24 18:14:29 +00:00
Sunpoet Po-Chuan Hsieh
5ac118f8ec - Update to 1.32
- Add NO_ARCH
2015-07-24 08:59:33 +00:00
Sunpoet Po-Chuan Hsieh
e0a9585011 - Update to 6.6.0
Changes:	https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
		https://github.com/RubyMoney/money/commits/master
2015-07-17 12:24:44 +00:00
TAKATSU Tomonari
a9e2db1a0e - Update to 0.23-0 2015-07-12 10:54:03 +00:00
Ruslan Makhmatkhanov
b7a798ccde Update tryton 2.4 suite to it's ultimate versions
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)
2015-07-05 08:24:40 +00:00
Philip M. Gollucci
4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00
Guido Falsi
6a1a4094e1 - Update gnucash and gnucash-docs to 2.6.7
Approved by:	kwm (gnome, implicit)
2015-06-30 20:13:51 +00:00
Dmitry Marakasov
09bd66feaf - Update to 2.3.2
PR:		201126
Submitted by:	amdmi3
Approved by:	kyuupichan@gmail.com (maintainer)
2015-06-30 16:29:44 +00:00
Wen Heping
20cc9f899a - Update to 1.2
- Pass maintainership to submitter

PR:		199282
Submitted by:	chian.jin@gmail.com
Approved by:	maintainer(timeout, >2 months)
2015-06-20 09:39:48 +00:00
Ruslan Makhmatkhanov
75153912ea net/py-ldap2: rename to py-ldap
To better match upstream name
2015-06-18 19:56:52 +00:00
Dmitry Marakasov
9b8777cfa7 - Strip binary 2015-06-17 22:44:44 +00:00
Dmitry Marakasov
942349dc56 - Add NO_ARCH
- Fix shebangs
- Simplify patching
- Unsilence installation
2015-06-17 13:02:44 +00:00