Date: Mon, 20 Jan 2014 07:52:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340370 - head/sysutils/megarc Message-ID: <201401200752.s0K7q1bb049139@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jan 20 07:52:01 2014 New Revision: 340370 URL: http://svnweb.freebsd.org/changeset/ports/340370 QAT: https://qat.redports.org/buildarchive/r340370/ Log: Use bsdtar to extract .zip files Update WWW PR: ports/184364 Submitted by: Takefu <takefu@airport.fm> Modified: head/sysutils/megarc/Makefile head/sysutils/megarc/pkg-descr Modified: head/sysutils/megarc/Makefile ============================================================================== --- head/sysutils/megarc/Makefile Mon Jan 20 07:42:00 2014 (r340369) +++ head/sysutils/megarc/Makefile Mon Jan 20 07:52:01 2014 (r340370) @@ -6,6 +6,7 @@ PORTVERSION= 1.51 CATEGORIES= sysutils MASTER_SITES= # not available DISTNAME= dr_freebsd_${PORTVERSION} +EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= LSI Logic's MegaRAID controlling software @@ -13,7 +14,6 @@ COMMENT= LSI Logic's MegaRAID controllin OPTIONS_DEFINE= DOCS USES= dos2unix -USE_ZIP= yes DOS2UNIX_GLOB= *.txt NO_BUILD= yes NO_WRKSUBDIR= yes @@ -26,7 +26,8 @@ PLIST_FILES= sbin/megarc PORTDOCS= * post-extract: - @cd ${WRKSRC} && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} 'MegaRC 1.04.zip' + @cd ${WRKSRC} && \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} 'MegaRC 1.04.zip' -C ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/megarc ${STAGEDIR}${PREFIX}/sbin Modified: head/sysutils/megarc/pkg-descr ============================================================================== --- head/sysutils/megarc/pkg-descr Mon Jan 20 07:42:00 2014 (r340369) +++ head/sysutils/megarc/pkg-descr Mon Jan 20 07:52:01 2014 (r340370) @@ -1,4 +1,4 @@ This port provides an utility for controlling most of the LSI Logic's MegaRAID BIOS functions. -WWW: http://www.lsilogic.com/products/megaraid/ +WWW: http://www.lsi.com/products/raid-controllers/pages/default.aspx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401200752.s0K7q1bb049139>