pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Please update wip/xmonad to 0.10



I just confirmed.

Index: Makefile
----------------------------------------------------
--- Makefile.orig       2012-12-27 18:26:08.000000000 +0900
+++ Makefile    2012-12-28 04:26:16.000000000 +0900
@@ -1,7 +1,7 @@
  # $NetBSD$
  DISTNAME=      xmonad-${VERSION}
  PKGNAME=       xmonad-${VERSION}
-VERSION=       0.9.1
+VERSION=       0.10
  CATEGORIES=    wm

  MAINTAINER=    esg%sdf.lonestar.org@localhost
@@ -10,10 +10,11 @@

  LICENSE=       modified-bsd

-BUILDLINK_API_DEPENDS.hs-x11+= hs-x11>=1.5.0.0
-BUILDLINK_API_DEPENDS.hs-x11+= hs-x11<1.6

  .include "../../x11/libX11/buildlink3.mk"
+.include "../../wip/hs-mtl/buildlink3.mk"
+.include "../../wip/hs-syb/buildlink3.mk"
+.include "../../wip/hs-utf8-string/buildlink3.mk"
  .include "../../wip/hs-x11/buildlink3.mk"
  .include "../../wip/mk/haskell.mk"
  .include "../../mk/bsd.pkg.mk"

Index: distinfo
----------------------------------------------------
--- distinfo.orig       2012-12-27 18:26:08.000000000 +0900
+++ distinfo    2012-12-28 04:30:14.000000000 +0900
@@ -1,5 +1,6 @@
  $NetBSD$

-SHA1 (xmonad-0.9.1.tar.gz) = 0ab612f753c97420e92905d0a800fd2a2e5a824a
-RMD160 (xmonad-0.9.1.tar.gz) = bbb4a8d909ed32f88dd4f3871a19b9d85892385e
-Size (xmonad-0.9.1.tar.gz) = 56974 bytes
+SHA1 (xmonad-0.10.tar.gz) = 8121afb884c9f1c0f972e10f0fe5a71f38106c9d
+RMD160 (xmonad-0.10.tar.gz) = 707f066049a49f817df2982726dd3e9c4dc1f9ad
+Size (xmonad-0.10.tar.gz) = 57681 bytes
+SHA1 (patch-xmonad.cabal) = 3302756c656fa4fc2febbc2e03a8e7c50afb26c4

Index: patches/patch-xmonad.cabal
----------------------------------------------------
--- xmonad.cabal   2011-11-19 08:14:36.000000000 +0900
+++ xmonad.cabal   2012-12-28 03:23:42.000000000 +0900
@@ -46,7 +46,7 @@
          build-depends: base < 5 && >=3, containers, directory,  
process, filepath, extensible-exceptions
      else
          build-depends: base < 3
-    build-depends: X11>=1.5.0.0 && < 1.6, mtl, unix,
+    build-depends: X11, mtl, unix, syb,
                     utf8-string >= 0.3 && < 0.4

      if true


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index