notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: finance/gnucash-docs/Makefile

Number of commits found: 92

Monday, 1 Apr 2024
10:48 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 5.6
commit hash: 09aa5ac274e75122b74a88598f4c1be277572769 commit hash: 09aa5ac274e75122b74a88598f4c1be277572769 commit hash: 09aa5ac274e75122b74a88598f4c1be277572769 commit hash: 09aa5ac274e75122b74a88598f4c1be277572769 09aa5ac
Monday, 18 Dec 2023
11:45 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 5.5
commit hash: 4e71119d3dcdd7c11e2bcd6e2f1d8f409c039e52 commit hash: 4e71119d3dcdd7c11e2bcd6e2f1d8f409c039e52 commit hash: 4e71119d3dcdd7c11e2bcd6e2f1d8f409c039e52 commit hash: 4e71119d3dcdd7c11e2bcd6e2f1d8f409c039e52 4e71119
Monday, 25 Sep 2023
12:57 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 5.4

- Remove unneeded dependency.
commit hash: 2781931b6ffda70f3f1dc8123d06444d8a39f054 commit hash: 2781931b6ffda70f3f1dc8123d06444d8a39f054 commit hash: 2781931b6ffda70f3f1dc8123d06444d8a39f054 commit hash: 2781931b6ffda70f3f1dc8123d06444d8a39f054 2781931
Wednesday, 28 Jun 2023
12:47 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 5.2
commit hash: 8c41526a2e1e7b8b4815cef12aee6e0dc26cde85 commit hash: 8c41526a2e1e7b8b4815cef12aee6e0dc26cde85 commit hash: 8c41526a2e1e7b8b4815cef12aee6e0dc26cde85 commit hash: 8c41526a2e1e7b8b4815cef12aee6e0dc26cde85 8c41526
Monday, 1 May 2023
09:01 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 5.1
commit hash: 55b8d2025933f1072db798cea7e1faff33e0a744 commit hash: 55b8d2025933f1072db798cea7e1faff33e0a744 commit hash: 55b8d2025933f1072db798cea7e1faff33e0a744 commit hash: 55b8d2025933f1072db798cea7e1faff33e0a744 55b8d20
Monday, 27 Mar 2023
19:50 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 5.0
commit hash: 799317ff988d41c065ae70f1ce9773f16cb5c3b4 commit hash: 799317ff988d41c065ae70f1ce9773f16cb5c3b4 commit hash: 799317ff988d41c065ae70f1ce9773f16cb5c3b4 commit hash: 799317ff988d41c065ae70f1ce9773f16cb5c3b4 799317f
Monday, 19 Dec 2022
08:49 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 4.13

- Partly revert upstream commit 513747413e which causes build to fail.
commit hash: b3ee1bea524db8bffab9de7f2ae20193fc093c80 commit hash: b3ee1bea524db8bffab9de7f2ae20193fc093c80 commit hash: b3ee1bea524db8bffab9de7f2ae20193fc093c80 commit hash: b3ee1bea524db8bffab9de7f2ae20193fc093c80 b3ee1be
Monday, 26 Sep 2022
06:56 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 4.12
commit hash: c237874cd826b1b23bcf392ef0c829c57e2f9bc2 commit hash: c237874cd826b1b23bcf392ef0c829c57e2f9bc2 commit hash: c237874cd826b1b23bcf392ef0c829c57e2f9bc2 commit hash: c237874cd826b1b23bcf392ef0c829c57e2f9bc2 c237874
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: 302a0617ccedf7f1dd9a84897505dd1ed55de2d6 commit hash: 302a0617ccedf7f1dd9a84897505dd1ed55de2d6 commit hash: 302a0617ccedf7f1dd9a84897505dd1ed55de2d6 commit hash: 302a0617ccedf7f1dd9a84897505dd1ed55de2d6 302a061
Tuesday, 28 Jun 2022
08:59 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 4.11
commit hash: d2ad0015d151963efa9cdaae595d628efce38915 commit hash: d2ad0015d151963efa9cdaae595d628efce38915 commit hash: d2ad0015d151963efa9cdaae595d628efce38915 commit hash: d2ad0015d151963efa9cdaae595d628efce38915 d2ad001
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Wednesday, 30 Mar 2022
08:23 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 4.10.1
commit hash: 38302c0ae78e72d8b9f8a65a3ee9f2399e659b5c commit hash: 38302c0ae78e72d8b9f8a65a3ee9f2399e659b5c commit hash: 38302c0ae78e72d8b9f8a65a3ee9f2399e659b5c commit hash: 38302c0ae78e72d8b9f8a65a3ee9f2399e659b5c 38302c0
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Friday, 18 Mar 2022
09:01 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Fix build after ports 213dc1f95defba

