aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-09-04 16:02:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-09-04 16:02:16 +0000
commita8ed171245e2ea11b77ce5e3ed92e552541f6dc1 (patch)
tree2d206dd00b752621c542c0b063bec6c9471a3355 /devel
parent76fa2c1542494266da9e81ebf8b0c737fc4c652c (diff)
downloadports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.tar.gz
ports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/dbus-sharp-glib/Makefile6
-rw-r--r--devel/dbus-sharp/Makefile4
-rw-r--r--devel/libcli/Makefile4
3 files changed, 11 insertions, 3 deletions
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 <bsd.port.options.mk>
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 \