[89340] trunk/dports/textproc/jshon/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 25 17:42:22 PST 2012


Revision: 89340
          http://trac.macports.org/changeset/89340
Author:   ryandesign at macports.org
Date:     2012-01-25 17:42:20 -0800 (Wed, 25 Jan 2012)
Log Message:
-----------
jshon: fix incorrect use of github.tag_prefix

Modified Paths:
--------------
    trunk/dports/textproc/jshon/Portfile

Modified: trunk/dports/textproc/jshon/Portfile
===================================================================
--- trunk/dports/textproc/jshon/Portfile	2012-01-26 01:03:41 UTC (rev 89339)
+++ trunk/dports/textproc/jshon/Portfile	2012-01-26 01:42:20 UTC (rev 89340)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 PortGroup  github 1.0
 
-github.setup    keenerd jshon 20111222 471a3bd08e
+github.setup    keenerd jshon 20111222
 categories      textproc
 platforms       darwin
 license         MIT
@@ -13,7 +13,7 @@
 long_description  ${description}
 homepage        http://kmkeen.com/jshon/
 fetch.type      git
-git.branch      ${github.tag_prefix}
+git.branch      471a3bd08e
 
 depends_build   port:jansson
 use_configure   no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120125/79c96553/attachment.html>


More information about the macports-changes mailing list