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
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.
- 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
- 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.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)
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
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)
* 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
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