Fixes:		213dc1f95defbadd689d5bdcdd04caef9778c9d3
commit hash: e472de813a9d932ec8858a327ac69f1f78fd5020 commit hash: e472de813a9d932ec8858a327ac69f1f78fd5020 commit hash: e472de813a9d932ec8858a327ac69f1f78fd5020 commit hash: e472de813a9d932ec8858a327ac69f1f78fd5020 e472de8
Tuesday, 15 Mar 2022
13:36 Baptiste Daroussin (bapt) search for other commits by this committer
cleanup: remove wrong dependency on rarian
commit hash: 213dc1f95defbadd689d5bdcdd04caef9778c9d3 commit hash: 213dc1f95defbadd689d5bdcdd04caef9778c9d3 commit hash: 213dc1f95defbadd689d5bdcdd04caef9778c9d3 commit hash: 213dc1f95defbadd689d5bdcdd04caef9778c9d3 213dc1f
Monday, 20 Dec 2021
09:03 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 4.9
commit hash: 48c32d243d7b0c3e15f2a704a82c5c318fe599b0 commit hash: 48c32d243d7b0c3e15f2a704a82c5c318fe599b0 commit hash: 48c32d243d7b0c3e15f2a704a82c5c318fe599b0 commit hash: 48c32d243d7b0c3e15f2a704a82c5c318fe599b0 48c32d2
Wednesday, 29 Sep 2021
13:58 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 4.8
commit hash: 8f7a453a352d48dd4fdbe4d9effb45bafec0903f commit hash: 8f7a453a352d48dd4fdbe4d9effb45bafec0903f commit hash: 8f7a453a352d48dd4fdbe4d9effb45bafec0903f commit hash: 8f7a453a352d48dd4fdbe4d9effb45bafec0903f 8f7a453
Monday, 27 Sep 2021
17:20 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash-docs: Update to 4.7
commit hash: b10a4cc1b8b70d7b9d23efefbabaea513a187874 commit hash: b10a4cc1b8b70d7b9d23efefbabaea513a187874 commit hash: b10a4cc1b8b70d7b9d23efefbabaea513a187874 commit hash: b10a4cc1b8b70d7b9d23efefbabaea513a187874 b10a4cc
Tuesday, 29 Jun 2021
15:18 Guido Falsi (madpilot) search for other commits by this committer
finance/gnucash(-docs): Update to 4.6
commit hash: e172318f710f0583def8c7b09aeb023c7643a60c commit hash: e172318f710f0583def8c7b09aeb023c7643a60c commit hash: e172318f710f0583def8c7b09aeb023c7643a60c commit hash: e172318f710f0583def8c7b09aeb023c7643a60c e172318
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 30 Mar 2021
07:44 madpilot search for other commits by this committer
- Update gnucash to 4.5
- Update gnucash-docs to 4.5
Original commitRevision:569543 
Tuesday, 29 Dec 2020
10:28 madpilot search for other commits by this committer
Update gnucash and gnucash docs to 4.4.
Original commitRevision:559559 
Monday, 28 Dec 2020
14:48 madpilot search for other commits by this committer
Update gnucash and gnucash-docs to 4.3
Original commitRevision:559483 
Tuesday, 29 Sep 2020
13:26 madpilot search for other commits by this committer
- Update gnucash to 4.2
- Update gnucash-docs to 4.2
Original commitRevision:550505 
Monday, 27 Jul 2020
21:59 madpilot search for other commits by this committer
- Update gnucash to 4.1
- Update gnucash-docs to 4.1
- While here fix sorting in PYTHON part of plist
Original commitRevision:543552 
Friday, 3 Jul 2020
21:25 madpilot search for other commits by this committer
- Update gnucash to 4.0
- Update gnucash-docs to 4.0
Original commitRevision:541144 
Monday, 29 Jun 2020
20:46 madpilot search for other commits by this committer
- Update gnucash to 3.11
- Update gnucash-docs to 3.11
Original commitRevision:540834 
Sunday, 12 Apr 2020
19:36 madpilot search for other commits by this committer
Update gnucash and gnucash-docs to 3.10
Original commitRevision:531551 
Monday, 30 Mar 2020
13:06 madpilot search for other commits by this committer
- Update gnucash to 3.9
- Update gnucash-docs to 3.9
Original commitRevision:529881 
Wednesday, 1 Jan 2020
01:55 madpilot search for other commits by this committer
- Update gnucash to 3.8
- Update gnucash-docs to 3.8
Original commitRevision:521673 
Tuesday, 10 Sep 2019
09:04 madpilot search for other commits by this committer
Update gnucash and gnucash-dics to 3.7
Original commitRevision:511752 
Tuesday, 2 Jul 2019
08:18 madpilot search for other commits by this committer
- Update gnucash to 3.6
- Update gnucash-docs to 3.6
Original commitRevision:505667 
Monday, 1 Apr 2019
11:46 madpilot search for other commits by this committer
Update gnucash-docs to 3.5
Original commitRevision:497478 
Wednesday, 2 Jan 2019
22:06 madpilot search for other commits by this committer
Update gnucash-docs to 3.4-1.
Original commitRevision:489097 
Monday, 31 Dec 2018
12:40 madpilot search for other commits by this committer
- Update gnucash to 3.4
- Update gnucash-docs to 3.4
- Change variables order to silence portlint warnings
- add USES=gnome
Original commitRevision:488771 
Tuesday, 2 Oct 2018
08:42 madpilot search for other commits by this committer
- Update gnucash to 3.3
- Update gnucash-docs to 3.3
- Adapt gnucash-docs MASTER_SITES to new upstream distribution layout
- Remove old unnecessary patch from gnucash port
Original commitRevision:481104 
Monday, 25 Jun 2018
17:44 madpilot search for other commits by this committer
Update gnucash and gnucash-docs to 3.2
Original commitRevision:473330 
Monday, 14 May 2018
21:01 madpilot search for other commits by this committer
- Update finance/gnucash to 3.1
- Remove portscout limitation
- Add TEST option, disabled by default
- Remove upstreamed patch
- Update WWW link in pkg-descr
- Update finance/gnucash-docs to 3.1

