Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2015 15:48:51 +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: r400937 - in head/graphics/gtimelapse: . files
Message-ID:  <201511061548.tA6Fmpqi057555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Nov  6 15:48:51 2015
New Revision: 400937
URL: https://svnweb.freebsd.org/changeset/ports/400937

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Drop unneeded WX_UNICODE
  - Regenerate patches with `make makepatch`

Modified:
  head/graphics/gtimelapse/Makefile
  head/graphics/gtimelapse/files/patch-src__gtimelapse.cpp

Modified: head/graphics/gtimelapse/Makefile
==============================================================================
--- head/graphics/gtimelapse/Makefile	Fri Nov  6 15:48:01 2015	(r400936)
+++ head/graphics/gtimelapse/Makefile	Fri Nov  6 15:48:51 2015	(r400937)
@@ -10,7 +10,8 @@ MASTER_SITES=	SF/${PORTNAME}/Relase	# ye
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Application for capturing images to generate timelapse videos
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
 
@@ -20,7 +21,6 @@ GNU_CONFIGURE=	yes
 USES=		autoreconf compiler:c++11-lib libtool pkgconfig
 USE_WX=		3.0
 USE_CXXSTD=	c++11
-WX_UNICODE=	yes
 WX_CONF_ARGS=	absolute
 
 PLIST_FILES=	bin/${PORTNAME}

Modified: head/graphics/gtimelapse/files/patch-src__gtimelapse.cpp
==============================================================================
--- head/graphics/gtimelapse/files/patch-src__gtimelapse.cpp	Fri Nov  6 15:48:01 2015	(r400936)
+++ head/graphics/gtimelapse/files/patch-src__gtimelapse.cpp	Fri Nov  6 15:48:51 2015	(r400937)
@@ -1,6 +1,6 @@
---- src/gtimelapse.cpp.orig
+--- src/gtimelapse.cpp.orig	2009-06-08 12:13:59 UTC
 +++ src/gtimelapse.cpp
-@@ -155,7 +155,11 @@
+@@ -155,7 +155,11 @@ wxPanel *display_widgets (wxPanel *panel
  					//cout << "type: RADIO" << endl;
  					//cout << "current: " << current << endl;
  
@@ -12,7 +12,7 @@
  					
  					for ( i=0; i<cnt; i++) {
  						const char *choice;
-@@ -165,6 +169,10 @@
+@@ -165,6 +169,10 @@ wxPanel *display_widgets (wxPanel *panel
  						choices[i] = mystring;
  					}
  			



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