Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 12:42:45 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364968 - head/net-p2p/opendchub
Message-ID:  <201408151242.s7FCgjuL041668@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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