diff options
author | wiz <wiz@pkgsrc.org> | 2003-10-05 10:24:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-10-05 10:24:57 +0000 |
commit | 97d003d3dd6794a9f4f4b4dd645e6b9afb5b9d77 (patch) | |
tree | 635dc60d1fa44f33e020c258160a81a2d3fd5f0c /biology/nut/Makefile | |
parent | d2e9f2eebca80319cfd18ee2c8c58f7cf03cec95 (diff) | |
download | pkgsrc-97d003d3dd6794a9f4f4b4dd645e6b9afb5b9d77.tar.gz |
Update to 9.2:
9.2:
The upper limit of the polyunsaturated reference value for linoleic
acid has been reduced to 4% of calories, while that for alpha
linolenic acid has been raised to 2%. An internal constant for the
percentage of total fat that is fatty acids has been replaced by
a function that figures it for each analysis.
9.1:
The program is no longer limited to three meals a day, and can now
be set for 1 to 19 meals per day. A list of the meals not yet
recorded for a selected day is displayed as a mnemonic during the
"Record Meals" function.
Diffstat (limited to 'biology/nut/Makefile')
-rw-r--r-- | biology/nut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/nut/Makefile b/biology/nut/Makefile index 5a4dcc7a059..128429f5456 100644 --- a/biology/nut/Makefile +++ b/biology/nut/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2003/08/11 07:26:00 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/10/05 10:24:57 wiz Exp $ -DISTNAME= nut-9.0 +DISTNAME= nut-9.2 CATEGORIES= biology MASTER_SITES= http://www.lafn.org/~av832/ |