From owner-svn-ports-all@FreeBSD.ORG Fri Jul 4 06:49:08 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id A44C2E4E for ; Fri, 4 Jul 2014 06:49:08 +0000 (UTC) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B08E2561 for ; Fri, 4 Jul 2014 06:49:07 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id c11so873735lbj.13 for ; Thu, 03 Jul 2014 23:49:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=okOrFW2jrH+iGh2ZJLTjXE0ectkth00MfJfJnLlNAtM=; b=KasP9F1UPMDHDsoh/wipznPIZIglo7k7TIhhHwU2hQW5hPAQTm3/x6/Vg+FvIY+XDq Er58cAP/DxyJLRU16cTygvvJPiP0W5GAcW2tODAQaK4UR4vIomF3YnXcJcYgaStOvygz VT28z98labyKA0JNGSpY71twI6EZRe6CWeMBcrhMXU+7q50Cs9GtLxqNhCdiLuvbh4zj 8r//kjoUFNutX0Acq6R7+Z6/hr7PPXjWcC4vTFiag0rm1XLLJs8qVhKklgw23XiTRylE bmlglhG6VavcE7huiZ8axaVa37TSFdb6929tKzWQbZB1s9X7HnPlCH3h0ewQn1XdtrHv rVfw== X-Gm-Message-State: ALoCoQmlXjINcSNUW4eCAVe+8IWZgRUqOdVWab2gdeuzUBQgNtyg/SGyiYWTFPc8OArzW1lrQy8l X-Received: by 10.152.87.130 with SMTP id ay2mr7024810lab.18.1404456540465; Thu, 03 Jul 2014 23:49:00 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.161.100 with HTTP; Thu, 3 Jul 2014 23:48:40 -0700 (PDT) In-Reply-To: <201407040646.s646kSlC062635@svn.freebsd.org> References: <201407040646.s646kSlC062635@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Jul 2014 14:48:40 +0800 X-Google-Sender-Auth: mHBSNBdkwp649OAtCOGSfSmeEcE Message-ID: Subject: Re: svn commit: r360548 - in head/graphics/gdal-grass: . files To: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 06:49:08 -0000 On Fri, Jul 4, 2014 at 2:46 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Fri Jul 4 06:46:28 2014 > New Revision: 360548 > URL: http://svnweb.freebsd.org/changeset/ports/360548 > QAT: https://qat.redports.org/buildarchive/r360548/ > > Log: > - Unbreak this port > - Add LICENSE > - Support STAGEDIR > - Remove unnecessary WRKSRC > - Update GRASS_INST_DIR > - Bump PORTREVISION > - Cosmetic change > > Added: > head/graphics/gdal-grass/files/ > head/graphics/gdal-grass/files/patch-Makefile.in (contents, props > changed) > Modified: > head/graphics/gdal-grass/Makefile > > Modified: head/graphics/gdal-grass/Makefile > > ============================================================================== > --- head/graphics/gdal-grass/Makefile Fri Jul 4 06:41:44 2014 > (r360547) > +++ head/graphics/gdal-grass/Makefile Fri Jul 4 06:46:28 2014 > (r360548) > @@ -3,40 +3,32 @@ > > PORTNAME= gdal-grass > PORTVERSION= 1.4.3 > -PORTREVISION= 13 > +PORTREVISION= 15 > I stupidly bump it twice. :(