aboutsummaryrefslogtreecommitdiff
path: root/finance/aqbanking
Commit message (Collapse)AuthorAgeFilesLines
* finance/aqbanking: Update to 6.5.4Jason E. Hale2023-03-023-5/+6
|
* finance/aqbanking: Update to 6.5.3Jason E. Hale2022-11-013-6/+9
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* finance/aqbanking: Update to 6.4.1Jason E. Hale2022-02-243-7/+14
|
* finance/aqbanking: Update to 6.2.10Jason E. Hale2021-04-243-6/+6
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* finance/aqbanking: Update to 6.2.9Jason E. Hale2021-03-123-7/+8
| | | | Notes: svn path=/head/; revision=568208
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-081-0/+6
| | | | | | | | | | | | | | | | - regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine Notes: svn path=/head/; revision=560752
* finance/aqbanking: Update to 6.2.5Jason E. Hale2020-10-304-9/+10
| | | | Notes: svn path=/head/; revision=553682
* Update devel/gwenhywfar to 5.3.0 [1]Jason E. Hale2020-06-293-204/+98
| | | | | | | | | | | Update finance/aqbanking to 6.2.1 Fix gwenhywfar dependency in finance/gnucash PR: 246812 [1] Reported by: Jens Grassel <freebsd-ports@jan0sch.de> [1] Notes: svn path=/head/; revision=540811
* finance/aqbanking: Update to 5.8.2Jason E. Hale2019-12-314-23/+7
| | | | | | | | PR: 243008 Submitted by: Eric <freebsd@krausser-edv.de> Notes: svn path=/head/; revision=521662
* finance/aqbanking: Update MASTER_SITESJason E. Hale2019-12-281-1/+1
| | | | Notes: svn path=/head/; revision=521214
* Add USES={gl,gnome,mate,sdl,xorg} missed in the last roundTobias Kortkamp2019-11-141-0/+1
| | | | Notes: svn path=/head/; revision=517560
* Paypal backend was re-added in this release and was missed due to theJason E. Hale2018-04-242-6/+22
| | | | | | | | | | | | | arguments passed by EBIC_CONFIGURE_OFF. Consequently, the pkg-plist was broken when the EBICS option was enabled. Adjust the check for security/xmlsec1 so that aqbanking can be built in poudriere with the EBICS option enabled. MFH: 2018Q2 (blanket) Notes: svn path=/head/; revision=468153
* Update to 5.7.8Jason E. Hale2018-02-173-14/+17
| | | | | | | Fix LICENSE Notes: svn path=/head/; revision=462081
* Fix build with clang 6Jason E. Hale2018-01-201-0/+15
| | | | | | | | | | hbcixml.cpp:67:37: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] MYNAME " v1.99 (part of AqHBCI v"AQHBCI_VERSION_STRING")\n"\ Reported by: pkg-fallout Notes: svn path=/head/; revision=459557
* - Update WWWDmitry Marakasov2017-09-151-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=449895
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Update finance/aqbanking to 5.6.12Jason E. Hale2016-10-154-66/+20
| | | | | | | | Bump PORTREVISION on dependent ports as there is a share library version increase Notes: svn path=/head/; revision=424016
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update devel/gwenhywfar* to 4.14.0Jason E. Hale2016-01-014-149/+203
| | | | | | | - Update finance/aqbanking to 5.5.1 Notes: svn path=/head/; revision=404968
* - Trim @dirrm[try] from pkg-plistJason E. Hale2014-09-221-61/+0
| | | | Notes: svn path=/head/; revision=368901
* - Switch finance/ktoblzcheck to USES=libtool, drop .la filesDmitry Marakasov2014-07-311-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=363577
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Switch devel/gwenhywfar* to USES=libtool, drop .la filesDmitry Marakasov2014-06-241-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=359074
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-242-63/+11
| | | | | | | | | | - Add required LIBS needed after gwenhywfar switch to libtool - Fix plist for documentation Approved by: portmgr blanket Notes: svn path=/head/; revision=359073
* - Convert gmake to USESMartin Wilke2014-05-291-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355693
* - Fix pkg-plist with OPTIONS_SUBJason E. Hale2013-11-032-24/+20
| | | | | | | - Remove unneeded hack now that staging is enabled Notes: svn path=/head/; revision=332573
* - Support stagingJason E. Hale2013-11-032-31/+24
| | | | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Single space WWW line in pkg-descr Notes: svn path=/head/; revision=332569
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | finance) Notes: svn path=/head/; revision=327727
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert f* to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316339
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - Generate plist for DOXYGEN option independent of the PORTDOCS macroJason E. Hale2012-10-221-4/+7
| | | | | | | | | | to avoid problems if NOPORTDOCS is defined Approved by: makc (mentor, implicit) Feature safe: yes Notes: svn path=/head/; revision=306281
* - Update MAINTAINER to my new FreeBSD.org addressJason E. Hale2012-09-131-1/+1
| | | | | | | Approved by: makc (mentor) Notes: svn path=/head/; revision=304177
* In devel/gwenhywfar and finance/aqbanking, the documentation installed byRaphael Kubo da Costa2012-09-021-4/+5
| | | | | | | | | | | | | | | | | | | | | | doxygen is massive and shouldn't be installed by default. [1] This was the behavior prior to the last update, but while converting to OPTIONSng the logic got lost. Use the DOXYGEN option instead but we still need to check if DOCS is enabled since the PORTDOCS macro is being used to generate the plist for the documentation. Also, fix typos s/DOC/DOCS/ in devel/gwenhywfar. Bump PORTREVISION. [1] Reported by: Jan Henrik Sylvester <me@janh.de> PR: ports/171238 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=303541
* devel/gwenhywfar:Raphael Kubo da Costa2012-09-013-25/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy devel/gwenhywfar to devel/gwenhywfar-{fox16,gtk2,qt4}. - devel/gwenhywfar is now a master port and new slave ports will allow the user to install the GUI libraries separately. This will make packaging easier for finance/gnucash and finance/kmymoney-kde4. finance/aqbanking: - finance/aqbanking has been updated to 5.0.25 and includes a shlib bump, so instead of making the user rebuild twice it is included here. - Shlib bump aqbanking.33 -> aqbanking.34. - Fix LICENSE. - Convert to new OPTIONS framework. finance/gnucash: - Adjust LIB_DEPENDS for AQBANKING option so they are installed in the correct order. - Drop unneeded LICENSE_FILE. - Drop ABI version numbers from all LIB_DEPENDS (if you really want to keep them, at least keep the LIB_DEPENDS in the order I changed them to since aqbanking should be built last. Also aqbanking.33 -> aqbanking.34). - Remove BROKEN message now that the dependency problem is solved. finance/kmymoney-kde4: - Convert to new OPTIONS framework. - Drop WITH_* from PLIST_SUB. - Drop ABI version numbers from all LIB_DEPENDS. - Add USE_PKGCONFIG=build. - Remove IGNORE message now that the dependency problem is solved. Also clean up the header for the touched Makefiles. PR: ports/170492 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=303495
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Revert %%DATADIR%% changes to pkg-plists. Application is not DATADIR safeMichael Scheidell2012-05-011-154/+154
| | | | | | | | | | - No PORTREVISION bump since the defaults do not change package PR: ports/167461 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=295807
* - Update to 5.0.23Jason Helfman2012-04-143-158/+158
| | | | | | | | | | - while here use datadir in plist PR: ports/166904 Submitted by: maintainer, bsdkaffee@gmail.com Notes: svn path=/head/; revision=294803
* Update to 5.0.22Max Brazhnikov2012-02-222-4/+4
| | | | | | | | PR: ports/165261 Submitted by: Jason E. Hale (maintainer) Notes: svn path=/head/; revision=292044
* - update to 5.0.21Ruslan Makhmatkhanov2012-01-053-4/+5
| | | | | | | | PR: 163836 Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer) Notes: svn path=/head/; revision=288572
* - Update to 5.0.16Steve Wills2011-10-023-5/+6
| | | | | | | | PR: ports/160998 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=282833
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 5.0.14.Koop Mast2011-07-314-10/+22
| | | | | | | | | | | pet portlint by moving LICENSE block. Add a patch to fix symbol visibility support with cc. PR: ports/159032 Submitted by: maintainer Notes: svn path=/head/; revision=278648
* - Update to 5.0.7Wen Heping2011-06-022-7/+5
| | | | | | | | PR: ports/157511 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=274966
* - Update to 5.0.5Wen Heping2011-03-174-4/+16
| | | | | | | | | | - Remove empty file pkg-message PR: ports/155618 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=271077