svn commit: r305390 - head/lang/s9fes

Carlo Strub cs at FreeBSD.org
Sat Oct 6 17:42:15 UTC 2012


Author: cs
Date: Sat Oct  6 17:42:14 2012
New Revision: 305390
URL: http://svn.freebsd.org/changeset/ports/305390

Log:
  - Update to version 2012-10-05
  - Remove indefinite article from COMMENT
  - Improve pkg-descr
  
  PR:		ports/172381
  Submitted by:	Nils M Holm <nmh at t3x.org> (maintainer)

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

Modified: head/lang/s9fes/Makefile
==============================================================================
--- head/lang/s9fes/Makefile	Sat Oct  6 17:35:34 2012	(r305389)
+++ head/lang/s9fes/Makefile	Sat Oct  6 17:42:14 2012	(r305390)
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	s9fes
-PORTVERSION=	20120713
+PORTVERSION=	20121005
 CATEGORIES=	lang scheme
 MASTER_SITES=	http://www.t3x.org/s9fes/
 
 MAINTAINER=	nmh at t3x.org
-COMMENT=	A portable Scheme interpreter with a Unix interface
+COMMENT=	Portable Scheme interpreter with a Unix interface
 
 LICENSE=	public
 LICENSE_NAME=	Public Domain

Modified: head/lang/s9fes/distinfo
==============================================================================
--- head/lang/s9fes/distinfo	Sat Oct  6 17:35:34 2012	(r305389)
+++ head/lang/s9fes/distinfo	Sat Oct  6 17:42:14 2012	(r305390)
@@ -1,2 +1,2 @@
-SHA256 (s9fes-20120713.tar.gz) = a947a0024c83d9f0741a1444e58284085918dda709059698d9f44799275cd627
-SIZE (s9fes-20120713.tar.gz) = 419932
+SHA256 (s9fes-20121005.tar.gz) = acef489940904d4ad3c9708f6364beba1a1b8702256bcf46790fbe867543f7dd
+SIZE (s9fes-20121005.tar.gz) = 421506

Modified: head/lang/s9fes/pkg-descr
==============================================================================
--- head/lang/s9fes/pkg-descr	Sat Oct  6 17:35:34 2012	(r305389)
+++ head/lang/s9fes/pkg-descr	Sat Oct  6 17:42:14 2012	(r305390)
@@ -1,9 +1,10 @@
-Scheme 9 from Empty Space is a portable R4RS Scheme
-interpreter with the following features:
+Scheme 9 from Empty Space is a portable R4RS Scheme interpreter with the
+following features:
 
   - Support for low-level Unix programming
-  - Basic networking procedures
   - Cursor addressing with Curses
+  - Decimal-based floating point arithmetics
+  - Basic networking procedures
   - Loads of useful library functions
 
 WWW: http://www.t3x.org/s9fes/



More information about the svn-ports-all mailing list