Date: Tue, 29 Oct 2019 20:36:23 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516034 - head/lang/retro12 Message-ID: <201910292036.x9TKaNhD024890@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Tue Oct 29 20:36:22 2019 New Revision: 516034 URL: https://svnweb.freebsd.org/changeset/ports/516034 Log: Update to 2019.10 - Pet portlint, portclippy & portfmt. Changelog: - deprecate some old functionality - cleaner separation of time/date handling functions - clearer separation of random number generation - bug fixes to floating point encode/decode - better stack over/underflow error reporting - fixed a bug related to using a custom image when other command line flags were passed - improved the assembler - supports both 64-bit and 32-bit cell sizes PR: 241575 Submitted by: Charles Childers <crc@forthworks.com> Modified: head/lang/retro12/Makefile head/lang/retro12/distinfo Modified: head/lang/retro12/Makefile ============================================================================== --- head/lang/retro12/Makefile Tue Oct 29 20:02:40 2019 (r516033) +++ head/lang/retro12/Makefile Tue Oct 29 20:36:22 2019 (r516034) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= retro12 -DISTVERSION= 2019.7 +DISTVERSION= 2019.10 CATEGORIES= lang MASTER_SITES= http://forthworks.com/retro/r/ \ https://forthworks.com/retro/r/ @@ -13,7 +13,7 @@ COMMENT= Clean, elegant, and pragmatic dialect of Fort LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= ncurses shebangfix +USES= ncurses shebangfix SHEBANG_FILES= example/Atua* SHEBANG_LANG= retro @@ -26,6 +26,8 @@ MAKE_ENV= DATADIR=${DATADIR} \ # There are race conditions in the makefile due to missing dependencies for # targets as upstream tests releases on single core machines. MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip +TEST_TARGET= test PLIST_FILES= bin/retro \ bin/retro-describe \ @@ -33,21 +35,14 @@ PLIST_FILES= bin/retro \ bin/retro-embedimage \ bin/retro-extend \ bin/retro-muri \ + bin/retro-tags \ bin/retro-unu -PORTDATA= glossary.forth \ - ngaImage \ - tests \ - words.tsv +PORTDATA= glossary.retro ngaImage tests words.tsv -PORTDOCS= doc \ - README \ - RELEASE-NOTES +PORTDOCS= README RELEASE-NOTES doc PORTEXAMPLES= example - -INSTALL_TARGET= install-strip -TEST_TARGET= test OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/lang/retro12/distinfo ============================================================================== --- head/lang/retro12/distinfo Tue Oct 29 20:02:40 2019 (r516033) +++ head/lang/retro12/distinfo Tue Oct 29 20:36:22 2019 (r516034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566561341 -SHA256 (RETRO12-2019.7.tar.gz) = 1ddd8b1e10b74bddcf0fee9f0f04f374df068b13a1e0b71dcdc8934dea9a054f -SIZE (RETRO12-2019.7.tar.gz) = 797577 +TIMESTAMP = 1572374121 +SHA256 (RETRO12-2019.10.tar.gz) = def993494d84ad4e1bfb0e64ace46e7be15d35add2e9324fb356b9e8b0f4c6da +SIZE (RETRO12-2019.10.tar.gz) = 810104
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910292036.x9TKaNhD024890>