Unbreak by following to new github location.
Have to do all the autotools stuff ourselves now, but at least it's buildable again.
This commit is contained in:
parent
f2956c883d
commit
6031074112
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367636
2 changed files with 11 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue