update WordGenerator to 1.7

This commit is contained in:
jasper 2007-05-08 16:56:10 +00:00
parent 1d11ee4ac4
commit 979f4f063e
4 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2007/04/02 19:02:11 jasper Exp $ # $OpenBSD: Makefile,v 1.3 2007/05/08 16:56:10 jasper Exp $
COMMENT= "generates lists of words given certain information" COMMENT= "generates lists of words given certain information"
DISTNAME= WordGenerator-1.6 DISTNAME= WordGenerator-1.7
CATEGORIES= misc education CATEGORIES= misc education
HOMEPAGE= http://billposer.org/Software/WordGenerator.html HOMEPAGE= http://billposer.org/Software/WordGenerator.html
@ -31,7 +31,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/SampleConfiguration \ ${INSTALL_DATA} ${WRKSRC}/SampleConfiguration \
${PREFIX}/share/examples/wordgenerator ${PREFIX}/share/examples/wordgenerator
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wordgenerator ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wordgenerator
${INSTALL_DATA} ${WRKSRC}/Configuration \ ${INSTALL_DATA} ${WRKSRC}/README_CONFIGURATION \
${PREFIX}/share/doc/wordgenerator ${PREFIX}/share/doc/wordgenerator
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (WordGenerator-1.6.tar.gz) = Pq0wBAoyVAcqfFbTath0vg== MD5 (WordGenerator-1.7.tar.gz) = Skg8PbME0YBSCN/QKPeeLg==
RMD160 (WordGenerator-1.6.tar.gz) = 8zVQX88jJozpp2RBAnmAKenAQms= RMD160 (WordGenerator-1.7.tar.gz) = PmQJ1Lp3x0cOSdgyyJLxkq2oIaw=
SHA1 (WordGenerator-1.6.tar.gz) = bfIJ7SfoSL1ZjCvXpcabEEwCFeA= SHA1 (WordGenerator-1.7.tar.gz) = s7nV6La11UWEGhCeBodpAlFUUcA=
SHA256 (WordGenerator-1.6.tar.gz) = 7PjAPOFJhX8WeEektV/6AVBgczQYrolFd4C8KJRx6H4= SHA256 (WordGenerator-1.7.tar.gz) = aR0Guei35Azlv4/Xf1n6YS1fPj16zYbtBHVSX1S5hIQ=
SIZE (WordGenerator-1.6.tar.gz) = 63691 SIZE (WordGenerator-1.7.tar.gz) = 62681

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-WordGenerator_tcl,v 1.2 2007/04/02 19:02:11 jasper Exp $ $OpenBSD: patch-WordGenerator_tcl,v 1.3 2007/05/08 16:56:10 jasper Exp $
--- WordGenerator.tcl.orig Mon Apr 2 17:08:16 2007 --- WordGenerator.tcl.orig Tue May 8 08:05:20 2007
+++ WordGenerator.tcl Mon Apr 2 17:08:37 2007 +++ WordGenerator.tcl Tue May 8 14:35:16 2007
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
#-*- mode: Tcl;time-stamp-start:"TimeStamp[ ]+\\\\?[\"<]+";-*- #-*- mode: Tcl;time-stamp-start:"TimeStamp[ ]+\\\\?[\"<]+";-*-
# the next line restarts using wish \ # the next line restarts using wish \
-exec wish $0 -- $@ -exec wish $0 -- $@
+exec !!LOCALBASE!!/bin/wish8.4 $0 -- $@ +exec !!LOCALBASE!!/bin/wish8.4 $0 -- $@
set TimeStamp "2007-03-31 16:44:10 poser" set TimeStamp "2007-05-07 22:55:03 poser"
# #
# Copyright (C) 2005-2007 William J. Poser (billposer@alum.mit.edu) # Copyright (C) 2005-2007 William J. Poser (billposer@alum.mit.edu)

View File

@ -1,6 +1,6 @@
@comment $OpenBSD: PLIST,v 1.2 2007/04/02 19:02:11 jasper Exp $ @comment $OpenBSD: PLIST,v 1.3 2007/05/08 16:56:10 jasper Exp $
bin/WordGenerator bin/WordGenerator
share/doc/wordgenerator/ share/doc/wordgenerator/
share/doc/wordgenerator/Configuration share/doc/wordgenerator/README_CONFIGURATION
share/examples/wordgenerator/ share/examples/wordgenerator/
share/examples/wordgenerator/SampleConfiguration share/examples/wordgenerator/SampleConfiguration