diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-06-19 09:46:11 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-06-19 09:46:11 +0000 |
commit | 40333b2e6bff1e3c7a8d68beae3bb3b526f0d46b (patch) | |
tree | a8347ceea3acd512c7e9297fe03885f68b4634e2 /lang/pbasic | |
parent | ce74f46884ac44e3d86ac40ed85fc4e58611eeda (diff) |
Notes
Diffstat (limited to 'lang/pbasic')
-rw-r--r-- | lang/pbasic/Makefile | 12 | ||||
-rw-r--r-- | lang/pbasic/distinfo | 5 | ||||
-rw-r--r-- | lang/pbasic/pkg-descr | 4 |
3 files changed, 11 insertions, 10 deletions
diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile index 556a202ada00..f4026e3c36b9 100644 --- a/lang/pbasic/Makefile +++ b/lang/pbasic/Makefile @@ -1,19 +1,18 @@ -# Created by: Julian Stacey <jhs@FreeBSD.org> + # Created by: Julian H. Stacey <jhs@FreeBSD.org> # $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 @@ -34,3 +33,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${STAGEDIR}${PREFIX}/man/man1/pbasic.1 .include <bsd.port.mk> + diff --git a/lang/pbasic/distinfo b/lang/pbasic/distinfo index e8c19cf29b7f..0ebf1c7791f5 100644 --- a/lang/pbasic/distinfo +++ b/lang/pbasic/distinfo @@ -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 diff --git a/lang/pbasic/pkg-descr b/lang/pbasic/pkg-descr index 1f5c946d0585..b4aaf72eeab2 100644 --- a/lang/pbasic/pkg-descr +++ b/lang/pbasic/pkg-descr @@ -1,7 +1,7 @@ -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 |