From owner-svn-ports-all@FreeBSD.ORG Sat Mar 9 19:38:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4D4C5544; Sat, 9 Mar 2013 19:38:04 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 76E53768; Sat, 9 Mar 2013 19:38:02 +0000 (UTC) Received: from aruba-ctlr2-nat.its.manchester.ac.uk [130.88.99.218:8237] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r29Jc1Ng007013 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sat, 9 Mar 2013 23:38:03 +0400 (MSK) From: Max Brazhnikov To: Felippe de Meirelles Motta Subject: Re: svn commit: r313681 - in head/devel/libopensync: . files Date: Sat, 09 Mar 2013 19:39:02 +0000 Message-ID: <1439861.Bou1nHO3d7@mercury.ph.man.ac.uk> User-Agent: KMail/4.9.5 (FreeBSD/9.1-STABLE; KDE/4.10.1; amd64; ; ) In-Reply-To: <201303082316.r28NGv91007252@svn.freebsd.org> References: <201303082316.r28NGv91007252@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 09 Mar 2013 19:38:04 -0000 On Fri, 08 Mar 2013 23:16:57 +0000Fri Mar 8 23:16:57 2013 Felippe de Meirelles Motta wrote: > Author: lippe > Date: Fri Mar 8 23:16:57 2013 > New Revision: 313681 > URL: http://svnweb.freebsd.org/changeset/ports/313681 > > Log: > - Fix build. > > Reported by: miwi@ > Approved by: maintainer > > Deleted: > head/devel/libopensync/files/ > Modified: > head/devel/libopensync/Makefile > > Modified: head/devel/libopensync/Makefile > ============================================================================== > --- head/devel/libopensync/Makefile Fri Mar 8 23:00:33 2013 (r313680) > +++ head/devel/libopensync/Makefile Fri Mar 8 23:16:57 2013 (r313681) > @@ -3,6 +3,7 @@ > > PORTNAME= libopensync > PORTVERSION= 0.39 > +PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ There's no package to rebuild, no reason to bump PORTREVISION.