- Clarify LICENSE

- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
This commit is contained in:
Dmitry Marakasov 2015-12-14 01:07:57 +00:00
parent 4bd7f5e792
commit 5eb3f499d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403695
2 changed files with 6 additions and 3 deletions

View File

@ -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}

View File

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