diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-13 08:12:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-13 08:12:19 +0000 |
commit | b4781fbeea4a7e8cd564f734af47819f7db08477 (patch) | |
tree | c76675a15b0fafc7f51a5888b1f03dc65a556c7b /misc | |
parent | 72cbc826b48d4b255c75c7f99675c7e023cf7367 (diff) | |
download | ports-b4781fbeea4a7e8cd564f734af47819f7db08477.tar.gz ports-b4781fbeea4a7e8cd564f734af47819f7db08477.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nut/Makefile | 4 | ||||
-rw-r--r-- | misc/nut/distinfo | 4 | ||||
-rw-r--r-- | misc/nut/files/patch-db.c | 14 | ||||
-rw-r--r-- | misc/nut/pkg-plist | 2 |
4 files changed, 5 insertions, 19 deletions
diff --git a/misc/nut/Makefile b/misc/nut/Makefile index cce9c0d78600..3efedb131aa4 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nut -PORTVERSION= 9.11 +PORTVERSION= 9.12 CATEGORIES= misc MASTER_SITES= http://www.lafn.org/~av832/ PKGNAMEPREFIX= health- @@ -33,7 +33,7 @@ do-install: ${PREFIX}/etc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/raw.data/WEIGHT.txt \ ${PREFIX}/etc/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/raw.data/sr16.nut \ + ${INSTALL_DATA} ${WRKSRC}/raw.data/sr16-1.nut \ ${PREFIX}/etc/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/nut.1 ${PREFIX}/man/man1 diff --git a/misc/nut/distinfo b/misc/nut/distinfo index 71655efd5fae..64e3482edb02 100644 --- a/misc/nut/distinfo +++ b/misc/nut/distinfo @@ -1,2 +1,2 @@ -MD5 (nut-9.11.tar.gz) = 9b1dfe50dd5670b0af6940e209812703 -SIZE (nut-9.11.tar.gz) = 903657 +MD5 (nut-9.12.tar.gz) = 3353dc02b42d7fe93018ac3fd0e6c80c +SIZE (nut-9.12.tar.gz) = 903318 diff --git a/misc/nut/files/patch-db.c b/misc/nut/files/patch-db.c deleted file mode 100644 index a0e01b01aa0b..000000000000 --- a/misc/nut/files/patch-db.c +++ /dev/null @@ -1,14 +0,0 @@ ---- db.c.orig Wed Jan 7 00:42:33 2004 -+++ db.c Wed Jan 7 00:42:41 2004 -@@ -23,11 +23,7 @@ - #include "meal.h" - #include "options.h" - #include "util.h" --#ifndef DOS --#include <tgmath.h> --#else - #include <math.h> --#endif - #include <stdio.h> - #include <stdlib.h> - #include <string.h> diff --git a/misc/nut/pkg-plist b/misc/nut/pkg-plist index 2713efbbd030..8452502c952d 100644 --- a/misc/nut/pkg-plist +++ b/misc/nut/pkg-plist @@ -2,7 +2,7 @@ bin/nut etc/nut/FOOD_DES.txt etc/nut/NUT_DATA.txt etc/nut/WEIGHT.txt -etc/nut/sr16.nut +etc/nut/sr16-1.nut %%PORTDOCS%%%%DOCSDIR%%/README @dirrm etc/nut %%PORTDOCS%%@dirrm %%DOCSDIR%% |