Hi ports --

Tried to install kde4 on a fresh computer and was quickly met with failure because akonadi wasn't found on the MASTER_SITES list. Patch below fixes it.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/kde4/akonadi/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    3 Feb 2013 13:21:42 -0000    1.4
+++ Makefile    16 Mar 2013 15:56:45 -0000
@@ -4,7 +4,7 @@ VERSION =        1.3.1
 COMMENT =        kde pim access libraries
 DISTNAME =        akonadi-${VERSION}

-MASTER_SITES =        http://download.akonadi-project.org/
+MASTER_SITES =        ${MASTER_SITE_KDE:=/stable/akonadi/src/}
 SHARED_LIBS +=         akonadiprivate 0.0         # 1.0
 SHARED_LIBS +=         akonadiprotocolinternals 0.0    # 1.0



Reply via email to