diff options
author | alex <alex@FreeBSD.org> | 2001-01-01 01:00:04 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-01 01:00:04 +0800 |
commit | 2795690665141d1981a9c1da4e934565e5da7969 (patch) | |
tree | 11d3d3cc1c1fd4a256d704afba813f1b2c50a2f4 /lang/smalltalk | |
parent | be511197a2edc59b9916767f4d55557be3b9c2eb (diff) | |
download | freebsd-ports-gnome-2795690665141d1981a9c1da4e934565e5da7969.tar.gz freebsd-ports-gnome-2795690665141d1981a9c1da4e934565e5da7969.tar.zst freebsd-ports-gnome-2795690665141d1981a9c1da4e934565e5da7969.zip |
Release to ports@FreeBSD.org.
GNU Smalltalk is at version 1.8.5 already, but it _keeps_ calculating
wrong values on FreeBSD (see the "make check" target output).
This happened for the versions 1.8.2-1.8.5 on my machine now.
Unfortunately, I don't have the time to find out what's going on here, I'm
sorry. Maybe someone with more time wants to maintain it.
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 82196801416f..a9653b78ea59 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -11,7 +11,7 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= smalltalk -MAINTAINER= alex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes GNU_CONFIGURE= yes |