diff options
author | pgj <pgj@FreeBSD.org> | 2012-08-03 10:30:07 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-08-03 10:30:07 +0800 |
commit | c375ed37df92a6e58eaf54cf831525f3a49c9629 (patch) | |
tree | 8ee3a15fcf61eb9a77ce79ffe7cc567f6e56e480 /net | |
parent | 9c52697bc371ab647ee6cd5811c6ca220c7f6e11 (diff) | |
download | freebsd-ports-gnome-c375ed37df92a6e58eaf54cf831525f3a49c9629.tar.gz freebsd-ports-gnome-c375ed37df92a6e58eaf54cf831525f3a49c9629.tar.zst freebsd-ports-gnome-c375ed37df92a6e58eaf54cf831525f3a49c9629.zip |
- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft
Obtained from: FreeBSD Haskell
Diffstat (limited to 'net')
-rw-r--r-- | net/hs-hostname/Makefile | 2 | ||||
-rw-r--r-- | net/hs-network-conduit/Makefile | 1 | ||||
-rw-r--r-- | net/hs-network/Makefile | 1 | ||||
-rw-r--r-- | net/hs-pcap/Makefile | 2 | ||||
-rw-r--r-- | net/hs-sendfile/Makefile | 1 | ||||
-rw-r--r-- | net/hs-socks/Makefile | 1 |
6 files changed, 6 insertions, 2 deletions
diff --git a/net/hs-hostname/Makefile b/net/hs-hostname/Makefile index 0c9b5a385bd5..f371bd9a4c4f 100644 --- a/net/hs-hostname/Makefile +++ b/net/hs-hostname/Makefile @@ -7,7 +7,7 @@ PORTNAME= hostname PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network-conduit/Makefile b/net/hs-network-conduit/Makefile index d8c432c2920b..b2e88fb460e7 100644 --- a/net/hs-network-conduit/Makefile +++ b/net/hs-network-conduit/Makefile @@ -7,6 +7,7 @@ PORTNAME= network-conduit PORTVERSION= 0.4.0.1 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network/Makefile b/net/hs-network/Makefile index 3f7556f3b5cb..d3f999010e23 100644 --- a/net/hs-network/Makefile +++ b/net/hs-network/Makefile @@ -7,6 +7,7 @@ PORTNAME= network PORTVERSION= 2.3.0.13 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-pcap/Makefile b/net/hs-pcap/Makefile index 9c91d574e4a3..4c2c9f792b67 100644 --- a/net/hs-pcap/Makefile +++ b/net/hs-pcap/Makefile @@ -7,7 +7,7 @@ PORTNAME= pcap PORTVERSION= 0.4.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-sendfile/Makefile b/net/hs-sendfile/Makefile index 0a0f860583ac..08677529df54 100644 --- a/net/hs-sendfile/Makefile +++ b/net/hs-sendfile/Makefile @@ -7,6 +7,7 @@ PORTNAME= sendfile PORTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-socks/Makefile b/net/hs-socks/Makefile index 060273a9d8f7..cf1123f9190d 100644 --- a/net/hs-socks/Makefile +++ b/net/hs-socks/Makefile @@ -7,6 +7,7 @@ PORTNAME= socks PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org |