diff options
author | pgj <pgj@FreeBSD.org> | 2009-07-19 23:00:44 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2009-07-19 23:00:44 +0800 |
commit | 3d4d66492d8125dde7175948c26a1c90bee09667 (patch) | |
tree | 190f67abf726af3295f394f372e22723923b1b8b /textproc/hs-pandoc | |
parent | 4bfe63499cb187f0210b24d4f3c217c63f45e5eb (diff) | |
download | freebsd-ports-gnome-3d4d66492d8125dde7175948c26a1c90bee09667.tar.gz freebsd-ports-gnome-3d4d66492d8125dde7175948c26a1c90bee09667.tar.zst freebsd-ports-gnome-3d4d66492d8125dde7175948c26a1c90bee09667.zip |
- Update to 1.2.1
Approved by: tabthorpe (mentor, implicit)
Diffstat (limited to 'textproc/hs-pandoc')
-rw-r--r-- | textproc/hs-pandoc/Makefile | 6 | ||||
-rw-r--r-- | textproc/hs-pandoc/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index 26fa07e07ce6..95b2a03fdd5c 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-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/hs-pandoc/distinfo b/textproc/hs-pandoc/distinfo index 4a233ab83425..41b33c5ad2ee 100644 --- a/textproc/hs-pandoc/distinfo +++ b/textproc/hs-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 |