Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2012 03:03:07 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301901 - head/mail/hs-mime
Message-ID:  <201208030303.q73337Mo061724@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgj
Date: Fri Aug  3 03:03:06 2012
New Revision: 301901
URL: http://svn.freebsd.org/changeset/ports/301901

Log:
  - Update to 0.3.3.2
  - Use the new options framework
  
  Obtained from:	FreeBSD Haskell

Modified:
  head/mail/hs-mime/Makefile
  head/mail/hs-mime/distinfo
  head/mail/hs-mime/pkg-descr

Modified: head/mail/hs-mime/Makefile
==============================================================================
--- head/mail/hs-mime/Makefile	Fri Aug  3 03:02:01 2012	(r301900)
+++ head/mail/hs-mime/Makefile	Fri Aug  3 03:03:06 2012	(r301901)
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	mime
-PORTVERSION=	0.3.3
-PORTREVISION=	1
+PORTVERSION=	0.3.3.2
 CATEGORIES=	mail haskell
 
 MAINTAINER=	haskell@FreeBSD.org
-COMMENT=	Haskell library for working with MIME types
+COMMENT=	Working with MIME types
 
 LICENSE=	BSD
 

Modified: head/mail/hs-mime/distinfo
==============================================================================
--- head/mail/hs-mime/distinfo	Fri Aug  3 03:02:01 2012	(r301900)
+++ head/mail/hs-mime/distinfo	Fri Aug  3 03:03:06 2012	(r301901)
@@ -1,2 +1,2 @@
-SHA256 (cabal/mime-0.3.3.tar.gz) = 64997d5e13afc7e9b46c9b940ff7623ec24def897bd0748d5592e5e2cd27ffd2
-SIZE (cabal/mime-0.3.3.tar.gz) = 8747
+SHA256 (cabal/mime-0.3.3.2.tar.gz) = 7672ef547792f2314a5b28aa57f9793abc474257779a2fcc70c1d00d05f84164
+SIZE (cabal/mime-0.3.3.2.tar.gz) = 8828

Modified: head/mail/hs-mime/pkg-descr
==============================================================================
--- head/mail/hs-mime/pkg-descr	Fri Aug  3 03:02:01 2012	(r301900)
+++ head/mail/hs-mime/pkg-descr	Fri Aug  3 03:03:06 2012	(r301901)
@@ -1,3 +1,3 @@
-This package contains a Haskell library for working with MIME types.
+Working with MIME types.
 
-WWW: http://hackage.haskell.org/package/mime
+WWW:	http://github.com/GaloisInc/mime



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208030303.q73337Mo061724>