From owner-svn-ports-head@FreeBSD.ORG Sun Oct 6 21:57:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6FD9A968; Sun, 6 Oct 2013 21:57:48 +0000 (UTC) (envelope-from rea@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.233.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F0282184; Sun, 6 Oct 2013 21:57:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=codelabs.ru; s=three; h=Sender:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=yu65LIzD0tsv+18tvPr/e0iqTWye4ByaBCbwiBMmFmE=; b=omCvZuE5sFMkr/F1QeQJGxkGAWzybnepDQEYkpwQORPJAhpAw0eAWR8NDsMkz0ECNlEx+dSfmWVGrkuYjDSfMEggQKNwIa1+25a92mKrS4XqoOfO+l1P0wvda8JXpgHEHtw4BYmV7FMyBKsbZ3g89HCeWPk/QhFaOOPbIWE2CR6o0YBJW1E0Eol9qzBUBUUj7fPn9vT3W7Ax7Pu+3rln1CTF5rdZ4kJiOJXvC/dZ8emd9T4Nyj3ScRuiG+s/AH9AYA963qJKB0UT4JN7IRphgIaLAHcUiZomT6Al3+Jt1r1jktOe5UfHm8Lx80bcrS9s/C4cXX8RgP1Y1nnT91+el+TOzr8SnhPs6B9lsvIGP8Hs1QkeQ6Qj2TpyTtELPa0QzShyT5ah4mg6munAzV8F2L8y+h+RAxeXyanAS50l1PBG31KhdUtj44n6gNDlz358P0DIXJoPek+GR2qluZnYrjdsFnSNqW7vMDk+8sELoAhcsiiFjyDERO5cXndDlCXBkG6hXym9o66kXx8v2sWlNgM5HlFgdFogdstkHUI6JjHt/Fs9o8JlL1NbhIIJBLVv27JBPaBy70RFkK93ePAvac6HnUk4+fEfSbqXwak96Q/gPoIjUhkSbLMad4A3OzaKQSLnhBRt7h/LFIm1skn5iIpFDA9PnutTMYGSWCNjf1U=; Received: from light.codelabs.ru (v-light.codelabs.ru [144.206.233.83]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) id 1VSwKf-000EHg-Gi; Mon, 07 Oct 2013 01:57:45 +0400 Date: Mon, 7 Oct 2013 01:57:40 +0400 From: Eygene Ryabinkin To: olli hauer Subject: Re: svn commit: r329495 - in head/mail/offlineimap: . files Message-ID: References: <201310051836.r95Ia7tS064804@svn.freebsd.org> <52510430.8000404@gmx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1LKvkjL3sHcu1TtY" Content-Disposition: inline In-Reply-To: <52510430.8000404@gmx.de> Sender: rea@codelabs.ru Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 06 Oct 2013 21:57:48 -0000 --1LKvkjL3sHcu1TtY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Olli, good day. Sun, Oct 06, 2013 at 08:33:20AM +0200, olli hauer wrote: > On 2013-10-05 20:36, Eygene Ryabinkin wrote: > > Author: rea > > Date: Sat Oct 5 18:36:06 2013 > > New Revision: 329495 > > URL: http://svnweb.freebsd.org/changeset/ports/329495 > [...] > > +DISTVERSION=3D 6.5.5 > > CATEGORIES=3D mail python > > -MASTER_SITES=3D http://cloud.github.com/downloads/spaetz/offlineimap/ \ > > - http://dist.codelabs.ru/fbsd/offlineimap/ > > +MASTER_SITES=3D http://dist.codelabs.ru/fbsd/offlineimap/ > > + > > PATCH_SITES=3D http://codelabs.ru/patches/offlineimap/ > > -DISTNAME=3D ${PORTNAME}-v${DISTVERSION} > > =20 > > MAINTAINER=3D rea@FreeBSD.org >=20 >=20 > Is there a reason why you removed the upstream site? I hadn't, USE_GITHUB takes care of this: {{{ bsd.sites.mk: =2Eif defined(USE_GITHUB) =2Eif defined(GH_TAGNAME) && ${GH_TAGNAME} =3D=3D master IGNORE?=3D Using master as GH_TAGNAME is invalid. \ Must use a tag or commit hash so the upstream does\ not "reroll" as soon as the branch is updated =2Eendif MASTER_SITE_GITHUB+=3D https://codeload.github.com/%SUBDIR% \ http://codeload.github.com/%SUBDIR% MASTER_SITE_GITHUB_CLOUD+=3D http://cloud.github.com/downloads/%SUBDIR% =2Eif !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGH= C} MASTER_SITES+=3D GH GHC =2Eendif GH_PROJECT?=3D ${PORTNAME} GH_TAGNAME?=3D ${DISTVERSION} FETCH_ARGS=3D -Fpr =2Eendif =2Eendif }}} this way: {{{ $ make -V MASTER_SITES http://dist.codelabs.ru/fbsd/offlineimap/ https://codeload.github.com/Offli= neIMAP/offlineimap/legacy.tar.gz/v6.5.5?dummy=3D/ http://codeload.github.co= m/OfflineIMAP/offlineimap/legacy.tar.gz/v6.5.5?dummy=3D/ http://cloud.githu= b.com/downloads/OfflineIMAP/offlineimap/ }}} > From github.com/spaetz/ >=20 > * offlineimap 69 Sync your IMAP mailboxes. This is my private > development sandbox. The canonical repo is at > https://github.com/OfflineIMAP/offlineimap Yes, I am aware of this: https://github.com/OfflineIMAP/offlineimap/commits/master and, for example, fetch -qo - https://github.com/OfflineIMAP/offlineimap/commit/8bc2f35bf68= 3f24448132b2f9738aaf809aff818.patch | grep ^Signed-off-by: ;)) --=20 Eygene Ryabinkin ,,,^..^,,, [ Life's unfair - but root password helps! | codelabs.ru ] [ 82FE 06BC D497 C0DE 49EC 4FF0 16AF 9EAE 8152 ECFB | freebsd.org ] --1LKvkjL3sHcu1TtY Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iF4EABEIAAYFAlJR3NQACgkQFq+eroFS7Ps4HQD/V/Llh2QIot6JeRlJGWBhZ/UU 4riwyQwUcwIWWUZ+M9YA/191jEWtMIgjnX3aFvpYry1v3UaAxG+9rLvS3/LISjhb =Ncwd -----END PGP SIGNATURE----- --1LKvkjL3sHcu1TtY--