ports/184364: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Mon Jan 20 08:00:02 UTC 2014
The following reply was made to PR ports/184364; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/184364: commit references a PR
Date: Mon, 20 Jan 2014 07:52:08 +0000 (UTC)
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 at 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 at 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
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list