[22526] trunk/dports/devel/flex/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 4 09:09:10 PST 2007


Revision: 22526
          http://trac.macosforge.org/projects/macports/changeset/22526
Author:   mww at macports.org
Date:     2007-03-04 09:09:10 -0800 (Sun, 04 Mar 2007)

Log Message:
-----------
take maintainership, add livecheck (moddate)

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

Modified: trunk/dports/devel/flex/Portfile
===================================================================
--- trunk/dports/devel/flex/Portfile	2007-03-04 17:03:17 UTC (rev 22525)
+++ trunk/dports/devel/flex/Portfile	2007-03-04 17:09:10 UTC (rev 22526)
@@ -5,21 +5,25 @@
 name            flex
 version         2.5.33
 categories      devel
-maintainers     nomaintainer at macports.org
+maintainers     mww at macports.org
 description     Fast lexical analyser generator
 long_description "Flex is a tool for generating programs that require \
 		pattern-matching on text. It is usually used together \
 		with yacc/bison to automatically generate a parser for \
 		a language grammar, e.g. the syntax of a configuration file."
 
-homepage	http://flex.sourceforge.net/
-platforms	darwin
-master_sites    sourceforge:flex
-use_bzip2	yes
-checksums      	md5 343374a00b38d9e39d1158b71af37150
+homepage		http://flex.sourceforge.net/
+platforms		darwin
+master_sites    sourceforge
+checksums      	md5 343374a00b38d9e39d1158b71af37150 \
+				sha1 acdb8fff6455967ad1a5bfc71855dbcc1253ee56
+use_bzip2		yes
 
 configure.args	--infodir=${prefix}/share/info \
-		--mandir=${prefix}/share/man
+				--mandir=${prefix}/share/man
 
 test.run	yes
 test.target	check
+
+livecheck.check	moddate
+

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


More information about the macports-changes mailing list