From dd131dca16cfed79563d5c132460234a3fc3238e Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 8 Sep 2014 15:07:56 +0000 Subject: Unbreak by following to new github location. Have to do all the autotools stuff ourselves now, but at least it's buildable again. --- www/webkit-sharp/Makefile | 13 +++++++++---- www/webkit-sharp/distinfo | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/www/webkit-sharp/Makefile b/www/webkit-sharp/Makefile index 35c10c2cfd72..81fd57ff06bd 100644 --- a/www/webkit-sharp/Makefile +++ b/www/webkit-sharp/Makefile @@ -4,20 +4,25 @@ PORTNAME= webkit-sharp PORTVERSION= 0.3 PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= Mono bindings for Webkit -BROKEN= does not fetch - BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} +USE_GITHUB= yes +GH_ACCOUNT= mono +GH_COMMIT= 4d50e3c + PLIST_SUB+= ASSEMBLY_VERSION=1.1.15 GNU_CONFIGURE= yes -USES= gmake mono pathfix pkgconfig tar:bzip2 +USES= gmake mono pathfix pkgconfig USE_GNOME= gtksharp20 +PATHFIX_MAKEFILEIN= Makefile.am + +USE_AUTOTOOLS= aclocal autoconf automake +AUTOMAKE_ARGS= --add-missing -i -f .include diff --git a/www/webkit-sharp/distinfo b/www/webkit-sharp/distinfo index 47927f7a48ec..e40c891a5242 100644 --- a/www/webkit-sharp/distinfo +++ b/www/webkit-sharp/distinfo @@ -1,2 +1,2 @@ -SHA256 (webkit-sharp-0.3.tar.bz2) = 6633630b6e4834b0f93726570d1c97e884470e3c400ae929cca2f1376b7b959a -SIZE (webkit-sharp-0.3.tar.bz2) = 88972 +SHA256 (webkit-sharp-0.3.tar.gz) = 98f2badbcf127aa5e9854aae97c43d2844a507a089c53f874c7c076443555370 +SIZE (webkit-sharp-0.3.tar.gz) = 18248 -- cgit