aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-highlighting-kate
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2009-03-30 21:15:03 +0800
committerpgj <pgj@FreeBSD.org>2009-03-30 21:15:03 +0800
commita0d40dc6009485dd7b8904846c80a785b42f5ce8 (patch)
tree1cc1a0a8f0cd9558ec39cd10d727975de91d5f8e /textproc/hs-highlighting-kate
parent5283678121cc9bf9c50012ee78d276f72dcd080b (diff)
downloadfreebsd-ports-gnome-a0d40dc6009485dd7b8904846c80a785b42f5ce8.tar.gz
freebsd-ports-gnome-a0d40dc6009485dd7b8904846c80a785b42f5ce8.tar.zst
freebsd-ports-gnome-a0d40dc6009485dd7b8904846c80a785b42f5ce8.zip
- Update to 0.2.4
Approved by: gabor
Diffstat (limited to 'textproc/hs-highlighting-kate')
-rw-r--r--textproc/hs-highlighting-kate/Makefile7
-rw-r--r--textproc/hs-highlighting-kate/distinfo6
-rw-r--r--textproc/hs-highlighting-kate/pkg-descr2
-rw-r--r--textproc/hs-highlighting-kate/pkg-plist3
4 files changed, 10 insertions, 8 deletions
diff --git a/textproc/hs-highlighting-kate/Makefile b/textproc/hs-highlighting-kate/Makefile
index eaf48e16a382..92af6a8aebcf 100644
--- a/textproc/hs-highlighting-kate/Makefile
+++ b/textproc/hs-highlighting-kate/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= highlighting-kate
-PORTVERSION= 0.2.3
-PORTREVISION= 1
+PORTVERSION= 0.2.4
CATEGORIES= textproc haskell
MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= hs-
@@ -37,9 +36,9 @@ CONFIGURE_ARGS= --ghc --prefix=${PREFIX} --libdir=${PREFIX}/${CABALDIR} --libsub
.if !defined(NOPORTDOCS)
BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock
+PLIST_SUB+= RMLIC="@comment "
.else
-PLIST_DIRS+= %%DOCSDIR%%
-PLIST_FILES+= %%DOCSDIR%%/LICENSE
+PLIST_SUB+= RMLIC=""
.endif
do-configure:
diff --git a/textproc/hs-highlighting-kate/distinfo b/textproc/hs-highlighting-kate/distinfo
index 165fe0d77e0a..18ed9f06e214 100644
--- a/textproc/hs-highlighting-kate/distinfo
+++ b/textproc/hs-highlighting-kate/distinfo
@@ -1,3 +1,3 @@
-MD5 (highlighting-kate-0.2.3.tar.gz) = 903db32203038eab86b5adbdffbd15dd
-SHA256 (highlighting-kate-0.2.3.tar.gz) = 90fd3d402a3d0f02efe48c500302e26b867a45de5d744f097655edc929af0f2b
-SIZE (highlighting-kate-0.2.3.tar.gz) = 412081
+MD5 (highlighting-kate-0.2.4.tar.gz) = b09bed7dc1e31e415881eb3436178349
+SHA256 (highlighting-kate-0.2.4.tar.gz) = bcc0d8233b5f1cb9325cbb666710750872093130bcf944fda1a05c7588dff488
+SIZE (highlighting-kate-0.2.4.tar.gz) = 420683
diff --git a/textproc/hs-highlighting-kate/pkg-descr b/textproc/hs-highlighting-kate/pkg-descr
index 8794db9d31a2..0e4a93674836 100644
--- a/textproc/hs-highlighting-kate/pkg-descr
+++ b/textproc/hs-highlighting-kate/pkg-descr
@@ -1,4 +1,4 @@
-highlighting-kate is a syntax highlighting library for Haskell with
+The highlighting-kate is a syntax highlighting library for Haskell with
support for over 50 languages. The syntax parsers are automatically
generated from Kate syntax descriptions [1], so any syntax supported by
Kate can be added. An (optional) command-line program is provided,
diff --git a/textproc/hs-highlighting-kate/pkg-plist b/textproc/hs-highlighting-kate/pkg-plist
index 2115b2085626..a3be38b46ab5 100644
--- a/textproc/hs-highlighting-kate/pkg-plist
+++ b/textproc/hs-highlighting-kate/pkg-plist
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
%%SUBDIR%%/Text/Highlighting/Kate.hi
%%SUBDIR%%/Text/Highlighting/Kate/Common.hi
%%SUBDIR%%/Text/Highlighting/Kate/Definitions.hi
@@ -65,6 +66,8 @@
@dirrmtry %%SUBDIR%%/Text/Highlighting/Kate
@dirrmtry %%SUBDIR%%/Text/Highlighting
@dirrmtry %%SUBDIR%%/Text
+%%RMLIC%%%%DOCSDIR%%/LICENSE
+%%RMLIC%%@dirrm %%DOCSDIR%%
@exec sh %D/%%SUBDIR%%/%%PORTNAME%%-register.sh
@exec rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
@unexec ghc-pkg unregister %%PORTNAME%%