diff options
author | ashish <ashish@FreeBSD.org> | 2011-05-09 13:28:57 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-05-09 13:28:57 +0800 |
commit | c7a47a981222b062ac48e4edc5cae32fbed2b9c7 (patch) | |
tree | a1af1f5739f0a44d179f6f44b2ea70e07401da25 /ports-mgmt | |
parent | 63b87600f00dd6e3a998a1862f7c209aa5e62523 (diff) | |
download | freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.gz freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.zst freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.zip |
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/hs-porte/Makefile | 7 | ||||
-rw-r--r-- | ports-mgmt/hs-porte/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/hs-porte/pkg-plist | 17 |
3 files changed, 6 insertions, 22 deletions
diff --git a/ports-mgmt/hs-porte/Makefile b/ports-mgmt/hs-porte/Makefile index f3f34a95222d..9dd1924ac168 100644 --- a/ports-mgmt/hs-porte/Makefile +++ b/ports-mgmt/hs-porte/Makefile @@ -5,15 +5,16 @@ # $FreeBSD$ PORTNAME= porte -PORTVERSION= 0.0.3 -PORTREVISION= 4 +PORTVERSION= 0.0.4 CATEGORIES= ports-mgmt haskell MAINTAINER= sbahra@repnop.org COMMENT= FreeBSD ports index search and statistical analysis tool +LICENSE= BSD + CABAL_SETUP= Setup.hs -USE_HACKAGE= stringsearch +USE_CABAL= stringsearch EXECUTABLE= porte diff --git a/ports-mgmt/hs-porte/distinfo b/ports-mgmt/hs-porte/distinfo index a39dbb40d191..3b1dd96d838e 100644 --- a/ports-mgmt/hs-porte/distinfo +++ b/ports-mgmt/hs-porte/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/porte-0.0.3.tar.gz) = 843169fa258872582a05ac38a046df0def28cbdbe3d0d6d526baca317dfcabf3 -SIZE (cabal/porte-0.0.3.tar.gz) = 3737 +SHA256 (cabal/porte-0.0.4.tar.gz) = 4d3c0b25d2c0dcc36b98fb692100179dd776d142d677c51430106ff0d79a87b1 +SIZE (cabal/porte-0.0.4.tar.gz) = 3767 diff --git a/ports-mgmt/hs-porte/pkg-plist b/ports-mgmt/hs-porte/pkg-plist deleted file mode 100644 index 97b48bca44b0..000000000000 --- a/ports-mgmt/hs-porte/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -@comment $FreeBSD$ -bin/porte -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Porte/Ports.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Porte/Statistics.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Porte/Tool.hi -%%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%%/Porte -@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 |