pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/shapelib



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Jan  3 00:21:01 UTC 2018

Modified Files:
        pkgsrc/geography/shapelib: Makefile

Log Message:
Added missing LICENSE variable.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/shapelib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/shapelib/Makefile
diff -u pkgsrc/geography/shapelib/Makefile:1.6 pkgsrc/geography/shapelib/Makefile:1.7
--- pkgsrc/geography/shapelib/Makefile:1.6      Thu Oct  4 09:19:21 2012
+++ pkgsrc/geography/shapelib/Makefile  Wed Jan  3 00:21:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/10/04 09:19:21 asau Exp $
+# $NetBSD: Makefile,v 1.7 2018/01/03 00:21:01 rillig Exp $
 #
 
 DISTNAME=              shapelib-1.2.10
@@ -9,6 +9,7 @@ MASTER_SITES=           http://shapelib.maptools.
 MAINTAINER=            mchittur%cs.nmsu.edu@localhost
 HOMEPAGE=              http://shapelib.maptools.org/
 COMMENT=               Library for reading, writing and updating (limited) ESRI Shapefiles
+LICENSE=               gnu-lgpl-v2 OR mit
 
 USE_LIBTOOL=           YES
 



Home | Main Index | Thread Index | Old Index