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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: finance/grisbi/Makefile

Number of commits found: 97

Wednesday, 24 Jan 2024
16:32 Thierry Thomas (thierry) search for other commits by this committer
finance/grisbi: upgrade to 3.0.3

Also move the manpage to the new order.
commit hash: 90c1f37d5b842d25afd9f9b4b09d895d6814b6fd commit hash: 90c1f37d5b842d25afd9f9b4b09d895d6814b6fd commit hash: 90c1f37d5b842d25afd9f9b4b09d895d6814b6fd commit hash: 90c1f37d5b842d25afd9f9b4b09d895d6814b6fd 90c1f37
Thursday, 18 Jan 2024
12:03 Thierry Thomas (thierry) search for other commits by this committer
finance/grisbi: upgrade to 3.0.2
commit hash: bf22155882b40517be89a829f23f14cb4457c973 commit hash: bf22155882b40517be89a829f23f14cb4457c973 commit hash: bf22155882b40517be89a829f23f14cb4457c973 commit hash: bf22155882b40517be89a829f23f14cb4457c973 bf22155
Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Thursday, 14 Dec 2023
11:16 Thierry Thomas (thierry) search for other commits by this committer
finance/grisbi: upgrade to 3.0.1
commit hash: cf22efd7698421573222c859ce42716d672e1215 commit hash: cf22efd7698421573222c859ce42716d672e1215 commit hash: cf22efd7698421573222c859ce42716d672e1215 commit hash: cf22efd7698421573222c859ce42716d672e1215 cf22efd
Sunday, 19 Nov 2023
16:09 Thierry Thomas (thierry) search for other commits by this committer
finance/grisbi: upgrade to 3.0.0

This an intermediate version before the switch towards GTK4.

Remark: a version 3_1_0 is available at GitHUB, but 3.0.0 is the latest
released.
commit hash: 8d149d6aea6ba347b0e8c688520b5b7212debf33 commit hash: 8d149d6aea6ba347b0e8c688520b5b7212debf33 commit hash: 8d149d6aea6ba347b0e8c688520b5b7212debf33 commit hash: 8d149d6aea6ba347b0e8c688520b5b7212debf33 8d149d6
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
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
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
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
Thursday, 14 Oct 2021
20:11 Thierry Thomas (thierry) search for other commits by this committer
finance/grisbi: upgrade to 2.0.5.
commit hash: 19ebd6323b6022c75c8714d77b811b6b883d5032 commit hash: 19ebd6323b6022c75c8714d77b811b6b883d5032 commit hash: 19ebd6323b6022c75c8714d77b811b6b883d5032 commit hash: 19ebd6323b6022c75c8714d77b811b6b883d5032 19ebd63
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Wednesday, 23 Jun 2021
15:32 Thierry Thomas (thierry) search for other commits by this committer
finance/grisbi: upgrade to 2.0.4
commit hash: 3454c148e6c3ee88b54c836660af8c11488c3d44 commit hash: 3454c148e6c3ee88b54c836660af8c11488c3d44 commit hash: 3454c148e6c3ee88b54c836660af8c11488c3d44 commit hash: 3454c148e6c3ee88b54c836660af8c11488c3d44 3454c14
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, 23 Feb 2021
17:10 thierry search for other commits by this committer
Upgrade to 2.0.3.
Original commitRevision:566412 
Tuesday, 9 Feb 2021
16:28 thierry search for other commits by this committer
Upfrade to 2.0.2.
Original commitRevision:564792 
Monday, 1 Feb 2021
16:21 thierry search for other commits by this committer
Update to 2.0.1.
Original commitRevision:563591 
Wednesday, 13 Jan 2021
22:02 thierry search for other commits by this committer
Upgrade to the latest stable release, 2.0.0.
Original commitRevision:561510 
Wednesday, 6 Jan 2021
20:06 jhale search for other commits by this committer
finance/libofx: Update to 0.10.0

This version is not ABI compatible with the previous version, so PORTREVISION
has been bumped on consumers.
Original commitRevision:560561 
Monday, 16 Dec 2019
17:06 bapt search for other commits by this committer
Update to 0.10.46 and only keep one libgoffice version

libgoffice 0.10 has been introduced long enough ago 6 years ago, stopping
support
for libgoffice 0.8, it is now more than time, to remove libgoffice 0.8 and only
keep 0.10.

Remove the optionnal goffice option for projects not supporting 0.10.
Original commitRevision:520273 
Sunday, 14 Apr 2019
19:33 thierry search for other commits by this committer
Upgrade to 1.2.2.
Original commitRevision:498950 
Friday, 1 Mar 2019
18:24 thierry search for other commits by this committer
Upgrade to 1.2.1 (bug fixes release).
Original commitRevision:494311 
Monday, 28 Jan 2019
11:06 thierry search for other commits by this committer
Upgrade to 1.2.0.
Original commitRevision:491475 
Saturday, 9 Jun 2018
19:14 thierry search for other commits by this committer
Upgrade to the latest stable version, 1.0.4.
Original commitRevision:472081 
Tuesday, 28 Nov 2017
21:01 thierry search for other commits by this committer
Upgrade to the latest stable version (1.0.2).
Original commitRevision:455076 
Saturday, 15 Oct 2016
12:03 jhale search for other commits by this committer
- Update to finance/libofx to 0.9.11
- Remake/rename patches
- Bump PORTREVISION on dependent ports as the shared library version
  has increased
