summaryrefslogtreecommitdiff
path: root/lang/sather/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2008-07-14 01:23:52 +0000
committerdholland <dholland@pkgsrc.org>2008-07-14 01:23:52 +0000
commit43eb9b134f66b5f596203559569b96adc683520d (patch)
tree375376e8f9e7faa8f904c218c6b74a3feb590ecc /lang/sather/Makefile
parentfe163c34d0395ba3e144eb8ef155344601670f5a (diff)
downloadpkgsrc-43eb9b134f66b5f596203559569b96adc683520d.tar.gz
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.
Diffstat (limited to 'lang/sather/Makefile')
-rw-r--r--lang/sather/Makefile9
1 files changed, 5 insertions, 4 deletions
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"