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 /devel/hs-ObjectName | |
parent | f2febc81eeab0d296325ecc49e1825762e5cd5d7 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=273838
Diffstat (limited to 'devel/hs-ObjectName')
-rw-r--r-- | devel/hs-ObjectName/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-ObjectName/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-ObjectName/pkg-plist | 14 |
3 files changed, 3 insertions, 15 deletions
diff --git a/devel/hs-ObjectName/Makefile b/devel/hs-ObjectName/Makefile index 7bd7aed2cd23..1d6bd016ecf2 100644 --- a/devel/hs-ObjectName/Makefile +++ b/devel/hs-ObjectName/Makefile @@ -7,11 +7,14 @@ PORTNAME= ObjectName PORTVERSION= 1.0.0.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Explicitly handled object names for Haskell +LICENSE= BSD + CABAL_SETUP= Setup.hs .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/devel/hs-ObjectName/distinfo b/devel/hs-ObjectName/distinfo index 281cd8b1d689..978ef01c8d43 100644 --- a/devel/hs-ObjectName/distinfo +++ b/devel/hs-ObjectName/distinfo @@ -1,3 +1,2 @@ -MD5 (cabal/ObjectName-1.0.0.0.tar.gz) = 00140131c26a51ae1118f685a73ad923 SHA256 (cabal/ObjectName-1.0.0.0.tar.gz) = 358b7185d1f3e414a4a28155a93e15b433833967542f81354e50d0a88052217b SIZE (cabal/ObjectName-1.0.0.0.tar.gz) = 1843 diff --git a/devel/hs-ObjectName/pkg-plist b/devel/hs-ObjectName/pkg-plist deleted file mode 100644 index 161087fd4014..000000000000 --- a/devel/hs-ObjectName/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -@comment $FreeBSD$ -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/ObjectName.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%%/Data -@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 |