From owner-svn-ports-all@FreeBSD.ORG Thu May 28 08:16:27 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC8F2896; Thu, 28 May 2015 08:16:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A09199D0; Thu, 28 May 2015 08:16:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4S8GRkV069157; Thu, 28 May 2015 08:16:27 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4S8GQHl069152; Thu, 28 May 2015 08:16:26 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201505280816.t4S8GQHl069152@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 28 May 2015 08:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387711 - in head: irc/anope x11/rofi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2015 08:16:27 -0000 Author: mat Date: Thu May 28 08:16:26 2015 New Revision: 387711 URL: https://svnweb.freebsd.org/changeset/ports/387711 Log: Fixup USE_GITHUB usage. With hat: portmgr Sponsored by: Absolight Modified: head/irc/anope/Makefile head/irc/anope/distinfo head/x11/rofi/Makefile head/x11/rofi/distinfo Modified: head/irc/anope/Makefile ============================================================================== --- head/irc/anope/Makefile Thu May 28 08:12:47 2015 (r387710) +++ head/irc/anope/Makefile Thu May 28 08:16:26 2015 (r387711) @@ -18,9 +18,6 @@ LDFLAGS+= "-L${LOCALBASE}/lib" SHEBANG_FILES= ${WRKSRC}/src/tools/*.sh USE_GITHUB= yes -GH_ACCOUNT= anope -GH_PROJECT= anope -GH_TAGNAME= ${PORTVERSION} USE_RC_SUBR= anope Modified: head/irc/anope/distinfo ============================================================================== --- head/irc/anope/distinfo Thu May 28 08:12:47 2015 (r387710) +++ head/irc/anope/distinfo Thu May 28 08:16:26 2015 (r387711) @@ -1,2 +1,2 @@ -SHA256 (anope-anope-2.0.2-2.0.2_GH0.tar.gz) = 15e041bf3ebe0c86002e41162e98beb9276a910ef43628c46b58ae0a230401e2 -SIZE (anope-anope-2.0.2-2.0.2_GH0.tar.gz) = 1764564 +SHA256 (anope-anope-2.0.2_GH0.tar.gz) = 15e041bf3ebe0c86002e41162e98beb9276a910ef43628c46b58ae0a230401e2 +SIZE (anope-anope-2.0.2_GH0.tar.gz) = 1764564 Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Thu May 28 08:12:47 2015 (r387710) +++ head/x11/rofi/Makefile Thu May 28 08:16:26 2015 (r387711) @@ -3,7 +3,6 @@ PORTNAME= rofi PORTVERSION= 0.15.2 CATEGORIES= x11 -MASTER_SITES= GH MAINTAINER= nomoo@nomoo.ru COMMENT= Window switcher, run dialog and dmenu replacement @@ -12,9 +11,7 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= DaveDavenport -GH_TAGNAME= 0.15.2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes USES= autoreconf pkgconfig gmake USE_XORG= x11 xinerama xft Modified: head/x11/rofi/distinfo ============================================================================== --- head/x11/rofi/distinfo Thu May 28 08:12:47 2015 (r387710) +++ head/x11/rofi/distinfo Thu May 28 08:16:26 2015 (r387711) @@ -1,2 +1,2 @@ -SHA256 (DaveDavenport-rofi-0.15.2-0.15.2_GH0.tar.gz) = f666398a85d1809fe482bf97ca929105e40319d2c496a849facaf127082b01a2 -SIZE (DaveDavenport-rofi-0.15.2-0.15.2_GH0.tar.gz) = 63627 +SHA256 (DaveDavenport-rofi-0.15.2_GH0.tar.gz) = f666398a85d1809fe482bf97ca929105e40319d2c496a849facaf127082b01a2 +SIZE (DaveDavenport-rofi-0.15.2_GH0.tar.gz) = 63627