1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update from 0.8.2 to 0.8.3

- Add stage support
- Add DOCS option
- Take maintainership
This commit is contained in:
Danilo Egea Gondolfo 2014-08-15 12:42:45 +00:00
parent 91b9ae6f09
commit 0f74ecefa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364968
2 changed files with 9 additions and 10 deletions

View File

@ -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>

View File

@ -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