- Update to version 9.12
This commit is contained in:
parent
72cbc826b4
commit
b4781fbeea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103855
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user