Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 08:00:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/184364: commit references a PR
Message-ID:  <201401200800.s0K801vP042310@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/184364; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401200800.s0K801vP042310>