Version 3.x brings various changes:
- Based on gtk3
- Using webkit2
- Using cmake to build
- Dropped support for guile1

For a full changelog visit https://gnucash.org/news.phtml
Original commitRevision:469967 
Thursday, 5 Apr 2018
00:00 madpilot search for other commits by this committer
- Update gnucash to 2.6.20
- Update gnucash-docs to 2.6.20
- Add a patch file creating some required files missing from the distribution
  The files come from the official github repository.
Original commitRevision:466512 
Monday, 18 Dec 2017
11:21 madpilot search for other commits by this committer
- Update gnucash and gnucash-docs to 2.6.19
- Add missing dependencies reported by stage-qa

FALVORS was added in a previous commit approved in revision D13478 [1]

Approved by:	portmgr (mat) [1]
Original commitRevision:456617 
Thursday, 28 Sep 2017
10:20 madpilot search for other commits by this committer
- Update finance/gnucash to 2.6.18
- Update finance/gnucash-docs to 2.6.18
- Silence portlint warning about variable ordering
- Regenerate some patches

The gnucash distfile was regenerated after initial release due to
missing files, and has a non conforming filename, so the port adds
variables to correctly handle this.
Original commitRevision:450812 
Wednesday, 5 Jul 2017
08:07 madpilot search for other commits by this committer
- Update finance/gnucash to 2.6.17
- Update finance/gnucash-docs to 2.6.17
- Fully convert to option/target helpers and USES localbase
Original commitRevision:445055 
Monday, 27 Mar 2017
16:59 madpilot search for other commits by this committer
Update gnucash and gnucash-docs to 2.6.16
Original commitRevision:437061 
Saturday, 24 Dec 2016
12:19 madpilot search for other commits by this committer
- Update finance/gnucash to 2.6.15
- Update finance/gnucash-docs to 2.6.15
- Regenerated gnucash paatches
Original commitRevision:429330 
Monday, 19 Sep 2016
21:17 madpilot search for other commits by this committer
- Update gnucash-docs to 2.6.14
Original commitRevision:422463 
Wednesday, 29 Jun 2016
12:39 madpilot search for other commits by this committer
Update to 2.6.13.
Original commitRevision:417761 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Wednesday, 30 Mar 2016
15:50 madpilot search for other commits by this committer
- Update gnucash to 2.6.12
- Update gnucash-docs to 2.6.12
Original commitRevision:412171 
Friday, 15 Jan 2016
13:22 kwm search for other commits by this committer
Hand gnucash over to madpilot@ who has been updating it for a while now.
Original commitRevision:406156 
Thursday, 14 Jan 2016
11:22 madpilot search for other commits by this committer
Update to 2.6.11

Approved by:	kwm (gnome, implicit)
Original commitRevision:406105 
Wednesday, 23 Dec 2015
11:29 madpilot search for other commits by this committer
- Update finance/gnucash to 2.6.10
- Update finance/gnucash-docs to 2.6.10

Approved by:	kwm (gnome, implicit)
Original commitRevision:404287 
Thursday, 8 Oct 2015
11:28 madpilot search for other commits by this committer
Update to 2.6.9

Approved by:	kwm (gnome, implicit)
Original commitRevision:398813 
Wednesday, 30 Sep 2015
10:20 madpilot search for other commits by this committer
- Update gnucash and gnucash-docs to 2.6.8
- Add NO_ARCH to gnucash-docs

Approved by:		kwm (gnome, implicit)
Original commitRevision:398210 
Tuesday, 30 Jun 2015
20:13 madpilot search for other commits by this committer
- Update gnucash and gnucash-docs to 2.6.7

