From owner-svn-ports-head@FreeBSD.ORG Fri Aug 15 12:42:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org 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 ESMTPS id 4E69CDCD; Fri, 15 Aug 2014 12:42:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2103B28CB; Fri, 15 Aug 2014 12:42:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7FCgjKH041670; Fri, 15 Aug 2014 12:42:46 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7FCgjuL041668; Fri, 15 Aug 2014 12:42:45 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201408151242.s7FCgjuL041668@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 15 Aug 2014 12:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364968 - head/net-p2p/opendchub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2014 12:42:46 -0000 Author: danilo Date: Fri Aug 15 12:42:45 2014 New Revision: 364968 URL: http://svnweb.freebsd.org/changeset/ports/364968 QAT: https://qat.redports.org/buildarchive/r364968/ Log: - Update from 0.8.2 to 0.8.3 - Add stage support - Add DOCS option - Take maintainership Modified: head/net-p2p/opendchub/Makefile head/net-p2p/opendchub/distinfo Modified: head/net-p2p/opendchub/Makefile ============================================================================== --- head/net-p2p/opendchub/Makefile Fri Aug 15 12:28:05 2014 (r364967) +++ head/net-p2p/opendchub/Makefile Fri Aug 15 12:42:45 2014 (r364968) @@ -2,32 +2,31 @@ # $FreeBSD$ PORTNAME= opendchub -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/Open%20DC%20Hub/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilo@FreeBSD.org COMMENT= Unofficial Unix version of the Direct Connect Hub software USES= perl5 gmake USE_OPENSSL= yes GNU_CONFIGURE= yes +OPTIONS_DEFINE= DOCS + PORTDOCS= README configfiles general scriptdoc PLIST_FILES= bin/${PORTNAME} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes pre-install: @${CHMOD} a+rx ${WRKSRC}/install-sh post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Documentation/* ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Documentation/* ${STAGEDIR}${DOCSDIR} .include Modified: head/net-p2p/opendchub/distinfo ============================================================================== --- head/net-p2p/opendchub/distinfo Fri Aug 15 12:28:05 2014 (r364967) +++ head/net-p2p/opendchub/distinfo Fri Aug 15 12:42:45 2014 (r364968) @@ -1,2 +1,2 @@ -SHA256 (opendchub-0.8.2.tar.gz) = c00d5859fde939741699026da9d4d5fd0b409474608353710204c3c78a8ac5bf -SIZE (opendchub-0.8.2.tar.gz) = 188551 +SHA256 (opendchub-0.8.3.tar.gz) = 98ae4e8e649bd850018c4b9330c29cc00be4d7db4652847f968634643b9bc4d1 +SIZE (opendchub-0.8.3.tar.gz) = 189862