diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-08 23:07:56 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-08 23:07:56 +0800 |
commit | dd131dca16cfed79563d5c132460234a3fc3238e (patch) | |
tree | 4cb7362026671f9c9bbf7d5370624db66441a101 | |
parent | ce5829b6be3e7ca786bacbc404e3c9246adea98f (diff) | |
download | freebsd-ports-gnome-dd131dca16cfed79563d5c132460234a3fc3238e.tar.gz freebsd-ports-gnome-dd131dca16cfed79563d5c132460234a3fc3238e.tar.zst freebsd-ports-gnome-dd131dca16cfed79563d5c132460234a3fc3238e.zip |
Unbreak by following to new github location.
Have to do all the autotools stuff ourselves now, but at
least it's buildable again.
-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 |