Index: head/misc/nut/Makefile =================================================================== --- head/misc/nut/Makefile (revision 103854) +++ head/misc/nut/Makefile (revision 103855) @@ -1,48 +1,48 @@ # New ports collection makefile for: nut # Date created: Tue Apr 29 12:45:30 GMT 2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= nut -PORTVERSION= 9.11 +PORTVERSION= 9.12 CATEGORIES= misc MASTER_SITES= http://www.lafn.org/~av832/ PKGNAMEPREFIX= health- MAINTAINER= krion@FreeBSD.org COMMENT= Nut is nutrition software to record what you eat MAN1= nut.1 USE_GMAKE= yes USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/etc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/raw.data/FOOD_DES.txt \ ${PREFIX}/etc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/raw.data/NUT_DATA.txt \ ${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 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/misc/nut/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/misc/nut/distinfo =================================================================== --- head/misc/nut/distinfo (revision 103854) +++ head/misc/nut/distinfo (revision 103855) @@ -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 Property changes on: head/misc/nut/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/misc/nut/files/patch-db.c =================================================================== --- head/misc/nut/files/patch-db.c (revision 103854) +++ head/misc/nut/files/patch-db.c (nonexistent) @@ -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 --#else - #include --#endif - #include - #include - #include Property changes on: head/misc/nut/files/patch-db.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/misc/nut/pkg-plist =================================================================== --- head/misc/nut/pkg-plist (revision 103854) +++ head/misc/nut/pkg-plist (revision 103855) @@ -1,8 +1,8 @@ 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%% Property changes on: head/misc/nut/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property