non port: finance/sql-ledger/Makefile |
Number of commits found: 63 |
Wednesday, 11 Jan 2023
|
09:00 Muhammad Moinur Rahman (bofh)
finance/sql-ledger: Update version 3.2.11=>3.2.12
- Update apache config file for apache 2.4 only as apache22 is defunct
now [1]
PR: 268808 [1]
Reported by: bgroper@aussiebb.com.au [1]
Relnotes:
https://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
b4696b8 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
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)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
finance: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Christopher Boumenot <boumenot@gmail.com>
* David Naylor <naylor.b.david@gmail.com>
* Dermot Tynan <dtynan@kalopa.com>
* Dorit Rottner (<rottner@punkt.de>)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Glenn Johnson <glennpj@charter.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* Janky Jay <ek@purplehat.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Reifenberger <mr@freebsd.org>
* Mikhail T. <m.tsatsenko@gmail.com>
* Mikhail Teterin
* Neil Booth
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qian Jin <eric.siroh@gmail.com>
* Ryan Steinmetz <zi@FreeBSD.org>
* Seamus Venasse <svenasse@polaris.ca>
* Sergey Skvortsov <skv@protey.ru>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Gellekum <tg@FreeBSD.org>
* Trevor Caira <trevor@bitba.se>
* Vick Khera <vivek@khera.org>
* Vivek Khera <vivek@khera.org>
* Wen Heping <wen@FreeBSD.org>
* Wen heping <wenheping@gmail.com>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* anarcat@anarcat.ath.cx
* chinsan
* courou <courou@users.sourceforge.net>
* ijliao
* lth@FreeBSD.org
* wcarey
* will
With hat: portmgr
302a061 |
Tuesday, 22 Mar 2022
|
11:32 Muhammad Moinur Rahman (bofh)
finance/sql-ledger: Update version 3.2.10=>3.2.11
Relnotes:
https://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
0f856f2 |
Friday, 2 Jul 2021
|
01:35 Muhammad Moinur Rahman (bofh)
finance/sql-ledger: Update version 3.2.9=>3.2.10
Security:
https://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
f631029 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 5 Feb 2020
|
17:28 bofh
finance/sql-ledger: Update version 3.2.8=>3.2.9
Relnotes:https://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
 |
Saturday, 3 Aug 2019
|
12:33 bofh
finance/sql-ledger: Update version 3.2.7=>3.2.8
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Friday, 4 Jan 2019
|
23:18 bofh
finance/sql-ledger: Update version 3.2.6=>3.2.7
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Sunday, 11 Mar 2018
|
18:36 brnrd
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
 |
Monday, 8 Jan 2018
|
21:25 bofh
finance/sql-ledger: Update version 3.2.5=>3.2.6
- Fix script installation as executable [1]
PR: 220545 [1]
Submitted by: frankenbox@live.com [1]
Relnotes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
 |
Thursday, 2 Nov 2017
|
21:41 olgeni
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
 |
Sunday, 4 Jun 2017
|
22:37 bofh
finance/sql-ledger: Update version 3.0.8=>3.2.5
- Reorder USES
- Mark NO_ARCH
- Move pkg-plist to TMPPLIST
PR: 219712
Submitted by: frankenbox@live.com
Relnotes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 10 May 2015
|
10:39 bofh
finance/sql-ledger: Update version 3.0.6=>3.0.8
- Update MASTER_SITES as two of the mentioned mirrors do not resolve
- Migrate Makefile ${CHMOD} to pkg-plist
 |
Wednesday, 24 Dec 2014
|
00:14 bofh
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt
 |
Sunday, 6 Apr 2014
|
05:47 sunpoet
- Update to 3.0.6
- Add LICENSE
- Support STAGEDIR
- While I'm here
- Remove leading indefinite article from COMMENT
- Do not silence installation message
- Fix PLIST to allow packaging as user
Changes: http://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
PR: 188112
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
 |
Friday, 20 Sep 2013
|
17:18 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
finance)
 |
Thursday, 12 Sep 2013
|
15:23 az
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
 |
Thursday, 25 Jul 2013
|
17:45 az
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
 |
Saturday, 11 May 2013
|
21:00 rakuco
Update to 3.0.4.
PR: ports/178496
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
 |
Saturday, 30 Jun 2012
|
14:48 az
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
 |
Wednesday, 16 May 2012
|
07:47 miwi
- Update to 3.0.2
- Pass maintainership to submitter
PR: 167421
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
 |
Saturday, 21 Jan 2012
|
17:40 eadler
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
 |
