From a8ed171245e2ea11b77ce5e3ed92e552541f6dc1 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 4 Sep 2015 16:02:16 +0000 Subject: Convert most ports using cloud.github.com to GHC. Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight --- devel/dbus-sharp-glib/Makefile | 6 +++++- devel/dbus-sharp/Makefile | 4 +++- devel/libcli/Makefile | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) (limited to 'devel') diff --git a/devel/dbus-sharp-glib/Makefile b/devel/dbus-sharp-glib/Makefile index a489d47a9c5b..78ced1426d05 100644 --- a/devel/dbus-sharp-glib/Makefile +++ b/devel/dbus-sharp-glib/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbus-sharp-glib PORTVERSION= 0.5.0 CATEGORIES= devel -MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/ +MASTER_SITES= GHC MAINTAINER= mono@FreeBSD.org COMMENT= D-Bus for .NET: GLib integration module @@ -12,6 +12,10 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-1.0.pc:${PORTSDIR}/deve RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-1.0.pc:${PORTSDIR}/devel/dbus-sharp USES= gmake pathfix pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= mono +GH_PROJECT= dbus-sharp + GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs diff --git a/devel/dbus-sharp/Makefile b/devel/dbus-sharp/Makefile index c07523bf8db2..dd92c89d84de 100644 --- a/devel/dbus-sharp/Makefile +++ b/devel/dbus-sharp/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.7.0 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel gnome -MASTER_SITES= http://cloud.github.com/downloads/mono/${PORTNAME}/ +MASTER_SITES= GHC MAINTAINER= mono@FreeBSD.org COMMENT= Mono interface to the D-BUS messaging system @@ -16,6 +16,8 @@ LICENSE= MIT GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs USES= gmake mono pathfix pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= mono .include diff --git a/devel/libcli/Makefile b/devel/libcli/Makefile index 6c7a64912041..fee81168d9eb 100644 --- a/devel/libcli/Makefile +++ b/devel/libcli/Makefile @@ -4,7 +4,7 @@ PORTNAME= libcli PORTVERSION= 1.9.6 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://cloud.github.com/downloads/dparrish/libcli/ +MASTER_SITES= GHC MAINTAINER= tj@FreeBSD.org COMMENT= Emulates a Cisco style command-line interface @@ -13,6 +13,8 @@ LICENSE= LGPL21 USES= gmake USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= dparrish PLIST_FILES= lib/libcli.so \ lib/libcli.so.1.9.6 \ -- cgit v1.2.3