From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 26 21:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 230E2BA3 for ; Thu, 26 Sep 2013 21:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 034BA2D3A for ; Thu, 26 Sep 2013 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8QLo0Ta053133 for ; Thu, 26 Sep 2013 21:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8QLo0Ui053131; Thu, 26 Sep 2013 21:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 26 Sep 2013 21:50:00 GMT Resent-Message-Id: <201309262150.r8QLo0Ui053131@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ali Mashtizadeh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CDAE5B9B for ; Thu, 26 Sep 2013 21:49:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A20C32D33 for ; Thu, 26 Sep 2013 21:49:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8QLnqZh072733 for ; Thu, 26 Sep 2013 21:49:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8QLnqXn072730; Thu, 26 Sep 2013 21:49:52 GMT (envelope-from nobody) Message-Id: <201309262149.r8QLnqXn072730@oldred.freebsd.org> Date: Thu, 26 Sep 2013 21:49:52 GMT From: Ali Mashtizadeh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182424: [UPDATE] sysutils/ori to 0.8.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 21:50:01 -0000 >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 @@ -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 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: