<kili_p> can i add category 'bullshit' to all haskell ports? <tobiasu_p> only if you port systemd and put it there
So I ported systemd from http://hackage.haskell.org/package/systemd (proof attached, and please note how careful I copied the blurb from upstreams github project into pkg/DESCR). I'm not going to commit *that* one, but, well, I ported it ;-) Ok to commit the innocent bits below to lang/ghc? Index: Makefile =================================================================== RCS file: /cvs/ports/lang/ghc/Makefile,v retrieving revision 1.110 diff -u -p -r1.110 Makefile --- Makefile 22 Nov 2014 20:23:22 -0000 1.110 +++ Makefile 15 Dec 2014 22:48:11 -0000 @@ -14,7 +14,7 @@ COMMENT-doc = documentation for GHC DISTNAME = ghc-${MODGHC_VER} PKGNAME-main = ghc-${MODGHC_VER} PKGNAME-doc = ghc-doc-${MODGHC_VER} -CATEGORIES = lang devel +CATEGORIES = lang devel bullshit HOMEPAGE = http://www.haskell.org/ghc/ # Version of the precompiled binaries Index: ghc.port.mk =================================================================== RCS file: /cvs/ports/lang/ghc/ghc.port.mk,v retrieving revision 1.34 diff -u -p -r1.34 ghc.port.mk --- ghc.port.mk 22 Nov 2014 20:23:22 -0000 1.34 +++ ghc.port.mk 15 Dec 2014 22:48:11 -0000 @@ -35,7 +35,7 @@ MODGHC_BUILD ?= . if !${MODGHC_BUILD:L:Mnort} PKGNAME ?= hs-${DISTNAME} RUN_DEPENDS += lang/ghc=${MODGHC_VER} -CATEGORIES += lang/ghc +CATEGORIES += lang/ghc bullshit . endif . if ${MODGHC_BUILD:L:Mhackage}
hs-systemd.tgz
Description: application/tar-gz