Bug 184364 - [PATCH] sysutils/megarc: fix StageDir
Summary: [PATCH] sysutils/megarc: fix StageDir
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-29 01:10 UTC by takefu
Modified: 2014-01-20 08:00 UTC (History)
0 users

See Also:


Attachments
megarc-1.51.patch (1.53 KB, patch)
2013-11-29 01:10 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2013-11-29 01:10:00 UTC
fix
  StageDir
  pkg-descr url change

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Comment 1 takefu 2013-11-29 03:07:47 UTC
It is correct patch.

--- megarc-1.51.patch begins here ---
diff -ruN /usr/ports/sysutils/megarc/Makefile ./Makefile
--- /usr/ports/sysutils/megarc/Makefile	2013-11-29 01:49:31.000000000 +0900
+++ ./Makefile	2013-11-29 11:57:21.000000000 +0900
@@ -10,8 +10,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	LSI Logic's MegaRAID controlling software

+EXTRACT_SUFX:=	.zip
 USES=		dos2unix
-USE_ZIP=	yes
 DOS2UNIX_GLOB=	*.txt
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
@@ -20,9 +20,8 @@
 RESTRICTED=	Must be downloaded directly from the manufacturer

 PLIST_FILES=	sbin/megarc
-PORTDOCS=	*
+PORTDOCS=	Release\ History.txt

-NO_STAGE=	yes
 .include <bsd.port.pre.mk>

 .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
@@ -30,13 +29,13 @@
 .endif

 post-extract:
-	@cd ${WRKSRC} && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} 'MegaRC 1.04.zip'
+	@${TAR} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/MegaRC\ 1.04.zip -C${WRKSRC}

 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/megarc ${PREFIX}/sbin
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${DOCSDIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/megarc ${STAGEDIR}${PREFIX}/sbin
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${STAGEDIR}${DOCSDIR}
 .endif

 .include <bsd.port.post.mk>
diff -ruN /usr/ports/sysutils/megarc/pkg-descr ./pkg-descr
--- /usr/ports/sysutils/megarc/pkg-descr	2012-07-14 23:29:18.000000000 +0900
+++ ./pkg-descr	2013-11-29 08:46:41.000000000 +0900
@@ -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
--- megarc-1.51.patch ends here ---
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2014-01-20 07:52:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-20 07:52:08 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"