svn commit: r403695 - in head/astro/gpscorrelate: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 14 01:07:58 UTC 2015


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 at 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"


More information about the svn-ports-head mailing list