aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-url
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2011-05-09 13:28:57 +0800
committerAshish SHUKLA <ashish@FreeBSD.org>2011-05-09 13:28:57 +0800
commit0c76a8384fc1de4958eb1228befbee727f00c596 (patch)
tree28680b3da252da7f45a2d25108e4e2a6e41a77e5 /www/hs-url
parentf2febc81eeab0d296325ecc49e1825762e5cd5d7 (diff)
downloadfreebsd-ports-gnome-0c76a8384fc1de4958eb1228befbee727f00c596.tar.gz
freebsd-ports-gnome-0c76a8384fc1de4958eb1228befbee727f00c596.tar.zst
freebsd-ports-gnome-0c76a8384fc1de4958eb1228befbee727f00c596.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 'www/hs-url')
-rw-r--r--www/hs-url/Makefile5
-rw-r--r--www/hs-url/pkg-plist14
2 files changed, 4 insertions, 15 deletions
diff --git a/www/hs-url/Makefile b/www/hs-url/Makefile
index 2a6688072204..18af881fdfdd 100644
--- a/www/hs-url/Makefile
+++ b/www/hs-url/Makefile
@@ -7,12 +7,15 @@
PORTNAME= url
PORTVERSION= 2.1.2
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A Haskell library for working with URLs
-USE_HACKAGE= utf8-string>=0.3.4
+LICENSE= BSD
+
+USE_CABAL= utf8-string>=0.3.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/www/hs-url/pkg-plist b/www/hs-url/pkg-plist
deleted file mode 100644
index 3c88b703fa94..000000000000
--- a/www/hs-url/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $FreeBSD$
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/URL.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%%/Network
-@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