Tuesday, 12 Jan 2010
|
15:04 lth
use $SUB_FILES to dynamically adjust pkg-message
PR: ports/142515
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
 |
14:48 lth
Drop maintainership
 |
Saturday, 14 Feb 2009
|
12:46 lth
Update to 2.8.23
Changes:
- corrected version number
(from
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What%27s%20New)
 |
Wednesday, 11 Feb 2009
|
21:09 lth
Update to 2.8.22
Changes:
- fixed formatting error for recurring transactions
- make/model is now included on parts reports with invoices
- added function to assign new number
- added variable to include proper shipping address for batch printing
(from
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What%27s%20New)
 |
Wednesday, 14 Jan 2009
|
21:55 lth
Tarball rerolled after release, fixed SQL quoting error
 |
Tuesday, 13 Jan 2009
|
20:11 lth
Update to 2.8.20
Changes:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What%27s%20New
 |
Wednesday, 31 Dec 2008
|
12:08 lth
Update to 2.8.19
Changes:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Tuesday, 4 Nov 2008
|
18:31 lth
Update to 2.8.18
Changes:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Sunday, 3 Aug 2008
|
14:13 lth
Update to 2.8.17
Changes:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Tuesday, 8 Jul 2008
|
17:57 lth
Update to 2.8.16
Changes:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What%27s%20New
 |
Wednesday, 18 Jun 2008
|
19:26 lth
Update to 2.8.15
Changes:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Friday, 6 Jun 2008
|
13:27 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Tuesday, 1 Apr 2008
|
13:57 lth
Update to 2.8.14
Changes:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Saturday, 1 Mar 2008
|
15:02 lth
Update to 2.8.13
For changes, see
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Tuesday, 12 Feb 2008
|
21:03 lth
Update to 2.8.12
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Monday, 22 Oct 2007
|
18:12 lth
Update to 2.8.8
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Wednesday, 5 Sep 2007
|
17:36 lth
Update to 2.8.7
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Tuesday, 26 Jun 2007
|
12:33 lth
Unbreak, fixing MASTER_SITES.
Noticed by: pointyhat via pav
 |
07:49 pav
- Mark BROKEN: Checksum mismatch
 |
Saturday, 26 May 2007
|
19:37 lth
Update to 2.8.5
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Sunday, 25 Mar 2007
|
09:25 lth
Update to 2.6.27
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Friday, 16 Mar 2007
|
11:57 lth
Update to 2.6.26, fixing authentication bypass vulnerability
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
PR: ports/110350
Submitted by: Antoine Beaupre <anarcat@koumbit.org>
Security:
http://www.vuxml.org/freebsd/8e02441d-d39c-11db-a6da-0003476f14d3.html
 |
Monday, 5 Mar 2007
|
19:12 lth
Update to 2.6.25
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Thursday, 22 Feb 2007
|
13:10 lth
Update to 2.6.24
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Sunday, 4 Feb 2007
|
21:12 lth
Update to 2.6.23
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Tuesday, 19 Dec 2006
|
14:54 lth
Update to 2.6.22, fixing multiple vulnerabilities
PR: ports/106842
Submitted by: Antoine Beaupre <anarcat@lethe.koumbit.net>
Security:
http://www.vuxml.org/freebsd/0679deeb-8eaf-11db-abc9-0003476f14d3.html
 |
Saturday, 7 Oct 2006
|
18:17 lth
Update to 2.6.19
 |
Sunday, 30 Jul 2006
|
12:59 lth
Update to 2.6.15
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Sunday, 21 May 2006
|
13:05 lth
Update to 2.6.11
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Saturday, 22 Apr 2006
|
15:19 lth
Update to 2.6.9
For changes, see:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Saturday, 28 Jan 2006
|
17:49 lth
Update to 2.6.6
 |
Monday, 9 Jan 2006
|
17:52 lth
- Update to 2.6.4
For changes, see:
http://www.sql-ledger.com/cgi-bin/nav.pl?page=news.html&title=What's%20New
 |
Saturday, 26 Nov 2005
|
11:40 lth
- Unbreak, chase updated tarball
- Drop stale distribution server
 |
07:19 kris
BROKEN: Size mismatch
 |
Friday, 18 Nov 2005
|
18:44 lth
Update to 2.6.3
 |
Thursday, 3 Nov 2005
|
07:36 lth
Fix Perl dependency
Noticed by: pointyhat via kris
 |
Sunday, 30 Oct 2005
|
11:19 lth
Add sql-ledger 2.6.2, a double entry accounting system.
 |
Number of commits found: 63 |