svn commit: r367636 - head/www/webkit-sharp

Adam Weinberger adamw at FreeBSD.org
Mon Sep 8 15:07:57 UTC 2014


Author: adamw
Date: Mon Sep  8 15:07:56 2014
New Revision: 367636
URL: http://svnweb.freebsd.org/changeset/ports/367636
QAT: https://qat.redports.org/buildarchive/r367636/

Log:
  Unbreak by following to new github location.
  
  Have to do all the autotools stuff ourselves now, but at
  least it's buildable again.

Modified:
  head/www/webkit-sharp/Makefile
  head/www/webkit-sharp/distinfo

Modified: head/www/webkit-sharp/Makefile
==============================================================================
--- head/www/webkit-sharp/Makefile	Mon Sep  8 14:48:22 2014	(r367635)
+++ head/www/webkit-sharp/Makefile	Mon Sep  8 15:07:56 2014	(r367636)
@@ -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 at 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>

Modified: head/www/webkit-sharp/distinfo
==============================================================================
--- head/www/webkit-sharp/distinfo	Mon Sep  8 14:48:22 2014	(r367635)
+++ head/www/webkit-sharp/distinfo	Mon Sep  8 15:07:56 2014	(r367636)
@@ -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


More information about the svn-ports-head mailing list