From owner-svn-ports-head@freebsd.org Mon Jan 25 11:40:00 2016 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 AD124A45D65; Mon, 25 Jan 2016 11:40:00 +0000 (UTC) (envelope-from pi@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 64BFB3CF; Mon, 25 Jan 2016 11:40:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PBdx9o065791; Mon, 25 Jan 2016 11:39:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PBdxGF065789; Mon, 25 Jan 2016 11:39:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601251139.u0PBdxGF065789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 25 Jan 2016 11:39:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407205 - head/sysutils/arcconf X-SVN-Group: ports-head 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.20 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: Mon, 25 Jan 2016 11:40:00 -0000 Author: pi Date: Mon Jan 25 11:39:59 2016 New Revision: 407205 URL: https://svnweb.freebsd.org/changeset/ports/407205 Log: sysutils/arcconf: v1_7_21229 -> v1_8_21375 - New commands: backupunit, driverupdate, setcustommode, setconnectormode - Enhanced commands: identify command supports blink LED start/stop PR: 206577 Approved by: michael@fuckner.net (maintainer) Modified: head/sysutils/arcconf/Makefile head/sysutils/arcconf/distinfo Modified: head/sysutils/arcconf/Makefile ============================================================================== --- head/sysutils/arcconf/Makefile Mon Jan 25 11:37:11 2016 (r407204) +++ head/sysutils/arcconf/Makefile Mon Jan 25 11:39:59 2016 (r407205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= arcconf -DISTVERSION= v1_7_21229 +DISTVERSION= v1_8_21375 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://download.adaptec.com/raid/storage_manager/ @@ -22,21 +22,29 @@ SUB_FILES+= ${PERIODICSCRIPT} RESTRICTED= May not be redistributed in binary form NO_CDROM= May not be redistributed in binary form -DIST_OSVER= 9 - .include .if ${OPSYS} != FreeBSD IGNORE= installs incompatible binaries for FreeBSD +.elif ${OSVERSION} < 1000000 +DIST_OSVER= 9 +.else +DIST_OSVER= 10 .endif -.if ${ARCH} == amd64 -DIST_EXT= _x64 +.if ${OPSYS} != FreeBSD +IGNORE= installs incompatible binaries for FreeBSD .endif -.if ! exists(/usr/lib/libstdc++.so.6) +.if ${ARCH} == amd64 +DIST_EXT= _x64 +.elif ${ARCH} == i386 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 +# use the 9 i386 version for 10 i386 +DIST_OSVER= 9 RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x .endif +.endif NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/sysutils/arcconf/distinfo ============================================================================== --- head/sysutils/arcconf/distinfo Mon Jan 25 11:37:11 2016 (r407204) +++ head/sysutils/arcconf/distinfo Mon Jan 25 11:39:59 2016 (r407205) @@ -1,2 +1,2 @@ -SHA256 (arcconf_v1_7_21229.zip) = b9ec025ed6e7167551dc2a034b39999f5b43a3a6544e3e8989f75a89dd99c7b3 -SIZE (arcconf_v1_7_21229.zip) = 11056748 +SHA256 (arcconf_v1_8_21375.zip) = ac4991967988ad355c4272df1efcf776db62f0a78ce5b61d065645a1b2e43972 +SIZE (arcconf_v1_8_21375.zip) = 17086537