Revision
75595
Author
singingwolfboy@macports.org
Date
2011-01-31 17:13:51 -0800 (Mon, 31 Jan 2011)

Log Message

hs-citeproc: switched from pulling from github to pulling from official hackage website

Modified Paths

Diff

Modified: trunk/dports/devel/hs-citeproc/Portfile (75594 => 75595)


--- trunk/dports/devel/hs-citeproc/Portfile	2011-02-01 00:48:57 UTC (rev 75594)
+++ trunk/dports/devel/hs-citeproc/Portfile	2011-02-01 01:13:51 UTC (rev 75595)
@@ -6,6 +6,7 @@
 
 haskell.setup       citeproc-hs 0.3.1
 name                hs-citeproc
+revision            1
 maintainers         singingwolfboy openmaintainer
 homepage            http://code.haskell.org/citeproc-hs
 description         citeproc-hs is a library for rendering bibliographic reference citations
@@ -16,9 +17,9 @@
     http://citationstyles.org/.
 
 platforms           darwin
-fetch.type          git
-git.url             git://github.com/singingwolfboy/citeproc-hs.git
-git.branch          8cc4e317953b29a5f25d
+checksums           md5     a43f7db8110a1d0fa168f9e38c1345e1 \
+                    sha1    5b8aa9bfd723dd9dd9543c4d457bd625bb10847e \
+                    rmd160  947a7717f1fdb73d2b68b5094cd9a47e2758aaf5
 
 license             BSD3
 depends_lib-append  port:hs-json port:hs-pandoc-types port:hs-xml \