Date: Thu, 28 May 2015 08:16:26 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> 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 Message-ID: <201505280816.t4S8GQHl069152@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505280816.t4S8GQHl069152>