diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-08-03 10:30:07 +0800 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-08-03 10:30:07 +0800 |
commit | db8a630740d7952632fca1d12503a442fc625335 (patch) | |
tree | 8ee3a15fcf61eb9a77ce79ffe7cc567f6e56e480 /ftp | |
parent | 336cf4f81e31ae43ff7b5ec434e2305615de4392 (diff) | |
download | freebsd-ports-gnome-db8a630740d7952632fca1d12503a442fc625335.tar.gz freebsd-ports-gnome-db8a630740d7952632fca1d12503a442fc625335.tar.zst freebsd-ports-gnome-db8a630740d7952632fca1d12503a442fc625335.zip |
- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft
Obtained from: FreeBSD Haskell
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/hs-curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/hs-curl/Makefile b/ftp/hs-curl/Makefile index 5f104d9528a7..c6072f1d343a 100644 --- a/ftp/hs-curl/Makefile +++ b/ftp/hs-curl/Makefile @@ -7,7 +7,7 @@ PORTNAME= curl PORTVERSION= 1.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp haskell MAINTAINER= haskell@FreeBSD.org |