Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 19:14:06 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384316 - head/irc/insub
Message-ID:  <201504191914.t3JJE63S069108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sun Apr 19 19:14:06 2015
New Revision: 384316
URL: https://svnweb.freebsd.org/changeset/ports/384316

Log:
  Use the new USE_GITHUB.
  
  And, reassign to ports@. I don't want to maintain this anymore.

Modified:
  head/irc/insub/Makefile
  head/irc/insub/distinfo

Modified: head/irc/insub/Makefile
==============================================================================
--- head/irc/insub/Makefile	Sun Apr 19 19:10:05 2015	(r384315)
+++ head/irc/insub/Makefile	Sun Apr 19 19:14:06 2015	(r384316)
@@ -4,14 +4,16 @@
 PORTNAME=	insub
 PORTVERSION=	16.0
 CATEGORIES=	irc
-MASTER_SITES=	http://github.com/cjones/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/
 
-MAINTAINER=	adamw@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Some scripts for expressing how you feel on IRC and the web
 
 RUN_DEPENDS=	cowsay:${PORTSDIR}/games/cowsay \
 		figlet:${PORTSDIR}/misc/figlet
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	cjones
+
 USES=		perl5 python:2.5+
 USE_PERL5=	run
 
@@ -21,7 +23,6 @@ COWS_DESC=	Install a collection of cowsa
 OPTIONS_SUB=	yes
 
 NO_BUILD=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTNAME}
 DATADIR=	${PREFIX}/share/cows
 
 post-patch:

Modified: head/irc/insub/distinfo
==============================================================================
--- head/irc/insub/distinfo	Sun Apr 19 19:10:05 2015	(r384315)
+++ head/irc/insub/distinfo	Sun Apr 19 19:14:06 2015	(r384316)
@@ -1,2 +1,2 @@
-SHA256 (insub-16.0.tar.gz) = 6d7adb6d420e67ec802911672dfa0a17e84549aef28160dbaf81e4fbea5f375a
-SIZE (insub-16.0.tar.gz) = 1988395
+SHA256 (insub-16.0_GH0.tar.gz) = 6a4b985ea48ca42eeea03b6db50c4274578fdb9c82f2748d1ed489baf142c915
+SIZE (insub-16.0_GH0.tar.gz) = 1987881



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504191914.t3JJE63S069108>