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 /net/hs-pcap | |
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 'net/hs-pcap')
-rw-r--r-- | net/hs-pcap/Makefile | 5 | ||||
-rw-r--r-- | net/hs-pcap/distinfo | 4 | ||||
-rw-r--r-- | net/hs-pcap/pkg-plist | 18 |
3 files changed, 6 insertions, 21 deletions
diff --git a/net/hs-pcap/Makefile b/net/hs-pcap/Makefile index 6b3af2d83393..1bce4806ad53 100644 --- a/net/hs-pcap/Makefile +++ b/net/hs-pcap/Makefile @@ -6,13 +6,16 @@ # PORTNAME= pcap -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.5.1 CATEGORIES= net haskell MAINTAINER= jupengfei@gmail.com COMMENT= A system-independent interface for user-level packet capture +LICENSE= BSD + CABAL_SETUP= Setup.lhs +USE_CABAL= network .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/net/hs-pcap/distinfo b/net/hs-pcap/distinfo index cb80c432b5be..23bc2b6f4559 100644 --- a/net/hs-pcap/distinfo +++ b/net/hs-pcap/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/pcap-0.4.5.tar.gz) = f3b9a93cbee762b7d1f0384ad9a16f686db3c76260e85bc702da792356b5c569 -SIZE (cabal/pcap-0.4.5.tar.gz) = 46293 +SHA256 (cabal/pcap-0.4.5.1.tar.gz) = b21f220ecdd854f3bf371dec9c082f626e2757c11495d00e41dd8b63b67e6c5c +SIZE (cabal/pcap-0.4.5.1.tar.gz) = 48534 diff --git a/net/hs-pcap/pkg-plist b/net/hs-pcap/pkg-plist deleted file mode 100644 index 3ab92cedac86..000000000000 --- a/net/hs-pcap/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -@comment $FreeBSD$ -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/include/pcapconfig.h -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Pcap/Base.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Pcap.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/register.sh -%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE -%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/include -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Pcap -@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 |