Approved by:	kwm (gnome, implicit)
Original commitRevision:390991 
Monday, 22 Dec 2014
08:18 madpilot search for other commits by this committer
Update to 2.6.5

Approved by:	kwm (gnome, implicit)
Original commitRevision:375214 
Sunday, 21 Dec 2014
00:07 bapt search for other commits by this committer
Get rid of gnomehier
Original commitRevision:375142 
Tuesday, 30 Sep 2014
09:09 madpilot search for other commits by this committer
- Update gnucash and gnucash-docs to 2.6.4
- Remove dirrms from plist
- Consistently use DATADIR in gnucash plist

Approved by:	kwm (gnome, implicit)
Original commitRevision:369578 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 12 May 2014
08:52 madpilot search for other commits by this committer
- Update gnucash and gnucash-docs to 2.6.3
- Add USES=libtool to gnucash

PR:		ports/189630
Submitted by:	me
Approved by:	kwm (gnome)
Original commitRevision:353784 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Saturday, 8 Mar 2014
18:26 kwm search for other commits by this committer
Update gnucash and gnucash-docs to 2.6.2.

PR:		ports/187364
Submitted by:	madpilot@
Original commitRevision:347529 
Friday, 7 Feb 2014
09:00 kwm search for other commits by this committer
Update gnucash[-docs] to 2.6.1.

PR:		ports/186203
Submitted by:	madpilot@
Original commitRevision:343201 
Tuesday, 31 Dec 2013
10:10 kwm search for other commits by this committer
Also update gnucash docs to 2.6.0.

Reminded by:	Robert Burmeister <Robert.Burmeister@UToledo.edu>
Original commitRevision:338279 
Friday, 20 Sep 2013
17:18 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
finance)
Original commitRevision:327727 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Original commit
Sunday, 17 Jul 2011
14:56 kwm search for other commits by this committer
Update to 2.4.1.
Original commit
Sunday, 25 Jul 2010
23:03 linimon search for other commits by this committer
Reassign some of ahze's ports to gnome@.

Requested by:   kwm
Hat:            portmgr
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 22 Aug 2009
01:16 amdmi3 search for other commits by this committer
- Fix error introduced in previous commit
Original commit
00:20 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
Original commit
Friday, 6 Jun 2008
13:27 edwin search for other commits by this committer
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)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
Sunday, 29 Jul 2007
01:24 ahze search for other commits by this committer
Update to 2.2.0

PR:             ports/114727
Submitted by:   Hiroto Kagotani
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Friday, 23 Feb 2007
22:23 ahze search for other commits by this committer
Update to 2.0.1
Original commit
Sunday, 10 Sep 2006
19:07 ahze search for other commits by this committer
- Adopt ports
Original commit
Tuesday, 18 Oct 2005
00:37 ahze search for other commits by this committer
- Release maintainer to ports@ to be with gnucash
Original commit
Sunday, 28 Nov 2004
21:00 marcus search for other commits by this committer
Mark BROKEN on alpha for the time being.  The build causes xsltproc to
dump core.
Original commit
Tuesday, 23 Nov 2004
02:23 mezz search for other commits by this committer
Use new INSTALLS_OMF.

Approved by:    bland, kwm, marcus and pav
Original commit
Friday, 12 Nov 2004
06:57 ahze search for other commits by this committer
Update to 1.8.4

Approved by:    marcus (co mentor)
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Tuesday, 4 Nov 2003
08:53 marcus search for other commits by this committer
Convert scrollkeeper over to use the system catalog location.  This helps
to unbreak gtk-doc as well as removes a ton of gross hacks to support
the old location.  Also, import some CVS patches from SK to fix some
potential crashes when installing bad catalogs.

While I tested this with a full SK database rebuild, problems may still
occur.  Please let me know if you encounter any issues with OMF files
after this commit.
Original commit
Thursday, 25 Sep 2003
05:18 adamw search for other commits by this committer
Update to 1.8.3.
Original commit
Sunday, 17 Aug 2003
00:05 marcus search for other commits by this committer
Fix installation by using the DocBook DTDs installed on the system.

Reported by:    Peter Kostouros <kpeter@melbpc.org.au>
Original commit
Tuesday, 13 May 2003
17:29 marcus search for other commits by this committer
Update to 1.8.1.
Original commit
Sunday, 20 Apr 2003
03:00 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Saturday, 22 Feb 2003
08:25 marcus search for other commits by this committer
Add a missing BUILD_DEPENDS on db4.

Reported by:    bento
Original commit
Tuesday, 18 Feb 2003
03:39 marcus search for other commits by this committer
Add gnucash-docs, the documentation for GnuCash.

PR:             48403
Submitted by:   Glenn Johnson <glennpj@charter.net>
Original commit

Number of commits found: 92