ports/128118: [update] sysutils/areca-cli -> 1.80.a.71012

Emanuel Haupt ehaupt at FreeBSD.org
Wed Oct 15 14:40:01 UTC 2008


>Number:         128118
>Category:       ports
>Synopsis:       [update] sysutils/areca-cli -> 1.80.a.71012
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 15 14:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #35: Sun Oct 12 12:45:36 UTC 2008 simon at freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386


	
>Description:
Update sysutils/areca-cli to 1.80.a.71012

Changelog:
ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/FreeBSD/CLI/Release.txt

>How-To-Repeat:
	
>Fix:

	

--- areca-cli.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/areca-cli/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	11 Feb 2008 15:49:39 -0000	1.3
+++ Makefile	15 Oct 2008 14:24:25 -0000
@@ -11,7 +11,7 @@
 MASTER_SITES=	ftp://ftp.unnet.nl/pub/areca/RaidCards/AP_Drivers/FreeBSD/CLI/ \
 		ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/FreeBSD/CLI/
 PKGNAMESUFFIX=	-${ARCH}
-DISTNAME=	V${CLI_VER}.${CLI_REV}
+DISTNAME=	v${CLI_VER}_${CLI_REV}
 
 MAINTAINER=	rink at FreeBSD.org
 COMMENT=	Command Line Interface for the Areca ARC-xxxx RAID controllers
@@ -23,18 +23,20 @@
 USE_ZIP=	yes
 NO_BUILD=	yes
 
-CLI_VER=	1.72
-CLI_REV=	250_70306
+CLI_VER=	1.80A
+CLI_REV=	71012
 
 SUB_FILES+=	${PERIODICSCRIPT}
 
+WRKSRC=		${WRKDIR}/V${CLI_VER}_${CLI_REV}
+
 .include <bsd.port.pre.mk>
 
 do-install:
 .if ${ARCH} == "i386"
 		${INSTALL_PROGRAM} ${WRKSRC}/${ARCH}/cli32 ${PREFIX}/sbin/areca-cli
 .elif ${ARCH} == "amd64"
-		${INSTALL_PROGRAM} ${WRKSRC}/x86_64/cli64 ${PREFIX}/sbin/areca-cli
+		${INSTALL_PROGRAM} ${WRKSRC}/x86-64/cli64 ${PREFIX}/sbin/areca-cli
 .endif
 		@${MKDIR} ${PREFIX}/etc/periodic/daily
 		${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${PREFIX}/etc/periodic/daily
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/sysutils/areca-cli/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	11 Feb 2008 15:49:39 -0000	1.2
+++ distinfo	15 Oct 2008 14:24:25 -0000
@@ -1,3 +1,3 @@
-MD5 (V1.72.250_70306.zip) = 291fc6d65e5e8d1f85da2ddbbcd30401
-SHA256 (V1.72.250_70306.zip) = 6e2016aa3347da5d5ca7976204f57d54075a92c0ae8a9b334457c51a6d459e3f
-SIZE (V1.72.250_70306.zip) = 797016
+MD5 (v1.80A_71012.zip) = da7ab3e3bdde69c9ce7504656525341d
+SHA256 (v1.80A_71012.zip) = f9ff6272aea6de757b24d943949707095b415e92809b0e1666d8799947b4176e
+SIZE (v1.80A_71012.zip) = 858260
--- areca-cli.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list