diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
commit | 0c76a8384fc1de4958eb1228befbee727f00c596 (patch) | |
tree | 28680b3da252da7f45a2d25108e4e2a6e41a77e5 /converters/hs-dataenc | |
parent | f2febc81eeab0d296325ecc49e1825762e5cd5d7 (diff) |
Notes
Diffstat (limited to 'converters/hs-dataenc')
-rw-r--r-- | converters/hs-dataenc/Makefile | 19 | ||||
-rw-r--r-- | converters/hs-dataenc/distinfo | 4 | ||||
-rw-r--r-- | converters/hs-dataenc/pkg-plist | 29 |
3 files changed, 5 insertions, 47 deletions
diff --git a/converters/hs-dataenc/Makefile b/converters/hs-dataenc/Makefile index 23574e475554..ff70b452b961 100644 --- a/converters/hs-dataenc/Makefile +++ b/converters/hs-dataenc/Makefile @@ -6,28 +6,15 @@ # PORTNAME= dataenc -PORTVERSION= 0.13.0.3 +PORTVERSION= 0.14 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Data encoding library -CABAL_SETUP= Setup.hs - -OPTIONS= BUILDTESTS "Build unit and quickcheck tests" off +LICENSE= BSD -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" -.include <bsd.port.options.mk> - -.if defined(WITH_BUILDTESTS) -CONFIGURE_ARGS+= --flags="BuildTests" -USE_HACKAGE+= QuickCheck>=2.1.0.0 test-framework test-framework-hunit test-framework-quickcheck2 -EXECUTABLE+= tests -PLIST_SUB+= MAYBE_BUILDTESTS="" -.else -CONFIGURE_ARGS+= --flags="-BuildTests" -PLIST_SUB+= MAYBE_BUILDTESTS="@comment " -.endif +CABAL_SETUP= Setup.hs .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/converters/hs-dataenc/distinfo b/converters/hs-dataenc/distinfo index c62e46e8576f..efee26e96786 100644 --- a/converters/hs-dataenc/distinfo +++ b/converters/hs-dataenc/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/dataenc-0.13.0.3.tar.gz) = 141b1a58eec56451fc8a071c31f317a6623aebdcdc311c8872cf75973f594c27 -SIZE (cabal/dataenc-0.13.0.3.tar.gz) = 12573 +SHA256 (cabal/dataenc-0.14.tar.gz) = 86472a04ba237b366062be26211cfc16296b96e86225a644a2995c6eeabf2261 +SIZE (cabal/dataenc-0.14.tar.gz) = 12975 diff --git a/converters/hs-dataenc/pkg-plist b/converters/hs-dataenc/pkg-plist deleted file mode 100644 index 0057fad74506..000000000000 --- a/converters/hs-dataenc/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -@comment $FreeBSD$ -%%MAYBE_BUILDTESTS%%bin/tests -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/Base16.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/Base32.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/Base32Hex.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/Base64.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/Base64Url.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/Base85.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/DataEncoding.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/PythonString.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/QuotedPrintable.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/Url.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/Util.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/Uu.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/Xx.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary/Yenc.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a -%%LIBDIR_REL%%/register.sh -%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE -%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec/Binary -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Codec -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%% -@dirrm %%LIBDIR_REL%% -@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh -@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%% -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old |