aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/opendchub
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-08-15 12:42:45 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-08-15 12:42:45 +0000
commit0f74ecefa06f51930cbd0a8da72c0baa530be696 (patch)
tree71979900ffad2df3a6adb879bf3b1872e0733cc7 /net-p2p/opendchub
parent91b9ae6f092281e8c05641ec8e096157c9dea126 (diff)
downloadports-0f74ecefa06f51930cbd0a8da72c0baa530be696.tar.gz
ports-0f74ecefa06f51930cbd0a8da72c0baa530be696.zip
- Update from 0.8.2 to 0.8.3
- Add stage support - Add DOCS option - Take maintainership
Notes
Notes: svn path=/head/; revision=364968
Diffstat (limited to 'net-p2p/opendchub')
-rw-r--r--net-p2p/opendchub/Makefile15
-rw-r--r--net-p2p/opendchub/distinfo4
2 files changed, 9 insertions, 10 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile
index 500b93b1eacd..44618558606b 100644
--- a/net-p2p/opendchub/Makefile
+++ b/net-p2p/opendchub/Makefile
@@ -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>
diff --git a/net-p2p/opendchub/distinfo b/net-p2p/opendchub/distinfo
index 6de5d27d39e8..9f1bcb02ec58 100644
--- a/net-p2p/opendchub/distinfo
+++ b/net-p2p/opendchub/distinfo
@@ -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