diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-08 15:07:56 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-08 15:07:56 +0000 |
commit | 603107411289bde5cf238041d35452ffb4b244cb (patch) | |
tree | 4cb7362026671f9c9bbf7d5370624db66441a101 /www | |
parent | f2956c883d7b0682b6a4f3eae2ea373a792a9d38 (diff) | |
download | freebsd-ports-603107411289bde5cf238041d35452ffb4b244cb.zip |
Unbreak by following to new github location.
Have to do all the autotools stuff ourselves now, but at
least it's buildable again.
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-sharp/Makefile | 13 | ||||
-rw-r--r-- | 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 <bsd.port.mk> 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 |