From cedc181c97c349539434a4149d6b5dce63e58c5f Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 25 Aug 2007 16:42:14 +0000 Subject: Make Portfile into a template. git-svn-id: https://pandoc.googlecode.com/svn/trunk@885 788f1e2b-df1e-0410-8736-df70ead52e1b --- macports/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macports/Portfile b/macports/Portfile index 07c881a0b..23a07f536 100644 --- a/macports/Portfile +++ b/macports/Portfile @@ -2,7 +2,7 @@ PortSystem 1.0 name pandoc -version 0.41 +version @VERSION@ categories textproc maintainers jgm@berkeley.edu description General markup converter @@ -15,7 +15,7 @@ long_description \ homepage http://sophos.berkeley.edu/pandoc/ platforms darwin master_sites http://pandoc.googlecode.com/files/ -checksums md5 732d5b690dda755c3b0b34d485488dd3 +checksums md5 @TARBALLMD5SUM@ depends_lib port:ghc configure {} -- cgit v1.2.3