From owner-freebsd-ports@freebsd.org Fri Nov 4 12:55:21 2016 Return-Path: Delivered-To: freebsd-ports@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 160B1C2F6E2 for ; Fri, 4 Nov 2016 12:55:21 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dd36626.kasserver.com (dd36626.kasserver.com [85.13.153.106]) (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 D517DEE for ; Fri, 4 Nov 2016 12:55:20 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dagobert.home.jochen-neumeister.de (p54894637.dip0.t-ipconnect.de [84.137.70.55]) by dd36626.kasserver.com (Postfix) with ESMTPSA id 806002E00198 for ; Fri, 4 Nov 2016 13:55:17 +0100 (CET) To: "freebsd-ports@freebsd.org" From: Jochen Neumeister Subject: Makefile and Github Message-ID: <908c8594-fb4c-ef5c-a14a-d884205912af@bsdproject.de> Date: Fri, 4 Nov 2016 13:55:16 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 12:55:21 -0000 Hi all, I will update the devel/pear-File_Iterator Port. The Project move from a own Website to Gitgub: https://github.com/sebastianbergmann/php-file-iterator I read the porters-handbook on https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html but i am not sure, that i understood correctly: must i set now MASTER_SITES= GH or USE_GITHUB= yes? I tested: MASTER_SITES= GH GH_ACCOUNT= sebastianbergmann GH_PROJECT= php-file-iterator but it not works. Does anyone have any advice? Best regards Jochen