aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-07 10:26:57 +0800
committeredwin <edwin@FreeBSD.org>2006-01-07 10:26:57 +0800
commit3762bf7841531cd5836de6ff7e9021cdc4c35d8f (patch)
treef4ae9cd4f189f18c45d905a58f59d0794e1d0b6c /lang
parentd18c50ecf27df05184c6168b64bb7f0f35e32f75 (diff)
downloadfreebsd-ports-gnome-3762bf7841531cd5836de6ff7e9021cdc4c35d8f.tar.gz
freebsd-ports-gnome-3762bf7841531cd5836de6ff7e9021cdc4c35d8f.tar.zst
freebsd-ports-gnome-3762bf7841531cd5836de6ff7e9021cdc4c35d8f.zip
[UPDATE]: lang/ferite: Update to version 1.0.2
This patch will update lang/ferite to version 1.0.2. This version fixes several memory issues: - Fix for a threading issue that caused the engine to crash with a memory issue. - Fix for rmi and a lack of parsing of arguments within function calls. - Fix for rmi that caused the starvation of network sockets within the server environment. The new fix forces the GC to be run when in blocking listen mode and also forces the shutdown of network sockets. - Fix for array code that would cause objects to have an inflated refcount and cause scripts to not deleted objects within the GC - Fix for refcounting issues within the assignment of objects - Fix for building on CYGWIN: required -no-undefined on the libraries and a missing header in aphex_thread.c - Fix for class/namespace modifies on a class/namesapce that already exists PR: ports/91409 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/ferite/Makefile2
-rw-r--r--lang/ferite/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/ferite/Makefile b/lang/ferite/Makefile
index 9929913939c7..391517412f3e 100644
--- a/lang/ferite/Makefile
+++ b/lang/ferite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ferite
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/lang/ferite/distinfo b/lang/ferite/distinfo
index ce832099dd40..92d6d4b93a69 100644
--- a/lang/ferite/distinfo
+++ b/lang/ferite/distinfo
@@ -1,3 +1,3 @@
-MD5 (ferite-1.0.1.tar.gz) = 3232b471d5af8ca2673c93ead3ead25a
-SHA256 (ferite-1.0.1.tar.gz) = e01fa9c62b31f824ef4d4f78834c9c0946054b7151ad826d98ba053f7467bdc4
-SIZE (ferite-1.0.1.tar.gz) = 2038863
+MD5 (ferite-1.0.2.tar.gz) = da1feaf5f87e0dfc95c5a9afeafeff9a
+SHA256 (ferite-1.0.2.tar.gz) = c67fc25451070214334ba2b1ca3a9ea78f5ed79f322e62ebf8fc9462bfe0fb8e
+SIZE (ferite-1.0.2.tar.gz) = 2039452