From owner-freebsd-ports@freebsd.org Fri Nov 10 12:48:05 2017 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 DD97BE6D350 for ; Fri, 10 Nov 2017 12:48:05 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from proxy.tng.vnc.biz (zimbra-vnc.tngtech.com [83.144.240.98]) (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 9CAB5720AB for ; Fri, 10 Nov 2017 12:48:04 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from localhost (localhost [127.0.0.1]) by proxy.tng.vnc.biz (Postfix) with ESMTP id 0D54D1E21AB for ; Fri, 10 Nov 2017 13:41:21 +0100 (CET) X-Spam-Flag: NO X-Spam-Score: -1.501 X-Spam-Level: X-Spam-Status: No, score=-1.501 tagged_above=-10 required=5 tests=[ALL_TRUSTED=-1, BAYES_00=-0.5, LOCAL_FROM_TNG=-0.001] autolearn=ham autolearn_force=no Received: from proxy.tng.vnc.biz ([127.0.0.1]) by localhost (proxy.tng.vnc.biz [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id fcfbjdutN1pq for ; Fri, 10 Nov 2017 13:41:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by proxy.tng.vnc.biz (Postfix) with ESMTP id 5B5F51E219D for ; Fri, 10 Nov 2017 13:41:20 +0100 (CET) X-Virus-Scanned: amavisd-new at Received: from proxy.tng.vnc.biz ([127.0.0.1]) by localhost (proxy.tng.vnc.biz [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 187h_rwO2nXq for ; Fri, 10 Nov 2017 13:41:13 +0100 (CET) Received: from [10.0.0.129] (p5797859A.dip0.t-ipconnect.de [87.151.133.154]) by proxy.tng.vnc.biz (Postfix) with ESMTPSA id DBDA71E2170 for ; Fri, 10 Nov 2017 13:41:12 +0100 (CET) To: FreeBSD Ports From: Stefan Wendler Subject: new patch file but same software version Message-ID: Date: Fri, 10 Nov 2017 13:41:17 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable 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, 10 Nov 2017 12:48:06 -0000 Hi, I have modified the 'files/patch-vpnc.c'-file of 'security/vpnc' to make it work with AVM FritzBOX VPNs. The version of vpnc stays the same. Question is now, how to proceed here in creating a svn-diff that I can submit? I know how to create and submit ports. So this is not an issue. But I have only ever done it for newer software versions. Do I only bump the PORTREVISION-attribute in the Makefile before creating the diff that I then submit via bugzilla? Or is there any more to do here? Thx for your support. Cheers, Stefan