diff options
author | jhale <jhale@FreeBSD.org> | 2013-10-04 21:26:28 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2013-10-04 21:26:28 +0800 |
commit | 6b1509093b3b78a2d5ff8f1a55f291da519f992a (patch) | |
tree | 74ccb93877d00e24592ff1e4b3c4857566e4c898 /finance/gnucash | |
parent | 7ecd21745fd82a1f0c9a612974f261b0e2cdd103 (diff) | |
download | freebsd-ports-gnome-6b1509093b3b78a2d5ff8f1a55f291da519f992a.tar.gz freebsd-ports-gnome-6b1509093b3b78a2d5ff8f1a55f291da519f992a.tar.zst freebsd-ports-gnome-6b1509093b3b78a2d5ff8f1a55f291da519f992a.zip |
- 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
Diffstat (limited to 'finance/gnucash')
-rw-r--r-- | finance/gnucash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 1b1182e1d27a..92d281ca6438 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnucash PORTVERSION= 2.4.13 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} |