From 43eb9b134f66b5f596203559569b96adc683520d Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 14 Jul 2008 01:23:52 +0000 Subject: Update sather to 1.2.3. Also update the tk dep to no longer demand tk83. It does not seem to work all that well with tk84, but it works about the same as it does with tk83. And depend explicitly on tcl; that was missing. Primary changes since 1.2.1 seem to be GPLv2 -> GPLv3 and whitespace/reindenting, but there seems to be a bit more in there too. There's also now a 12 meg kdevelop blob in the distfile, yay. Changelog: GNU Sather 1.2.3 - Jul 7, 2007 - Michael R. Taylor * Made INT 32-bit even on 64-bit systems * Changed license to (GPLv3/LGPLv3) or later There's no changelog for 1.2.2, dunno why. --- lang/sather/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lang/sather/Makefile') diff --git a/lang/sather/Makefile b/lang/sather/Makefile index 150c394338f..bec75926a2a 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.40 2008/05/26 02:13:21 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2008/07/14 01:23:52 dholland Exp $ -DISTNAME= sather-1.2.1 -PKGREVISION= 7 +DISTNAME= sather-1.2.3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=sather/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/sather/ COMMENT= Compiler for the Sather object oriented programming language +#LICENSE= gnu-gpl-v3 gnu-lgpl-v3 PKG_DESTDIR_SUPPORT= user-destdir @@ -97,6 +97,7 @@ do-install: ${DESTDIR}${PREFIX}/share/emacs/site-lisp .include "../../devel/boehm-gc/buildlink3.mk" -.include "../../x11/tk83/buildlink3.mk" +.include "../../x11/tk/buildlink3.mk" +.include "../../lang/tcl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3