svn commit: r472777 - head/lang/pbasic

Kurt Jaeger pi at FreeBSD.org
Tue Jun 19 09:46:13 UTC 2018


Author: pi
Date: Tue Jun 19 09:46:11 2018
New Revision: 472777
URL: https://svnweb.freebsd.org/changeset/ports/472777

Log:
  lang/pbasic: update 2.0 -> 2.1, unbreak, add LICENSE
  
  PR:		218494
  Submitted by:	jhs at berklix.com (maintainer)

Modified:
  head/lang/pbasic/Makefile
  head/lang/pbasic/distinfo
  head/lang/pbasic/pkg-descr

Modified: head/lang/pbasic/Makefile
==============================================================================
--- head/lang/pbasic/Makefile	Tue Jun 19 09:34:37 2018	(r472776)
+++ head/lang/pbasic/Makefile	Tue Jun 19 09:46:11 2018	(r472777)
@@ -1,19 +1,18 @@
-# Created by: Julian Stacey <jhs at FreeBSD.org>
+ # Created by: Julian H. Stacey <jhs at 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 at 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 at cockcroft.de")
+#		Author of generic sources: "phil at 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>
+

Modified: head/lang/pbasic/distinfo
==============================================================================
--- head/lang/pbasic/distinfo	Tue Jun 19 09:34:37 2018	(r472776)
+++ head/lang/pbasic/distinfo	Tue Jun 19 09:46:11 2018	(r472777)
@@ -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

Modified: head/lang/pbasic/pkg-descr
==============================================================================
--- head/lang/pbasic/pkg-descr	Tue Jun 19 09:34:37 2018	(r472776)
+++ head/lang/pbasic/pkg-descr	Tue Jun 19 09:46:11 2018	(r472777)
@@ -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


More information about the svn-ports-all mailing list