aboutsummaryrefslogtreecommitdiff
path: root/misc/tempcontrol
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-30 06:41:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-30 06:41:34 +0000
commit563828d7476669c9f691da5796785a0c02310077 (patch)
tree37e77c3cb656909e4908969a47bd6c453f1ebe1d /misc/tempcontrol
parentefe37952f60a7a942f878ea8d165a975d322e639 (diff)
downloadports-563828d7476669c9f691da5796785a0c02310077.tar.gz
ports-563828d7476669c9f691da5796785a0c02310077.zip
[update] misc/tempcontrol
- update to 1.2 Also removed pkg-plist in favour of PLIST_FILES and did the do-install manually. PR: ports/96227 Submitted by: "Martin Wilke" <freebsd@unixfreunde.de> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=200427
Diffstat (limited to 'misc/tempcontrol')
-rw-r--r--misc/tempcontrol/Makefile15
-rw-r--r--misc/tempcontrol/distinfo6
-rw-r--r--misc/tempcontrol/pkg-plist4
3 files changed, 15 insertions, 10 deletions
diff --git a/misc/tempcontrol/Makefile b/misc/tempcontrol/Makefile
index a48b24561ceb..3b34ab464b63 100644
--- a/misc/tempcontrol/Makefile
+++ b/misc/tempcontrol/Makefile
@@ -1,19 +1,28 @@
# New ports collection makefile for: tempcontrol
# Date created: 20 June 2004
-# Who: grog
+# Whom: grog@
#
# $FreeBSD$
#
PORTNAME= tempcontrol
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.2
CATEGORIES= misc
MASTER_SITES= http://www.lemis.com/grog/brewing/src/brewing/tempcontrol/
MAINTAINER= grog@FreeBSD.org
COMMENT= Temperature control for fermenting beer and other applications
+PLIST_FILES= bin/tempcontrol share/tempcontrol/temperaturecontrolrc.sample \
+ etc/rc.d/temperaturecontrol.sh.sample
+PLIST_DIRS= share/tempcontrol
+
NO_WRKSUBDIR= YES
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tempcontrol ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/tempcontrol
+ ${INSTALL_DATA} ${WRKSRC}/temperaturecontrolrc.sample ${PREFIX}/share/tempcontrol
+ ${INSTALL_SCRIPT} ${WRKSRC}/temperaturecontrol.sh.sample ${PREFIX}/etc/rc.d
+
.include <bsd.port.mk>
diff --git a/misc/tempcontrol/distinfo b/misc/tempcontrol/distinfo
index d3f1be24bd9b..1f9f2568745f 100644
--- a/misc/tempcontrol/distinfo
+++ b/misc/tempcontrol/distinfo
@@ -1,3 +1,3 @@
-MD5 (tempcontrol-1.0.tar.gz) = e1870b32439c566be2da872d56431e53
-SHA256 (tempcontrol-1.0.tar.gz) = 69f625524ccb544bcccd9d12e90801da0d2df5278b0f395dbe3792f639011d39
-SIZE (tempcontrol-1.0.tar.gz) = 122995
+MD5 (tempcontrol-1.2.tar.gz) = e227220f7a31046a27608f2f098862fd
+SHA256 (tempcontrol-1.2.tar.gz) = 4b7cb379992403471f218eb2a74ef5c65ab268e47637910e989a3c1667bb5f68
+SIZE (tempcontrol-1.2.tar.gz) = 129913
diff --git a/misc/tempcontrol/pkg-plist b/misc/tempcontrol/pkg-plist
deleted file mode 100644
index e675c5535996..000000000000
--- a/misc/tempcontrol/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/tempcontrol
-share/tempcontrol/temperaturecontrolrc.sample
-etc/rc.d/temperaturecontrol.sh.sample
-@dirrm share/tempcontrol