mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 20.0
- Add LICENSE_FILE Changes: - Minor bugfix - Update USDA Nutrient Database to Release 27
This commit is contained in:
parent
cad89c7e0b
commit
b70981e0e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367203
3 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= nut
|
PORTNAME= nut
|
||||||
PORTVERSION= 19.2
|
PORTVERSION= 20.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
PKGNAMEPREFIX= health-
|
PKGNAMEPREFIX= health-
|
||||||
|
@ -12,6 +11,7 @@ MAINTAINER= jhale@FreeBSD.org
|
||||||
COMMENT= Nutrition software to record what you eat
|
COMMENT= Nutrition software to record what you eat
|
||||||
|
|
||||||
LICENSE= GPLv2 # (or later)
|
LICENSE= GPLv2 # (or later)
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (nut-19.2.tar.gz) = 9aa1489e6644137c7b9fe2e2520dd4409e2e3c09c0f2e505aba0ad640e7e892c
|
SHA256 (nut-20.0.tar.gz) = 0fa186af6136aa48e3e851e2e921a5f70cbed7a0034983b80e2a7a314bf85c9b
|
||||||
SIZE (nut-19.2.tar.gz) = 1401187
|
SIZE (nut-20.0.tar.gz) = 1441075
|
||||||
|
|
|
@ -3,5 +3,5 @@ bin/nut
|
||||||
man/man1/nut.1.gz
|
man/man1/nut.1.gz
|
||||||
%%FLTK%%share/pixmaps/nuticon.xpm
|
%%FLTK%%share/pixmaps/nuticon.xpm
|
||||||
%%DATADIR%%/WEIGHT.lib
|
%%DATADIR%%/WEIGHT.lib
|
||||||
%%DATADIR%%/sr26.nut
|
%%DATADIR%%/sr27.nut
|
||||||
@dirrmtry %%DATADIR%%
|
@dirrmtry %%DATADIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue