From owner-svn-ports-all@freebsd.org Wed Sep 14 14:27:48 2016 Return-Path: Delivered-To: svn-ports-all@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 24C87BDA925; Wed, 14 Sep 2016 14:27:48 +0000 (UTC) (envelope-from brnrd@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 D180D1CD7; Wed, 14 Sep 2016 14:27:47 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8EERl1A055193; Wed, 14 Sep 2016 14:27:47 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8EERkgD055191; Wed, 14 Sep 2016 14:27:46 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201609141427.u8EERkgD055191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 14 Sep 2016 14:27:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r422133 - branches/2016Q3/databases/mariadb55-server X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 14 Sep 2016 14:27:48 -0000 Author: brnrd Date: Wed Sep 14 14:27:46 2016 New Revision: 422133 URL: https://svnweb.freebsd.org/changeset/ports/422133 Log: MFH: r420094 databases/mariadb55-server: Update to 5.5.51 - Update to latest version 5.5.51 - Move from USE_OPENSSL to USES= ssl Approved by: ports-secteam (feld) Security: 856b88bf-7984-11e6-81e7-d050996490d0 Modified: branches/2016Q3/databases/mariadb55-server/Makefile branches/2016Q3/databases/mariadb55-server/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/databases/mariadb55-server/Makefile ============================================================================== --- branches/2016Q3/databases/mariadb55-server/Makefile Wed Sep 14 13:49:43 2016 (r422132) +++ branches/2016Q3/databases/mariadb55-server/Makefile Wed Sep 14 14:27:46 2016 (r422133) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 5.5.50 +PORTVERSION= 5.5.51 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ @@ -25,8 +25,7 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb55-client -USES= cmake execinfo gmake shebangfix -USE_OPENSSL= yes +USES= cmake execinfo gmake shebangfix ssl SHEBANG_FILES= scripts/*.sh CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ Modified: branches/2016Q3/databases/mariadb55-server/distinfo ============================================================================== --- branches/2016Q3/databases/mariadb55-server/distinfo Wed Sep 14 13:49:43 2016 (r422132) +++ branches/2016Q3/databases/mariadb55-server/distinfo Wed Sep 14 14:27:46 2016 (r422133) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466244329 -SHA256 (mariadb-5.5.50.tar.gz) = 030b60a787333bf20ec0ee02b02da52474772c069954dc914f894a7703989b76 -SIZE (mariadb-5.5.50.tar.gz) = 45731073 +TIMESTAMP = 1470908705 +SHA256 (mariadb-5.5.51.tar.gz) = 877268e7056067aff1dd365249b7a7c87f3fa80aadd7a4f118c9595d665967e9 +SIZE (mariadb-5.5.51.tar.gz) = 45747820