svn commit: r387711 - in head: irc/anope x11/rofi

Mathieu Arnold mat at FreeBSD.org
Thu May 28 08:16:27 UTC 2015


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 at 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


More information about the svn-ports-head mailing list