aboutsummaryrefslogtreecommitdiff
path: root/archivers/hs-zip-archive
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /archivers/hs-zip-archive
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
downloadports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz
ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip
Notes
Diffstat (limited to 'archivers/hs-zip-archive')
-rw-r--r--archivers/hs-zip-archive/Makefile10
-rw-r--r--archivers/hs-zip-archive/distinfo4
-rw-r--r--archivers/hs-zip-archive/pkg-descr2
3 files changed, 5 insertions, 11 deletions
diff --git a/archivers/hs-zip-archive/Makefile b/archivers/hs-zip-archive/Makefile
index 92e78da810b6..bb3baf184d29 100644
--- a/archivers/hs-zip-archive/Makefile
+++ b/archivers/hs-zip-archive/Makefile
@@ -1,13 +1,7 @@
-# New ports collection makefile for: zip-archive
-# Date created: December 15, 2008
-# Whom: Gabor Pali <pgj@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= zip-archive
-PORTVERSION= 0.1.1.8
-PORTREVISION= 1
+PORTVERSION= 0.1.2.1
CATEGORIES= archivers haskell
MAINTAINER= haskell@FreeBSD.org
@@ -21,7 +15,7 @@ OPTIONS_DEFINE= EXECUTABLE
EXECUTABLE_DESC= Build the Zip executable
-.include <bsd.port.options.mk>
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
.if ${PORT_OPTIONS:MEXECUTABLE}
CONFIGURE_ARGS+= --flags="executable"
diff --git a/archivers/hs-zip-archive/distinfo b/archivers/hs-zip-archive/distinfo
index 9fa6da952712..ce7ba3f13671 100644
--- a/archivers/hs-zip-archive/distinfo
+++ b/archivers/hs-zip-archive/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/zip-archive-0.1.1.8.tar.gz) = c11333201fad7f1fb19d4f40977b77620f04290005ead30ecbd4c4aec3940467
-SIZE (cabal/zip-archive-0.1.1.8.tar.gz) = 17227
+SHA256 (cabal/zip-archive-0.1.2.1.tar.gz) = f0ce17e41b28889543a1dd4dda1546b3cdd53a616101f3efb2846c37f39217b0
+SIZE (cabal/zip-archive-0.1.2.1.tar.gz) = 11123
diff --git a/archivers/hs-zip-archive/pkg-descr b/archivers/hs-zip-archive/pkg-descr
index a19761826aeb..7d05274c2365 100644
--- a/archivers/hs-zip-archive/pkg-descr
+++ b/archivers/hs-zip-archive/pkg-descr
@@ -1,4 +1,4 @@
The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives.
-WWW: http://github.com/jgm/zip-archive
+WWW: http://github.com/jgm/zip-archive