Date: Thu, 7 Nov 2013 13:47:59 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333097 - head/net/ranch Message-ID: <201311071347.rA7Dlx5i098302@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Thu Nov 7 13:47:59 2013 New Revision: 333097 URL: http://svnweb.freebsd.org/changeset/ports/333097 Log: - Switch to USES=gmake. - Remove redundant GH master site. Modified: head/net/ranch/Makefile Modified: head/net/ranch/Makefile ============================================================================== --- head/net/ranch/Makefile Thu Nov 7 13:47:05 2013 (r333096) +++ head/net/ranch/Makefile Thu Nov 7 13:47:59 2013 (r333097) @@ -3,7 +3,6 @@ PORTNAME= ranch PORTVERSION= 0.8.5 CATEGORIES= net -MASTER_SITES= GH MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang socket acceptor pool for TCP protocols @@ -13,7 +12,7 @@ RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang PLIST_SUB= VERSION="${PORTVERSION}" -USE_GMAKE= yes +USES= gmake USE_GITHUB= yes GH_ACCOUNT= extend GH_PROJECT= ranch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071347.rA7Dlx5i098302>