Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 01:07:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403695 - in head/astro/gpscorrelate: . files
Message-ID:  <201512140107.tBE17vCJ054621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec 14 01:07:57 2015
New Revision: 403695
URL: https://svnweb.freebsd.org/changeset/ports/403695

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Switch to options helpers
  - Regenerate patches with `make makepatch`

Modified:
  head/astro/gpscorrelate/Makefile
  head/astro/gpscorrelate/files/patch-unixtime.h

Modified: head/astro/gpscorrelate/Makefile
==============================================================================
--- head/astro/gpscorrelate/Makefile	Sun Dec 13 22:34:54 2015	(r403694)
+++ head/astro/gpscorrelate/Makefile	Mon Dec 14 01:07:57 2015	(r403695)
@@ -9,7 +9,8 @@ CATEGORIES=	astro geography
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Correlate digital camera photos with GPS data in GPX format
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/graphics/exiv2 \
 		libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
@@ -46,6 +47,8 @@ do-install:
 		${STAGEDIR}${MANPREFIX}/man/man1
 	${LN} -sf gpscorrelate.1 \
 		${STAGEDIR}${MANPREFIX}/man/man1/gpscorrelate-gui.1
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/RELEASES ${STAGEDIR}${DOCSDIR}

Modified: head/astro/gpscorrelate/files/patch-unixtime.h
==============================================================================
--- head/astro/gpscorrelate/files/patch-unixtime.h	Sun Dec 13 22:34:54 2015	(r403694)
+++ head/astro/gpscorrelate/files/patch-unixtime.h	Mon Dec 14 01:07:57 2015	(r403695)
@@ -1,5 +1,5 @@
---- unixtime.h.orig	2008-02-18 12:50:16.000000000 +0100
-+++ unixtime.h	2008-02-18 12:50:41.000000000 +0100
+--- unixtime.h.orig	2012-08-14 10:11:01 UTC
++++ unixtime.h
 @@ -27,6 +27,7 @@
  
  #define EXIF_DATE_FORMAT "%d:%d:%d %d:%d:%d"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512140107.tBE17vCJ054621>