Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 21:49:52 GMT
From:      Ali Mashtizadeh <mashti@cs.stanford.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182424: [UPDATE] sysutils/ori to 0.8.0
Message-ID:  <201309262149.r8QLnqXn072730@oldred.freebsd.org>
Resent-Message-ID: <201309262150.r8QLo0Ui053131@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182424
>Category:       ports
>Synopsis:       [UPDATE] sysutils/ori to 0.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 26 21:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ali Mashtizadeh
>Release:        
>Organization:
Stanford CS Dept.
>Environment:
>Description:
This updates the sysutils/ori to the 0.8.0 release, but does not fix the port build issue hitting FreeBSD-10.  I will fix that with a 0.8.1 release soon.  Thanks!
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 328417)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ori
-PORTVERSION=	0.7.0
+PORTVERSION=	0.8.0
 CATEGORIES=	sysutils net
 MASTER_SITES=	http://cdn.bitbucket.org/orifs/ori/downloads/
 
@@ -14,7 +14,7 @@
 		execinfo:${PORTSDIR}/devel/libexecinfo
 
 USE_XZ=	yes
-WRKSRC=	${WRKDIR}
+WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USES=	pkgconfig fuse
 USE_SCONS=	yes
@@ -22,9 +22,10 @@
 WITH_OPENSSL_PORT=	yes
 
 PLIST_FILES=	bin/ori \
+		bin/oridbg \
 		bin/orifs \
-		bin/ori_httpd
-MAN1=		ori.1 orifs.1
+		bin/orisync
+MAN1=		ori.1 oridbg.1 orifs.1 orisync.1
 
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
@@ -32,10 +33,13 @@
 do-install:
 	@${ECHO_MSG} "===>  Installing binaries..."
 	${INSTALL_PROGRAM} ${WRKSRC}/build/ori/ori ${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/build/oridbg/oridbg ${PREFIX}/bin/
 	${INSTALL_PROGRAM} ${WRKSRC}/build/orifs/orifs ${PREFIX}/bin/
-	${INSTALL_PROGRAM} ${WRKSRC}/build/ori_httpd/ori_httpd ${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/build/orisync/orisync ${PREFIX}/bin/
 	@${ECHO_MSG} "===>  Installing man pages..."
 	${INSTALL_MAN} ${WRKSRC}/docs/ori.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/docs/oridbg.1 ${MAN1PREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/docs/orifs.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/docs/orisync.1 ${MAN1PREFIX}/man/man1
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 328417)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (ori-0.7.0.tar.xz) = 9dbbe48f725f966020065b8f151a75095fdb827b8bbade898e057a7e701b054c
-SIZE (ori-0.7.0.tar.xz) = 282544
+SHA256 (ori-0.8.0.tar.xz) = 0589db3480e733dbeba2a1f6be6553701684b283507437c7500ad069f4b49631
+SIZE (ori-0.8.0.tar.xz) = 295208


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



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