diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 1999-04-04 15:16:26 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 1999-04-04 15:16:26 +0000 |
commit | 4bc7f4c01a4062ff19a69ed474d4e657ff30ea1e (patch) | |
tree | f1899182a4346f5afa30af653d90767e0d3484c3 /devel/libdlmalloc | |
parent | c1196dd22bd4972864925c308c27bb3af46fc88f (diff) | |
download | ports-4bc7f4c01a4062ff19a69ed474d4e657ff30ea1e.tar.gz ports-4bc7f4c01a4062ff19a69ed474d4e657ff30ea1e.zip |
Notes
Diffstat (limited to 'devel/libdlmalloc')
-rw-r--r-- | devel/libdlmalloc/Makefile | 6 | ||||
-rw-r--r-- | devel/libdlmalloc/distinfo | 2 | ||||
-rw-r--r-- | devel/libdlmalloc/files/Makefile | 4 | ||||
-rw-r--r-- | devel/libdlmalloc/pkg-descr | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/devel/libdlmalloc/Makefile b/devel/libdlmalloc/Makefile index 45435fc83bd6..0dfd46b80958 100644 --- a/devel/libdlmalloc/Makefile +++ b/devel/libdlmalloc/Makefile @@ -3,14 +3,14 @@ # Date created: 3 June 1995 # Whom: roberto # -# $Id: Makefile,v 1.8 1998/10/12 18:36:24 jseger Exp $ +# $Id: Makefile,v 1.9 1998/10/20 01:34:15 steve Exp $ # DISTNAME= dlmalloc -PKGNAME= dlmalloc-2.6.4 +PKGNAME= dlmalloc-2.6.5 CATEGORIES= devel MASTER_SITES= ftp://gee.cs.oswego.edu/pub/misc/ -DISTFILES= malloc-2.6.4.c +DISTFILES= malloc-2.6.5.c MAINTAINER= roberto@FreeBSD.ORG diff --git a/devel/libdlmalloc/distinfo b/devel/libdlmalloc/distinfo index 8905da57e022..e5e6e1cb2eb2 100644 --- a/devel/libdlmalloc/distinfo +++ b/devel/libdlmalloc/distinfo @@ -1 +1 @@ -MD5 (malloc-2.6.4.c) = 90829e1a88274319109f9234a05cc577 +MD5 (malloc-2.6.5.c) = 75293b0cf29dfeb964f7007c5992390e diff --git a/devel/libdlmalloc/files/Makefile b/devel/libdlmalloc/files/Makefile index 5c21d801888d..8877f49814b6 100644 --- a/devel/libdlmalloc/files/Makefile +++ b/devel/libdlmalloc/files/Makefile @@ -7,7 +7,7 @@ # A version of malloc/free/realloc written by Doug Lea and released to the # public domain. # -# preliminary VERSION 2.5.3b +# preliminary VERSION 2.6.5 # # working version; unreleased. # @@ -24,7 +24,7 @@ VERSION=2.6 LIBMALLOC=libdlmalloc.a LIBSMALLOC=libdlmalloc.so.${VERSION} -SRCS = malloc-2.6.4.c +SRCS = malloc-2.6.5.c OBJS = $(SRCS:.c=.o) SOBJS = $(SRCS:.c=.so) diff --git a/devel/libdlmalloc/pkg-descr b/devel/libdlmalloc/pkg-descr index 52668337fbe7..92bd30c24c1a 100644 --- a/devel/libdlmalloc/pkg-descr +++ b/devel/libdlmalloc/pkg-descr @@ -1,7 +1,7 @@ A version of malloc/free/realloc written by Doug Lea and released to the public domain. - Version 2.5.3b + Version 2.6.5 Based loosely on libg++-1.2X malloc. (It retains some of the overall structure of old version, but most details differ.) |