Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2016 18:44:02 +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: r412067 - in head/misc/tempcontrol: . files
Message-ID:  <201603281844.u2SIi27B075593@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Mar 28 18:44:02 2016
New Revision: 412067
URL: https://svnweb.freebsd.org/changeset/ports/412067

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

Modified:
  head/misc/tempcontrol/Makefile
  head/misc/tempcontrol/files/patch-Makefile

Modified: head/misc/tempcontrol/Makefile
==============================================================================
--- head/misc/tempcontrol/Makefile	Mon Mar 28 18:43:58 2016	(r412066)
+++ head/misc/tempcontrol/Makefile	Mon Mar 28 18:44:02 2016	(r412067)
@@ -10,6 +10,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Temperature control for fermenting beer and other applications
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		readline
 NO_WRKSUBDIR=	yes
@@ -33,6 +34,7 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/temperaturecontrol.sh.sample \
 		${STAGEDIR}${PREFIX}/etc/rc.d
 
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 

Modified: head/misc/tempcontrol/files/patch-Makefile
==============================================================================
--- head/misc/tempcontrol/files/patch-Makefile	Mon Mar 28 18:43:58 2016	(r412066)
+++ head/misc/tempcontrol/files/patch-Makefile	Mon Mar 28 18:44:02 2016	(r412067)
@@ -1,6 +1,6 @@
---- Makefile.orig	2006-01-25 18:03:13.000000000 -0500
-+++ Makefile	2014-08-15 12:53:03.000000000 -0400
-@@ -39,7 +39,7 @@
+--- Makefile.orig	2006-01-25 23:03:13 UTC
++++ Makefile
+@@ -39,7 +39,7 @@ PRIVDIR	=	/usr/local/etc/tempcontrol
  
  # Where to install the startup script
  RCDIR	=	/usr/local/etc/rc.d
@@ -9,7 +9,7 @@
  
  LINK=gcc
  LFLAGS= -g
-@@ -88,7 +88,7 @@
+@@ -88,7 +88,7 @@ depend: parser.h .FORCE
  .FORCE:
  
  tempcontrol:	${OBJS}



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