From owner-svn-ports-head@freebsd.org Sun Dec 11 23:54:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2066FC722C0; Sun, 11 Dec 2016 23:54:26 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 BF7B917D0; Sun, 11 Dec 2016 23:54:25 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBBNsO7v009017; Sun, 11 Dec 2016 23:54:24 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBBNsOxW009015; Sun, 11 Dec 2016 23:54:24 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201612112354.uBBNsOxW009015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 11 Dec 2016 23:54:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428387 - head/misc/colwide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2016 23:54:26 -0000 Author: jhale Date: Sun Dec 11 23:54:24 2016 New Revision: 428387 URL: https://svnweb.freebsd.org/changeset/ports/428387 Log: Switch to USE_GITHUB; MASTER_SITES no longer available Distinfo has changed, but verified no difference in installed files While here: Add NO_ARCH PR: 215186 Submitted by: Neel Chauhan (maintainer) Modified: head/misc/colwide/Makefile head/misc/colwide/distinfo Modified: head/misc/colwide/Makefile ============================================================================== --- head/misc/colwide/Makefile Sun Dec 11 23:33:16 2016 (r428386) +++ head/misc/colwide/Makefile Sun Dec 11 23:54:24 2016 (r428387) @@ -3,9 +3,6 @@ PORTNAME= colwide PORTVERSION= 0.01 CATEGORIES= misc perl5 -MASTER_SITES= http://www.neelc.org/files/colwide/ -EXTRACT_SUFX= # empty -EXTRACT_ONLY= # empty MAINTAINER= neel@neelc.org COMMENT= Utility which outputs a number of characters to the screen @@ -14,16 +11,17 @@ LICENSE= BSD2CLAUSE USES= perl5 shebangfix USE_PERL5= run +NO_ARCH= yes NO_BUILD= yes -NO_WRKSUBDIR= yes + +USE_GITHUB= yes +GH_ACCOUNT= neelchauhan +GH_TAGNAME= 7b32131 SHEBANG_FILES= colwide PLIST_FILES= bin/${PORTNAME} -do-extract: - ${CP} ${DISTDIR}/colwide-${PORTVERSION} ${WRKSRC}/colwide - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/colwide ${STAGEDIR}${PREFIX}/bin/${PORTNAME} Modified: head/misc/colwide/distinfo ============================================================================== --- head/misc/colwide/distinfo Sun Dec 11 23:33:16 2016 (r428386) +++ head/misc/colwide/distinfo Sun Dec 11 23:54:24 2016 (r428387) @@ -1,2 +1,3 @@ -SHA256 (colwide-0.01) = 95c4c693d033331ce688f28a096c29e841bd706847d464f7d6d2c1163bc3c381 -SIZE (colwide-0.01) = 2220 +TIMESTAMP = 1481334662 +SHA256 (neelchauhan-colwide-0.01-7b32131_GH0.tar.gz) = a58b44b610272ac98d77c272909aaf1ef5098ed66a46f630d270ccc3c3d7a27c +SIZE (neelchauhan-colwide-0.01-7b32131_GH0.tar.gz) = 2436