diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-07-19 15:00:44 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-07-19 15:00:44 +0000 |
commit | 8219325fdf0c750624cef3dd5377ae68ea8be2fa (patch) | |
tree | 2045d825efcad2e8590f39acc3333adb36543524 /textproc/pandoc | |
parent | a2dc6e2282ea70bfd7ceb3b9695b3e32aa81dcef (diff) | |
download | ports-8219325fdf0c750624cef3dd5377ae68ea8be2fa.tar.gz ports-8219325fdf0c750624cef3dd5377ae68ea8be2fa.zip |
Notes
Diffstat (limited to 'textproc/pandoc')
-rw-r--r-- | textproc/pandoc/Makefile | 6 | ||||
-rw-r--r-- | textproc/pandoc/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/textproc/pandoc/Makefile b/textproc/pandoc/Makefile index 26fa07e07ce6..95b2a03fdd5c 100644 --- a/textproc/pandoc/Makefile +++ b/textproc/pandoc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pandoc -PORTVERSION= 1.2 +PORTVERSION= 1.2.1 CATEGORIES= textproc haskell MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -36,6 +36,10 @@ BUILD_DEPENDS+= hs-highlighting-kate-ghc>=0.2:${PORTSDIR}/textproc/hs-highlighti MAKE_ARGS= CABALOPTS+="-fhighlighting" .endif +post-patch: + @${REINPLACE_CMD} -e 's/Text.Pandoc.TH,/Text.Pandoc.TH/; /Paths_pandoc/d' \ + ${WRKSRC}/pandoc.cabal + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dist/build/pandoc/pandoc ${PREFIX}/bin .for script in ${SCRIPTS} diff --git a/textproc/pandoc/distinfo b/textproc/pandoc/distinfo index 4a233ab83425..41b33c5ad2ee 100644 --- a/textproc/pandoc/distinfo +++ b/textproc/pandoc/distinfo @@ -1,3 +1,3 @@ -MD5 (pandoc-1.2.tar.gz) = 402999cf17dd7072e4c8c7b6b6050ec3 -SHA256 (pandoc-1.2.tar.gz) = e922c8f4765a8d105abf30dbe21a73961357929cd2fb8dfd323f0f62ca0723b4 -SIZE (pandoc-1.2.tar.gz) = 328603 +MD5 (pandoc-1.2.1.tar.gz) = b57900f883823d5b24029c4768aa2d12 +SHA256 (pandoc-1.2.1.tar.gz) = 642bdcbc1423d6a7b12f03a2edb696b78a03c3022719749e52df7b0efbb8644a +SIZE (pandoc-1.2.1.tar.gz) = 332692 |