Date: Wed, 15 Mar 2006 10:46:21 +0100 (CET) From: Johan van Selst <johans@stack.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94466: [maintainer] lang/afnix: update to version 1.2.1 Message-ID: <20060315094621.B48F5229F4@mud.stack.nl> Resent-Message-ID: <200603150950.k2F9oLOh057230@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94466 >Category: ports >Synopsis: [maintainer] lang/afnix: update to version 1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 15 09:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 6.0-STABLE FreeBSD 6.0-STABLE #9: Wed Jan 11 14:40:03 CET 2006 johans@mud.stack.nl:/usr/obj/usr/src/sys/mud i386 >Description: This is an improved version of the 1.2.0 release. The extra patch for building 1.2.0 is no longer necessary: this PR obsoletes ports/94263 >How-To-Repeat: >Fix: Removing obsolete USE_REINPLACE diff -uNr afnix/Makefile afnix/Makefile --- afnix/Makefile Thu Oct 6 04:03:54 2005 +++ afnix/Makefile Wed Mar 15 10:39:18 2006 @@ -7,7 +7,7 @@ # PORTNAME= afnix -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.1 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ \ ftp://ftp.stack.nl/pub/users/johans/afnix/ @@ -18,7 +18,6 @@ MAINTAINER= johans@stack.nl COMMENT= A multi-threaded functional programming language -USE_REINPLACE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes HAS_CONFIGURE= yes diff -uNr afnix/distinfo afnix/distinfo --- afnix/distinfo Sun Jan 22 15:52:29 2006 +++ afnix/distinfo Wed Mar 15 10:39:38 2006 @@ -1,3 +1,3 @@ -MD5 (afnix-src-1-1-2.tgz) = a4dc0ff04689a7db4f8cf74a9b540d80 -SHA256 (afnix-src-1-1-2.tgz) = 434cd3809cb807d7fc4eb656c46fc3e6f2bede68895c127796dea0b3f14f70a5 -SIZE (afnix-src-1-1-2.tgz) = 547274 +MD5 (afnix-src-1-2-1.tgz) = c966f903a844d77bfdb05f737c318622 +SHA256 (afnix-src-1-2-1.tgz) = beeb932a14d92777485226832cd34080e83b254ab091014e6ba2db054c60a080 +SIZE (afnix-src-1-2-1.tgz) = 577448 diff -uNr afnix/pkg-plist afnix/pkg-plist --- afnix/pkg-plist Tue Sep 6 04:04:19 2005 +++ afnix/pkg-plist Wed Mar 8 20:14:25 2006 @@ -5,9 +5,6 @@ bin/axs etc/afnix/afnix-gud.el etc/afnix/afnix-mode.el -etc/afnix/license.txt -etc/afnix/what-long.txt -etc/afnix/what-short.txt include/afnix/eng/Argument.hpp include/afnix/eng/Builtin.hpp include/afnix/eng/Class.hpp @@ -60,6 +57,7 @@ include/afnix/plt/cdir.hpp include/afnix/plt/cerr.hpp include/afnix/plt/cgen.hpp +include/afnix/plt/cloc.hpp include/afnix/plt/cmem.hpp include/afnix/plt/cmth.hpp include/afnix/plt/cnet.hpp @@ -96,9 +94,11 @@ include/afnix/sps/Sheet.hpp include/afnix/sps/SpsCalls.hpp include/afnix/sps/Spssid.hpp +include/afnix/std/Ascii.hpp include/afnix/std/BitSet.hpp include/afnix/std/Boolean.hpp include/afnix/std/Buffer.hpp +include/afnix/std/Byte.hpp include/afnix/std/Character.hpp include/afnix/std/Cilo.hpp include/afnix/std/Condvar.hpp @@ -146,6 +146,7 @@ include/afnix/std/Set.hpp include/afnix/std/Sorter.hpp include/afnix/std/Stack.hpp +include/afnix/std/Stream.hpp include/afnix/std/String.hpp include/afnix/std/Strvec.hpp include/afnix/std/System.hpp @@ -153,6 +154,9 @@ include/afnix/std/Thread.hpp include/afnix/std/Thrmap.hpp include/afnix/std/Time.hpp +include/afnix/std/UnicodeTable.hpp +include/afnix/std/UnicodeMapper.hpp +include/afnix/std/Unicode.hpp include/afnix/std/Vector.hpp include/afnix/sys/Libsys.hpp include/afnix/sys/Predsys.hpp >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060315094621.B48F5229F4>