[25715] trunk/dports/devel/dialog/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue May 29 01:45:40 PDT 2007


Revision: 25715
          http://trac.macosforge.org/projects/macports/changeset/25715
Author:   jwa at macports.org
Date:     2007-05-29 01:45:39 -0700 (Tue, 29 May 2007)

Log Message:
-----------
version to 20070528, whitespace changes due to using emacs in tcl-mode, adding epoch to enable proper upgrade, because the distfile has always the same name

Modified Paths:
--------------
    trunk/dports/devel/dialog/Portfile

Modified: trunk/dports/devel/dialog/Portfile
===================================================================
--- trunk/dports/devel/dialog/Portfile	2007-05-29 07:31:28 UTC (rev 25714)
+++ trunk/dports/devel/dialog/Portfile	2007-05-29 08:45:39 UTC (rev 25715)
@@ -2,50 +2,51 @@
 
 PortSystem 1.0
 name		dialog
-version		1.1-20070514
-categories		devel
+version		1.1-20070528
+epoch		20070528
+categories	devel
 maintainers	jwa at macports.org
 #maintainers	jyrki.wahlstedt at hut.fi
 
 description	A utility to create nice user interfaces to shell scripts, \
-		or other scripting languages, such as perl.
+    or other scripting languages, such as perl.
+
 long_description Dialog is a utility to create nice user interfaces to shell \
-		 scripts, or other scripting languages, such as perl. It is \
-		 non-graphical (it uses curses) so it can be run in the \
-		 console or an xterm. There are also graphical \
-		 Xwindows versions.
+    scripts, or other scripting languages, such as perl. It is \
+    non-graphical (it uses curses) so it can be run in the \
+    console or an xterm. There are also graphical Xwindows versions.
 
 platforms		darwin
 homepage	http://www.invisible-island.net/dialog/
 master_sites	ftp://invisible-island.net/dialog/
 distname	${name}
 worksrcdir	${name}-${version}
-checksums	sha1 80b4e6535f017277bfdb05ef88da65a087aa0edd
+checksums	sha1 1912ce21d9590b9fbf85e9159a2f428eaece1894
 configure.args	--mandir=${prefix}/share/man
 
 post-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
-	xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README VERSION \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath}/samples README calendar calendar-stdout \
-		calendar2 calendar2-stdout calendar3 calendar3-stdout checklist \
-		checklist-utf8 checklist1 checklist10 checklist2 checklist3 checklist4 \
-		checklist5 checklist6 checklist7 checklist8 checklist9 checklist9.txt \
-		copismall form1 form2 form3 form4 form5 fselect \
-		fselect-stdout fselect1 fselect1-stdout fselect2 fselect2-stdout gauge \
-		gauge0 gauge0-input-fd gauge2 gauge3 infobox infobox2 infobox3 \
-		infobox4 infobox5 infobox6 inputbox inputbox1 inputbox2 inputbox3 \
-		inputbox4 inputbox5 inputbox6-utf8 inputbox7 inputmenu \
-		inputmenu-stdout inputmenu1 inputmenu2 inputmenu3 inputmenu4 killall \
-		listing menubox menubox-utf8 menubox1 menubox10 menubox2 menubox3 \
-		menubox4 menubox5 menubox6 menubox7 menubox8 menubox9 msgbox msgbox1 \
-		msgbox2 msgbox3 msgbox4-eucjp msgbox4-utf8 msgbox5 password password1 \
-		password2 radiolist radiolist10 radiolist2 radiolist3 radiolist4 \
-		tailbox tailboxbg tailboxbg1 tailboxbg2 textbox textbox2 timebox \
-		timebox-stdout timebox2 timebox2-stdout wheel yesno yesno2 yesno3 \
-		${destroot}${prefix}/share/doc/${name}/examples
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
+    xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README VERSION \
+	${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath}/samples README calendar calendar-stdout \
+	calendar2 calendar2-stdout calendar3 calendar3-stdout checklist \
+	checklist-utf8 checklist1 checklist10 checklist2 checklist3 checklist4 \
+	checklist5 checklist6 checklist7 checklist8 checklist9 checklist9.txt \
+	copismall form1 form2 form3 form4 form5 fselect \
+	fselect-stdout fselect1 fselect1-stdout fselect2 fselect2-stdout gauge \
+	gauge0 gauge0-input-fd gauge2 gauge3 infobox infobox2 infobox3 \
+	infobox4 infobox5 infobox6 inputbox inputbox1 inputbox2 inputbox3 \
+	inputbox4 inputbox5 inputbox6-utf8 inputbox7 inputmenu \
+	inputmenu-stdout inputmenu1 inputmenu2 inputmenu3 inputmenu4 killall \
+	listing menubox menubox-utf8 menubox1 menubox10 menubox2 menubox3 \
+	menubox4 menubox5 menubox6 menubox7 menubox8 menubox9 msgbox msgbox1 \
+	msgbox2 msgbox3 msgbox4-eucjp msgbox4-utf8 msgbox5 password password1 \
+	password2 radiolist radiolist10 radiolist2 radiolist3 radiolist4 \
+	tailbox tailboxbg tailboxbg1 tailboxbg2 textbox textbox2 timebox \
+	timebox-stdout timebox2 timebox2-stdout wheel yesno yesno2 yesno3 \
+	${destroot}${prefix}/share/doc/${name}/examples
 }
 
 platform darwin 8 {
-	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070529/cd6316ac/attachment.html


More information about the macports-changes mailing list