Thu Sep 28 12:17:17 2017 UTC ()
gama: Revert commit on wrong branch


(gdt)
diff -r1.20.4.1 -r1.20.4.2 pkgsrc/geography/gama/Makefile

cvs diff -r1.20.4.1 -r1.20.4.2 pkgsrc/geography/gama/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/gama/Makefile 2017/09/28 00:11:11 1.20.4.1
+++ pkgsrc/geography/gama/Makefile 2017/09/28 12:17:17 1.20.4.2
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.20.4.1 2017/09/28 00:11:11 gdt Exp $ 1# $NetBSD: Makefile,v 1.20.4.2 2017/09/28 12:17:17 gdt Exp $
2# 2#
3 3
4DISTNAME= gama-1.19 4DISTNAME= gama-1.18
 5PKGREVISION= 3
5CATEGORIES= geography 6CATEGORIES= geography
6MASTER_SITES= ${MASTER_SITE_GNU:=gama/} 7MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
7 8
8MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= http://www.gnu.org/s/gama/ 10HOMEPAGE= http://www.gnu.org/s/gama/
10COMMENT= Geodetic network adjustment (surveying) 11COMMENT= Geodetic network adjustment (surveying)
11LICENSE= gnu-gpl-v2 # or later 12LICENSE= gnu-gpl-v2 # or later
12 13
13USE_LANGUAGES= c c++11 14USE_LANGUAGES= c c++
14 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --infodir=${PREFIX}/info 17CONFIGURE_ARGS+= --infodir=${PREFIX}/info
17 18
18INFO_FILES= yes 19INFO_FILES= yes
19 20
20TEST_TARGET= check 21TEST_TARGET= check
21 22
22.include "../../databases/sqlite3/buildlink3.mk" 23.include "../../databases/sqlite3/buildlink3.mk"
23.include "../../textproc/expat/buildlink3.mk" 24.include "../../textproc/expat/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"