summaryrefslogtreecommitdiff
path: root/misc/open2300-mysql
diff options
context:
space:
mode:
authormartin <martin@pkgsrc.org>2010-02-05 15:27:27 +0000
committermartin <martin@pkgsrc.org>2010-02-05 15:27:27 +0000
commita94e0f7977595bf5f070c090b5a015a5194d0dd7 (patch)
tree7099db2e556f122bfca2c962e7ff34e3e07f1719 /misc/open2300-mysql
parente1744e1bed1ccf9ff8d7bdaeac42fe6fb8ecd8b4 (diff)
downloadpkgsrc-a94e0f7977595bf5f070c090b5a015a5194d0dd7.tar.gz
Update to version 1.10
Diffstat (limited to 'misc/open2300-mysql')
-rw-r--r--misc/open2300-mysql/MESSAGE5
-rw-r--r--misc/open2300-mysql/Makefile6
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/open2300-mysql/MESSAGE b/misc/open2300-mysql/MESSAGE
index 6d5deaacaa7..820165afe25 100644
--- a/misc/open2300-mysql/MESSAGE
+++ b/misc/open2300-mysql/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2005/09/28 14:15:49 rillig Exp $
+$NetBSD: MESSAGE,v 1.5 2010/02/05 15:27:27 martin Exp $
Before you can use this program, you need to configure the MySQL
connection in the open2300.conf file. The mysql user used by the
@@ -45,7 +45,8 @@ versions) works as well:
`rel_hum_out` int(11) NOT NULL default '0',
`windspeed` float NOT NULL default '0',
`wind_angle` float NOT NULL default '0',
- `wind_direction` enum('N','NNE','NE','ENE','E','ESE','SE','SSE','S','SSW','SW','WSW','W','WNW','NW','NNW') NOT NULL default 'N',
+ `wind_direction` enum('N','NNE','NE','ENE','E','ESE','SE','SSE','S',
+ 'SSW','SW','WSW','W','WNW','NW','NNW') NOT NULL default 'N',
`wind_chill` float NOT NULL default '0',
`rain_1h` float NOT NULL default '0',
`rain_24h` float NOT NULL default '0',
diff --git a/misc/open2300-mysql/Makefile b/misc/open2300-mysql/Makefile
index 7f6f575e49a..3d552979658 100644
--- a/misc/open2300-mysql/Makefile
+++ b/misc/open2300-mysql/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2010/02/04 17:37:51 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/05 15:27:27 martin Exp $
#
PKGNAME= ${DISTNAME:S/-/-mysql-/}
-PKGREVISION= 2
COMMENT= WS 23xx weather station MySQL support
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
@@ -14,7 +14,7 @@ LIBS+= -lmysqlclient
LIBS.SunOS+= -lnsl -lsocket
MAKE_ENV+= LIBS=${LIBS:M*:Q}
-INSTALLATION_DIRS+= bin
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/mysql.buildlink3.mk"
.include "../../misc/open2300/Makefile.common"