Index: head/biology/recombine/Makefile =================================================================== --- head/biology/recombine/Makefile (revision 510753) +++ head/biology/recombine/Makefile (revision 510754) @@ -1,34 +1,34 @@ # Created by: Johann Visagie # $FreeBSD$ PORTNAME= recombine PORTVERSION= 1.41 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= http://evolution.gs.washington.edu/lamarc/recombine/ DISTNAME= ${PORTNAME}${PORTVERSION}.src.doc MAINTAINER= ports@FreeBSD.org COMMENT= Program to fit population models across sites USES= shebangfix WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} ALL_TARGET= ${PORTNAME} PLIST_FILES+= bin/filetran bin/recombine PORTDOCS= recombine.txt SHEBANG_FILES= filetran OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/filetran ${STAGEDIR}${PREFIX}/bin post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/recombine.txt ${STAGEDIR}${DOCSDIR} .include Index: head/math/prng/files/patch-examples_pairs.c =================================================================== --- head/math/prng/files/patch-examples_pairs.c (nonexistent) +++ head/math/prng/files/patch-examples_pairs.c (revision 510754) @@ -0,0 +1,10 @@ +--- examples/pairs.c.orig 2000-10-17 08:39:02.000000000 -0700 ++++ examples/pairs.c 2019-09-01 21:02:29.348451000 -0700 +@@ -53,6 +53,7 @@ + #include + #include + #include "prng.h" ++#define gets(_a) gets_s(_a, sizeof(_a)) + + struct prng_struct *generator; + char outfile[200] = "pairs.out"; Property changes on: head/math/prng/files/patch-examples_pairs.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property