-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As a successor to OpenCPN Version 4.6.1, OpenCPN Version 4.8.0 contains several incremental corrections and improvements. Among them are: - Expanded integrated vector graphics icon set for improved rendering of waypoints and routes.
- Loading branch information
bouyer
committed
Aug 24, 2017
1 parent
ec86a23
commit f092301
Showing
5 changed files
with
327 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.14 2017/04/30 01:21:41 ryoon Exp $ | ||
# $NetBSD: Makefile,v 1.15 2017/08/24 12:56:57 bouyer Exp $ | ||
# | ||
|
||
VERSION= 4.6.1 | ||
VERSION= 4.8.0 | ||
#PKGREVISION= 0 | ||
DISTNAME= OpenCPN-${VERSION} | ||
PKGNAME= opencpn-${VERSION} | ||
PKGREVISION= 1 | ||
CATEGORIES= geography | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenCPN/} | ||
GITHUB_PROJECT= OpenCPN | ||
GITHUB_TAG= 89f78e06c52683faac51c30baa1f25fee7ed6c97 | ||
GITHUB_TAG= a13bc435462ae6c029660f1caa458dca79c927ec | ||
EXTRACT_SUFX= .zip | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.