Original commitRevision:424012 
Wednesday, 31 Aug 2016
18:59 thierry search for other commits by this committer
Upgrade to 1.0.1.
Original commitRevision:421183 
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 
Sunday, 2 Aug 2015
20:23 kwm search for other commits by this committer
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@
Original commitRevision:393444 
Tuesday, 26 Aug 2014
14:06 tijl search for other commits by this committer
- Fix missing library problems when the linker enforces explicit linking

PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:366215 
Tuesday, 15 Jul 2014
17:37 adamw search for other commits by this committer
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
Original commitRevision:361986 
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 
Wednesday, 19 Mar 2014
20:52 thierry search for other commits by this committer
Upgrade to Grsibi 1.0.0!
Original commitRevision:348651 
Friday, 21 Feb 2014
13:36 ehaupt search for other commits by this committer
Remove trailing whitespaces from category finance
Original commitRevision:345408 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Friday, 4 Oct 2013
13:26 jhale search for other commits by this committer
- Update finance/libofx to 0.9.9
- Support staging
- Remove USE_GCC= any; port seems to build fine with clang
- Move LICENSE to proper location
- Modernize LIB_DEPENDS
- USE_GMAKE -> USES= gmake
- Update pkg-descr to reflect current capabilities
- Bump PORTREVISION on dependent ports due to so version bump
Original commitRevision:329305 
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 
Tuesday, 10 Sep 2013
21:31 antoine search for other commits by this committer
Add an explicit dependency on pkgconf

Approved by:	portmgr (bapt)
Original commitRevision:326934 
Monday, 29 Apr 2013
22:27 bapt search for other commits by this committer
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}

While here:
- trim headers
- convert to new options framework
Original commitRevision:316850 
Saturday, 27 Apr 2013
08:50 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Original commitRevision:316654 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Wednesday, 25 Jul 2012
11:24 cs search for other commits by this committer
Fix typos in COMMENT
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 13 May 2012
16:28 thierry search for other commits by this committer
Upgrade to 0.8.9.
Original commit
Friday, 20 Apr 2012
05:57 thierry search for other commits by this committer
Force SSL from ports to build the SSL module.

Reported by:    pointyhat via Pav and Erwin
Original commit
Sunday, 15 Apr 2012
20:11 thierry search for other commits by this committer
1) Fix dependency on SSL;

2) Fix some problems with pixmaps.

Reported by:    pointyhat via Pav (1) and Albat0r (2)
Original commit
Monday, 5 Mar 2012
21:52 swills search for other commits by this committer
- Chase libofx shared version bump

PR:             ports/165716
Submitted by:   Jason E. Hale <bsdkaffee@gmail.com>
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, 22 May 2011
21:30 thierry search for other commits by this committer
Upgrade to 0.8.6 (bug fixes).
Original commit
Thursday, 24 Mar 2011
21:49 thierry search for other commits by this committer
Upgrade to 0.8.4 (bugs fixes).

Changelog at <http://wiki.grisbi.org/doku.php?id=:docs:notes_de_version>
(in french).
Original commit
Wednesday, 9 Mar 2011
19:48 thierry search for other commits by this committer
Upgrade to 0.8.3: fixes several bugs.

Changelog to be soon at
<http://wiki.grisbi.org/doku.php?id=:docs:notes_de_version>
Original commit
Wednesday, 23 Feb 2011
21:06 thierry search for other commits by this committer
Upgrade to 0.8.2 (bugfix).

Changelog not yet at <http://www.grisbi.org/changelog.en.html>
but already in french at
<http://wiki.grisbi.org/doku.php?id=docs:notes_de_version>
Original commit
Monday, 21 Feb 2011
21:06 thierry search for other commits by this committer
Update to 0.8.1.

Changelog will be here: http://www.grisbi.org/changelog.en.html
Original commit
Tuesday, 8 Jun 2010
20:31 thierry search for other commits by this committer
Upgrade to 0.6.

Changelog at <http://www.grisbi.org/changelog.en.html>.
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
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
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, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
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
Friday, 14 Mar 2008
23:08 miwi search for other commits by this committer
- Chase finance/libofx shlib version bump

Submitted by:   pavbot
Original commit
Saturday, 19 Jan 2008
20:32 thierry search for other commits by this committer
Don't request gcc-34.
Original commit
Friday, 18 Jan 2008
20:05 thierry search for other commits by this committer
Chase latex-ucs relocation and bump portrevision.

