Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2016 09:01:48 +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: r422910 - in head/deskutils/teapot: . files
Message-ID:  <201609290901.u8T91m5f010631@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 29 09:01:48 2016
New Revision: 422910
URL: https://svnweb.freebsd.org/changeset/ports/422910

Log:
  - Fix LICENSE
  - Switch to options helpers
  - Regenerate patches with `make makepatch`

Modified:
  head/deskutils/teapot/Makefile
  head/deskutils/teapot/files/patch-CMakeLists.txt

Modified: head/deskutils/teapot/Makefile
==============================================================================
--- head/deskutils/teapot/Makefile	Thu Sep 29 08:50:20 2016	(r422909)
+++ head/deskutils/teapot/Makefile	Thu Sep 29 09:01:48 2016	(r422910)
@@ -12,7 +12,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Full-screen curses based spread sheet program
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cmake ncurses
@@ -27,9 +27,11 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' \
 		${WRKSRC}/CMakeLists.txt
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@(cd ${WRKSRC_DOCS} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+
+post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
 

Modified: head/deskutils/teapot/files/patch-CMakeLists.txt
==============================================================================
--- head/deskutils/teapot/files/patch-CMakeLists.txt	Thu Sep 29 08:50:20 2016	(r422909)
+++ head/deskutils/teapot/files/patch-CMakeLists.txt	Thu Sep 29 09:01:48 2016	(r422910)
@@ -1,6 +1,6 @@
---- CMakeLists.txt	2012-02-06 06:30:53.000000000 -0500
-+++ CMakeLists.txt	2012-02-25 18:06:26.000000000 -0500
-@@ -5,7 +5,7 @@
+--- CMakeLists.txt.orig	2012-02-06 11:30:53 UTC
++++ CMakeLists.txt
+@@ -5,7 +5,7 @@ set(Teapot_VERSION_MAJOR 2)
  set(Teapot_VERSION_MINOR 3)
  set(Teapot_VERSION_PATCH 0)
  
@@ -9,7 +9,7 @@
  option(ENABLE_UTF8 "Enable UTF-8 support" ON)
  option(ENABLE_STATIC "Link FLTK statically" OFF)
  
-@@ -40,30 +40,6 @@
+@@ -40,30 +40,6 @@ if (CURSES_FOUND)
  	install(TARGETS teapot DESTINATION bin)
  endif ()
  



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