From owner-svn-ports-head@freebsd.org Sat Nov 4 21:42:17 2017 Return-Path: Delivered-To: svn-ports-head@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 9D569E56FEB; Sat, 4 Nov 2017 21:42:17 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 6CD8C83E21; Sat, 4 Nov 2017 21:42:17 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA4LgGTB082029; Sat, 4 Nov 2017 21:42:16 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA4LgGA0082028; Sat, 4 Nov 2017 21:42:16 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201711042142.vA4LgGA0082028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Sat, 4 Nov 2017 21:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453489 - head/databases/soci X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/databases/soci X-SVN-Commit-Revision: 453489 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 04 Nov 2017 21:42:17 -0000 Author: adridg Date: Sat Nov 4 21:42:16 2017 New Revision: 453489 URL: https://svnweb.freebsd.org/changeset/ports/453489 Log: Bump PORTREVISION, which I should have done in r453379 when I changed the options. As mat@ pointed out, that must be done also when non-default options are changed. See also https://reviews.freebsd.org/D12919 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12941 Modified: head/databases/soci/Makefile Modified: head/databases/soci/Makefile ============================================================================== --- head/databases/soci/Makefile Sat Nov 4 21:35:36 2017 (r453488) +++ head/databases/soci/Makefile Sat Nov 4 21:42:16 2017 (r453489) @@ -3,7 +3,7 @@ PORTNAME= soci PORTVERSION= 3.2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}