Submitted by:   hrs
eported by:     pointyhat via pav
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
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, 26 Jan 2007
23:02 thierry search for other commits by this committer
Upgrade to 0.5.9.

New in version 0.5.9 :
- Bug fixes
- More bug fixes
- Even more bug fixes
- Grisbi does not care anymore about file permissions
- Hebrew translation thanks to Dotan Mazor

PR:             ports/108348
Submitted by:   Esa Karkkainen <ejk (at) iki.fi>
Original commit
Monday, 9 Oct 2006
08:00 rafan search for other commits by this committer
- Chase finance/libofx share library version bump
Original commit
Sunday, 7 May 2006
11:09 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with F
Original commit
Monday, 19 Dec 2005
21:32 thierry search for other commits by this committer
Upgrade to 0.5.8.

Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=379274&group_id=93867>
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Wednesday, 31 Aug 2005
22:16 pav search for other commits by this committer
- Chase libofx update
Original commit
Monday, 6 Jun 2005
20:20 thierry search for other commits by this committer
Upgrade to 0.5.7.
Original commit
Sunday, 15 May 2005
10:33 thierry search for other commits by this committer
Upgrade to 0.5.6.
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Saturday, 12 Feb 2005
00:25 marcus search for other commits by this committer
Chase the libofx shared lib version.
Original commit
Tuesday, 11 Jan 2005
18:27 thierry search for other commits by this committer
Fix plist.

Reported by:    Kris / pointyhat.
Original commit
Sunday, 9 Jan 2005
23:24 thierry search for other commits by this committer
Upgrade to 0.5.5.
Original commit
Tuesday, 28 Dec 2004
09:36 thierry search for other commits by this committer
Upgrade to 0.5.4.
Original commit
Sunday, 28 Nov 2004
23:11 thierry search for other commits by this committer
Upgrade to 0.5.3.
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Monday, 18 Oct 2004
09:23 thierry search for other commits by this committer
Upgrade to 0.5.2.
Add support for WITHOUT_NLS and NOPORTDOCS.
Original commit
Thursday, 30 Sep 2004
05:32 kris search for other commits by this committer
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Original commit
Sunday, 12 Sep 2004
08:19 thierry search for other commits by this committer
Chase print/latex-ucs moving to texmf-local.

Reported by:    pointyhat
Approved by:    portmgr (marcus)
Original commit
Sunday, 1 Aug 2004
22:06 thierry search for other commits by this committer
Upgrade Grisbi to 0.5.1.
Original commit
Monday, 24 May 2004
16:52 thierry search for other commits by this committer
Upgrade to 0.5.0 and de-gnomify.
Original commit
Wednesday, 28 Apr 2004
20:30 thierry search for other commits by this committer
Fix pkg-plist.
Noticed on dosirak & bento.

Approved by:    mat (mentor).
Original commit
Wednesday, 7 Apr 2004
21:46 thierry search for other commits by this committer
Upgrade to 0.4.5: bug fixes.

Approved by:    mat (implicit).
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Thursday, 25 Mar 2004
21:40 thierry search for other commits by this committer
Upgrade grisbi to 0.4.4.

Approved by:    mat (implicit).
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Wednesday, 4 Feb 2004
04:36 marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Original commit
Friday, 23 Jan 2004
18:12 trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
Original commit
Sunday, 4 Jan 2004
20:55 clement search for other commits by this committer
- Update to 0.4.3

PR:                     60899
Submitted by:           Thierry Thomas <thierry@pompo.net> (maintainer)
Approved by:            erwin (mentor) (implicitly)
Original commit
Monday, 29 Dec 2003
07:11 edwin search for other commits by this committer
finance/grisbi: upgrading to 0.4.2.

        Upgrade Grisbi to its latest release.

PR:             ports/60669
Submitted by:   Thierry Thomas <thierry@pompo.net>
Original commit
Friday, 24 Oct 2003
19:59 krion search for other commits by this committer
- Remove an inactive mirror from MASTER_SITES

PR:             58495
Submitted by:   maintainer
Original commit
Saturday, 30 Aug 2003
08:41 krion search for other commits by this committer
- Fix MASTER_SITES

PR:             56178
Submitted by:   maintainer
Original commit
Friday, 29 Aug 2003
11:41 edwin search for other commits by this committer
New port: finance/grisbi, a personal finance manager.

        Grisbi is a personnal accounting application, written with
        Gnome and Gtk, and is released under the GPL licence.

        Its aim is to provide you with the most simple and intuitive
        software for basic use, although it can be very powerful
        if you spend a little time on the setup.

        Grisbi is an application written by french developpers, so
        it perfectly respects french accounting rules. Grisbi can
        manage multiple accounts, currencies and users. It manages
        third parties, expenditures and receipts categories, and
        also budgetary lines, financial years, and other information
        that make Grisbi adapted for associations (except those
        that require double entry accounting).

        WWW: http://www.grisbi.org/

PR:             ports/54675
Submitted by:   Thierry Thomas <thierry@pompo.net>
Original commit

Number of commits found: 97