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

1872 Commits

Author SHA1 Message Date
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
TAKATSU Tomonari
80a12a9156 - Update to 1.5-2 2015-06-13 08:10:17 +00:00
Pawel Pekala
e5400d0138 Update to version 5.0.3
* 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
2015-06-11 19:19:59 +00:00
TAKATSU Tomonari
ac57995e05 - Update to 1.5-1
- Change LICENSE from GPLv2 to GPLv2 or GPLv3
- Replace tab with a single space after WWW: in pkg-descr
2015-06-11 13:08:34 +00:00
TAKATSU Tomonari
65e032ec52 - Update to 0.4-4 2015-06-10 11:39:43 +00:00
Dmitry Marakasov
67e73563d8 - Add NO_ARCH
- Fix shebangs

MFH:		2015Q2 (blanket)
2015-06-09 18:58:38 +00:00
Dmitry Marakasov
1aa8e59847 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-31 13:15:13 +00:00
Dmitry Marakasov
ddbe4f0b13 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-30 12:36:13 +00:00
Sunpoet Po-Chuan Hsieh
6cf253a31c - Update to 6.5.1
Changes:	https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
2015-05-25 19:54:04 +00:00
Sunpoet Po-Chuan Hsieh
0f3d231032 - Update to 1.23
Changes:	http://search.cpan.org/dist/Finance-QuoteHist/Changes
2015-05-22 17:35:13 +00:00
John Marino
c8ce88087d finance/frontaccounting: Upgrade version 2.3.22 => 2.3.24
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
2015-05-21 10:08:46 +00:00
Don Lewis
566131de7c Unbreak finance/gnucash build with GUILE2 option.
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)
2015-05-20 21:56:42 +00:00
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00