diff options
author | gdt <gdt@pkgsrc.org> | 2016-04-30 01:17:44 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2016-04-30 01:17:44 +0000 |
commit | b649bd1251088d0ee71e53f3d7a228e6e1d8a6a5 (patch) | |
tree | c922c5f522b494b80991ac2e291b6a0e6fc71a12 /geography/gama/Makefile | |
parent | 5e9a7e1bf3b19ccce2eabb4f9332d6954feaa649 (diff) | |
download | pkgsrc-b649bd1251088d0ee71e53f3d7a228e6e1d8a6a5.tar.gz |
Update to 1.17.
Add two bashishm exorcism patches of the usual s/==/=/ style.
Upstream news:
Version 1.17 (no upstream NEWS; bug about this reported upstream)
Version 1.16 Jula 2015
* minor fixes in documentation
* fixed a bug in SQL schema
* new export of XML network definition
* C++11 features enabled (-std=c++11 for g++ compiler)
* fixed several minor bugs
Diffstat (limited to 'geography/gama/Makefile')
-rw-r--r-- | geography/gama/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/geography/gama/Makefile b/geography/gama/Makefile index 757a7827a33..603ce4fce07 100644 --- a/geography/gama/Makefile +++ b/geography/gama/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2016/04/11 19:01:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/30 01:17:44 gdt Exp $ # -DISTNAME= gama-1.15 -PKGREVISION= 5 +DISTNAME= gama-1.17 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNU:=gama/} |