diff options
author | rodent <rodent@pkgsrc.org> | 2014-02-02 14:11:14 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-02-02 14:11:14 +0000 |
commit | 7794c980f268c3b398dd7c0f24dafe3920feba9a (patch) | |
tree | cd1d0cf521fac85bcb18bc3d4185ad3a8a5a04f3 /geography/gipfel/Makefile | |
parent | f7983816b47f066918ff49fcee6c14fd0ef25fe1 (diff) | |
download | pkgsrc-7794c980f268c3b398dd7c0f24dafe3920feba9a.tar.gz |
Update to latest release, 0.4.0. From ChangeLog:
gipfel-0.4.0
* Fix compilation with fltk-1.3.x.
* Use proper distance for distortion correction.
* Don't update coordinates of marked hills.
* Remove compute button.
Positions are now updated automatically when marked hills are moved.
* Fix focal length for images in portrait format.
* Fix up/down keys in viewpoint chooser.
Diffstat (limited to 'geography/gipfel/Makefile')
-rw-r--r-- | geography/gipfel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/geography/gipfel/Makefile b/geography/gipfel/Makefile index b968ea237b4..a3bf0f5f324 100644 --- a/geography/gipfel/Makefile +++ b/geography/gipfel/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/02/16 11:21:31 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/02/02 14:11:14 rodent Exp $ # -DISTNAME= gipfel-0.3.2 -PKGREVISION= 9 +DISTNAME= gipfel-0.4.0 CATEGORIES= geography graphics MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ |