From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 24 13:56:19 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EA3EB29 for ; Tue, 24 Mar 2015 13:56:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 34CC5B91 for ; Tue, 24 Mar 2015 13:56:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2ODuJ6D057021 for ; Tue, 24 Mar 2015 13:56:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 198869] USE_GITHUB doesn't set WRKSRC correctly. Date: Tue, 24 Mar 2015 13:56:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mat@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2015 13:56:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198869 --- Comment #2 from Mathieu Arnold --- First, may I point you to the third example of the USE_GITHUB part of the porter's handbook: https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.html#makefile-master_sites-github-ex3 Then, I'd say you have a local patch: $ make makesum extract ===> License GPLv3 accepted by the user ===> Found saved configuration for freeblocks-0.5 ===> freeblocks-0.5 depends on file: /usr/local/sbin/pkg - found => freeblocks-v0.5_GH0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://codeload.github.com/dorkster/freeblocks/tar.gz/v0.5?dummy=/freeblocks-v0.5_GH0.tar.gz freeblocks-v0.5_GH0.tar.gz 100% of 7728 kB 2999 kBps 00m03s ===> Fetching all distfiles required by freeblocks-0.5 for building ===> License GPLv3 accepted by the user ===> Found saved configuration for freeblocks-0.5 ===> freeblocks-0.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by freeblocks-0.5 for building ===> Extracting for freeblocks-0.5 => SHA256 Checksum OK for freeblocks-v0.5_GH0.tar.gz. $ make -V WRKSRC /home/mat/ports/games/freeblocks/work/freeblocks-0.5 -- You are receiving this mail because: You are on the CC list for the bug.