From owner-svn-ports-head@freebsd.org Sat Sep 24 01:18:15 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 E679DBE6968; Sat, 24 Sep 2016 01:18:15 +0000 (UTC) (envelope-from jrm@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 B950FE69; Sat, 24 Sep 2016 01:18:15 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8O1IEM3016746; Sat, 24 Sep 2016 01:18:14 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8O1IEMd016744; Sat, 24 Sep 2016 01:18:14 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201609240118.u8O1IEMd016744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sat, 24 Sep 2016 01:18:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422699 - head/devel/bossa 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: Sat, 24 Sep 2016 01:18:16 -0000 Author: jrm Date: Sat Sep 24 01:18:14 2016 New Revision: 422699 URL: https://svnweb.freebsd.org/changeset/ports/422699 Log: Minor improvement to deal with all-caps name from upstream Apply suggestion from mat@: - Set GH_PROJECT rather than overwriting default WRKSRC Reported by: mat Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8019 Modified: head/devel/bossa/Makefile head/devel/bossa/distinfo Modified: head/devel/bossa/Makefile ============================================================================== --- head/devel/bossa/Makefile Fri Sep 23 22:45:02 2016 (r422698) +++ head/devel/bossa/Makefile Sat Sep 24 01:18:14 2016 (r422699) @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= shumatech +GH_PROJECT= ${PORTNAME:tu} GH_TAGNAME= ae08c63 USES= compiler:c++11-lang gmake @@ -21,8 +22,6 @@ LDFLAGS+= -L${PREFIX}/lib ALL_TARGET= bin/bossac -WRKSRC= ${WRKDIR}/${PORTNAME:tu}-${GH_TAGNAME} - OPTIONS_DEFINE= BOSSA BOSSASH OPTIONS_DEFAULT= BOSSASH OPTIONS_SUB= yes Modified: head/devel/bossa/distinfo ============================================================================== --- head/devel/bossa/distinfo Fri Sep 23 22:45:02 2016 (r422698) +++ head/devel/bossa/distinfo Sat Sep 24 01:18:14 2016 (r422699) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474645354 -SHA256 (shumatech-bossa-1.7.0.a-ae08c63_GH0.tar.gz) = 5660dea8bc531a0ff9684c7c832e989f59a892e3352c2133c866b09b23f6a958 -SIZE (shumatech-bossa-1.7.0.a-ae08c63_GH0.tar.gz) = 539364 +TIMESTAMP = 1474664488 +SHA256 (shumatech-BOSSA-1.7.0.a-ae08c63_GH0.tar.gz) = 5660dea8bc531a0ff9684c7c832e989f59a892e3352c2133c866b09b23f6a958 +SIZE (shumatech-BOSSA-1.7.0.a-ae08c63_GH0.tar.gz) = 539364