Hi Stuart,

Can we update Scratch to 1.4?

The following diff updates the Makefile, and then following a make makesum, make plist, and make install it all works great on i386.

Thanks

Fred
--
x41:fred /usr/ports/graphics/scratch> diff -u Makefile.orig Makefile
--- Makefile.orig       Wed May 19 22:05:21 2010
+++ Makefile    Wed May 19 23:15:11 2010
@@ -1,12 +1,12 @@
-# $OpenBSD: Makefile,v 1.2 2009/04/09 11:38:29 jasper Exp $
+# $OpenBSD: Makefile,v 1.2 2009/04/09 11.48:29 jasper Exp $

 COMMENT =              visual programming environment and toolkit

-DISTNAME =             scratch-1.3
+DISTNAME =             scratch-1.4
 CATEGORIES =           graphics
 HOMEPAGE =             http://scratch.mit.edu/
-MASTER_SITES =         ${HOMEPAGE:=files/}
-DISTFILES =            WinScratch1.3.zip
+MASTER_SITES =         http://download.scratch.mit.edu/
+DISTFILES =            WinScratch1.4.zip

 MAINTAINER =           Stuart Cassoff <s...@users.sourceforge.net>

@@ -25,7 +25,7 @@

 SCRATCH_LIB_DIR =      ${PREFIX}/lib/scratch
 SCRATCH_SHARE_DIR =    ${PREFIX}/share/scratch
-SCRATCH_SUBDIR =       WinScratch1.3/Scratch\ 1.3
+SCRATCH_SUBDIR =       WinScratch1.4/Scratch

 do-install:
        ${INSTALL_DATA_DIR} ${SCRATCH_LIB_DIR}


Reply via email to