[23090] trunk/dports/textproc/source-highlight/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 24 12:40:44 PDT 2007


Revision: 23090
          http://trac.macosforge.org/projects/macports/changeset/23090
Author:   pipping at macports.org
Date:     2007-03-24 12:40:43 -0700 (Sat, 24 Mar 2007)

Log Message:
-----------
 * bump to version 2.6
 * disable testsuite (see changes for an explanation)

I've sent a mail to bug-source-highlight at gnu.org regarding this issue

Modified Paths:
--------------
    trunk/dports/textproc/source-highlight/Portfile

Modified: trunk/dports/textproc/source-highlight/Portfile
===================================================================
--- trunk/dports/textproc/source-highlight/Portfile	2007-03-24 19:39:47 UTC (rev 23089)
+++ trunk/dports/textproc/source-highlight/Portfile	2007-03-24 19:40:43 UTC (rev 23090)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             source-highlight
-version          2.5
+version          2.6
 categories       textproc devel
 maintainers      nomaintainer at macports.org
 description      source-code syntax highlighter
@@ -17,7 +17,9 @@
 homepage         http://www.gnu.org/software/src-highlite/
 platforms        darwin
 master_sites     gnu:src-highlite
-checksums        sha1 4ba76ae656098f54904955cd227e53f18be454f7
+checksums        md5 f36f813a0e5e2a55e9f8050a65dbc594 \
+                 sha1 ae23b07595f40815708dc5e271517d0450664462 \
+                 rmd160 cca6bc31921d544053a59f67c02dd8eb67e6c777
 
 depends_lib      port:boost
 
@@ -25,8 +27,12 @@
 configure.args   --infodir=${prefix}/share/info \
                  --mandir=${prefix}/share/man
 
-test.run         yes
-test.target      check
+# target 'check' depends on ctags, sed to be POSIX. installing ctags, gsed
+# via MacPorts solves this issue, gsed's executable needs to go by the name
+# sed, though, which is currently not possible.
+# 
+# test.run         yes
+# test.target      check
 
 livecheck.check	regex
 livecheck.url	http://ftp.gnu.org/gnu/src-highlite/?M=D

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


More information about the macports-changes mailing list