[89035] trunk/dports/textproc/multimarkdown/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Jan 18 04:38:24 PST 2012
Revision: 89035
http://trac.macports.org/changeset/89035
Author: ryandesign at macports.org
Date: 2012-01-18 04:38:23 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
multimarkdown: use github portgroup
Modified Paths:
--------------
trunk/dports/textproc/multimarkdown/Portfile
Modified: trunk/dports/textproc/multimarkdown/Portfile
===================================================================
--- trunk/dports/textproc/multimarkdown/Portfile 2012-01-18 12:27:46 UTC (rev 89034)
+++ trunk/dports/textproc/multimarkdown/Portfile 2012-01-18 12:38:23 UTC (rev 89035)
@@ -1,11 +1,10 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
+github.setup fletcher peg-multimarkdown 3.2
name multimarkdown
-set git_name peg-${name}
-set git_author fletcher
-version 3.2
revision 1
categories textproc
license GPL-2+ MIT
@@ -25,7 +24,6 @@
platforms darwin
fetch.type git
-git.url https://github.com/${git_author}/${git_name}
git.branch ${version}
configure {
system "cd ${worksrcpath} && git submodule init"
@@ -50,7 +48,3 @@
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 port:gettext
depends_build port:pkgconfig
-
-livecheck.type regex
-livecheck.url https://github.com/${git_author}/${git_name}/tags
-livecheck.regex {tarball/([0-9.]+)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/ee2f2732/attachment.html>
More information about the macports-changes
mailing list