[106821] trunk/dports/devel/hs-hslogger/Portfile

cal at macports.org cal at macports.org
Sat Jun 8 16:44:13 PDT 2013


Revision: 106821
          https://trac.macports.org/changeset/106821
Author:   cal at macports.org
Date:     2013-06-08 16:44:13 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
hs-hslogger: update to 1.2.1, force rebuild against new GHC, simplify

Modified Paths:
--------------
    trunk/dports/devel/hs-hslogger/Portfile

Modified: trunk/dports/devel/hs-hslogger/Portfile
===================================================================
--- trunk/dports/devel/hs-hslogger/Portfile	2013-06-08 23:43:39 UTC (rev 106820)
+++ trunk/dports/devel/hs-hslogger/Portfile	2013-06-08 23:44:13 UTC (rev 106821)
@@ -1,31 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
+PortGroup           haskell 1.0
 
-PortGroup	haskell 1.0
-haskell.setup	hslogger 1.0.10
-revision	1
-maintainers	nomaintainer
-platforms	darwin
+haskell.setup       hslogger 1.2.1
+checksums           rmd160  5b78f4a59783f9ec40bf85681e2f57ebc614af64 \
+                    sha256  c5538c3f79b9e8aac97a6f1377c82b9f70b88ee5e39f62f358953467e271cded
+
+maintainers         nomaintainer
+platforms           darwin
 license             BSD
 
-description	Versatile logging framework for haskell
-long_description	\
-	hslogger is a logging framework for Haskell, roughly similar	\
-	to Python's logging module.					\
-									\
-	hslogger lets each log message have a priority and source be	\
-	associated with it. The programmer can then define global	\
-	handlers that route or filter messages based on the priority	\
-	and source. hslogger also has a syslog handler built in. 
+description         Versatile logging framework
+long_description    \
+    hslogger is a logging framework for Haskell, roughly similar to Python's \
+    logging module. hslogger lets each log message have a priority and source \
+    be associated with it. The programmer can then define global handlers that \
+    route or filter messages based on the priority and source. hslogger also \
+    has a syslog handler built in.
 
-checksums	md5     f65a5326d28f9cdad6887a32525d70dc \
-		sha1    53310e45737fc177456e0b413383632cfe3b24b2 \
-		rmd160  c5be1e190b55b8850c97a38e948b6ff68f4140d3
-
-depends_lib-append \
-		port:hs-platform-network	\
-		port:hs-platform-mtl		\
-		port:hs-platform-time
-
-livecheck.type	none
+depends_lib-append  port:hs-mtl \
+                    port:hs-network
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/a6de03b2/attachment.html>


More information about the macports-changes mailing list