Index: head/lang/pbasic/Makefile =================================================================== --- head/lang/pbasic/Makefile (revision 472776) +++ head/lang/pbasic/Makefile (revision 472777) @@ -1,36 +1,36 @@ -# Created by: Julian Stacey + # Created by: Julian H. Stacey # $FreeBSD$ PORTNAME= pbasic -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= lang MASTER_SITES= ftp://ftp.berklix.org/pub/FreeBSD/ports/distfiles/ \ http://www.berklix.com/~jhs/ftp/distfiles/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-950813 +DISTNAME= ${PORTNAME}-${PORTVERSION}-2017-04-08 MAINTAINER= jhs@berklix.com COMMENT= Phil Cockroft's Basic Interpreter (previously Rabbit Basic) -# Ask maintainer if you want newer sources or author's latest e-mail -# (which is currently "phil@cockcroft.de") +# Author of generic sources: "phil@cockcroft.de" -BROKEN_aarch64= Fails to link: missing sbrk +LICENSE= PD ALL_TARGET= freebsd MAKEFILE= makefile PLIST_FILES= bin/pbasic man/man1/pbasic.1.gz post-patch: .SILENT ${REINPLACE_CMD} -e '/^CC/s/=/?=/' \ -e '/^CFLAGS/{s/=/+=/;s/-O//;}' \ ${WRKSRC}/freebsd/makefile ${ECHO_CMD} '.PHONY: $$(SYSTEMS)' >>${WRKSRC}/makefile do-configure: -cd ${WRKSRC} ; ${RM} -r termio m68000 msdos vax pyramid ns32000 \ pdp11 cursor/cursor.dos cursor/cursor.ukc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/basic ${STAGEDIR}${PREFIX}/bin/pbasic ${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${STAGEDIR}${PREFIX}/man/man1/pbasic.1 .include + Index: head/lang/pbasic/distinfo =================================================================== --- head/lang/pbasic/distinfo (revision 472776) +++ head/lang/pbasic/distinfo (revision 472777) @@ -1,2 +1,3 @@ -SHA256 (pbasic-2.0-950813.tar.gz) = 1eb9331aba18a57938e5477066fbcff654e470f4cfb5ac7cef0c719c096f40e5 -SIZE (pbasic-2.0-950813.tar.gz) = 137363 +TIMESTAMP = 1529401546 +SHA256 (pbasic-2.1-2017-04-08.tar.gz) = 8cbc306e52bbae982ce5c746e7f75002731a4411416ec85a698c5ee623c73f55 +SIZE (pbasic-2.1-2017-04-08.tar.gz) = 138529 Index: head/lang/pbasic/pkg-descr =================================================================== --- head/lang/pbasic/pkg-descr (revision 472776) +++ head/lang/pbasic/pkg-descr (revision 472777) @@ -1,16 +1,16 @@ -This is v2.0 of a Basic Interpreter by Phil J. A. Cockcroft +This is v2.1 of a Basic Interpreter by Phil J. A. Cockcroft earlier versions used to be known as Rabbit Basic. -According to an earlier lisencing document: +According to an earlier licensing document: === This code is being put in the Public Domain since I will soon loose network connectivity (I am leaving my job) and I don't particularly want to sell it. This system does not contain any proprietary software. All the algorithms are original or come from publicly available sources. There are no licensing restrictions on this code or documentation at all. I only ask that you give appropriate credit to the author. === So, there you have it. :)