mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 2.0.10
PR: ports/175808 Submitted by: Mark Felder <feld@feld.me> (maintainer)
This commit is contained in:
parent
0fbd9d59f2
commit
0f0bfde482
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312449
@ -1,16 +1,10 @@
|
||||
# New ports collection makefile for: inspircd
|
||||
# Date created: 25 August 2006
|
||||
# Whom: brain
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= inspircd
|
||||
PORTVERSION= 2.0.9
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.0.10
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://cloud.github.com/downloads/inspircd/inspircd/
|
||||
DISTNAME= InspIRCd-${PORTVERSION}
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/
|
||||
DISTNAME= v${PORTVERSION}
|
||||
|
||||
MAINTAINER= feld@feld.me
|
||||
COMMENT= A modular C++ IRC daemon
|
||||
@ -20,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/docs/COPYING
|
||||
|
||||
CONFLICTS= inspircd-1.*
|
||||
|
||||
USE_BZIP2= yes
|
||||
FETCH_ARGS?= -pRr
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
MAKEFILE= BSDmakefile
|
||||
|
||||
@ -60,7 +54,7 @@ POSIX_DESC= Build m_regex_posix module
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-extract:
|
||||
@(cd ${WRKDIR} && ${MV} ${PORTNAME} ${DISTNAME})
|
||||
@(cd ${WRKDIR} && ${MV} inspircd-${PORTVERSION} ${DISTNAME})
|
||||
|
||||
.if ${PORT_OPTIONS:MLDAPAUTH}
|
||||
USE_OPENLDAP= yes
|
||||
@ -103,8 +97,8 @@ PLIST_SUB+= SQLITE="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGNUTLS}
|
||||
LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls \
|
||||
gcrypt.18:${PORTSDIR}/security/libgcrypt
|
||||
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls \
|
||||
gcrypt:${PORTSDIR}/security/libgcrypt
|
||||
CONFIGURE_ARGS+= --enable-gnutls
|
||||
EXTRAS:=${EXTRAS},m_ssl_gnutls.cpp
|
||||
PLIST_SUB+= GNUTLS=""
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (InspIRCd-2.0.9.tar.bz2) = 25222aa22f51e77e27f594acec0c76d7b8f131b6f167c1f3bd9a6ae6a6c0b214
|
||||
SIZE (InspIRCd-2.0.9.tar.bz2) = 595123
|
||||
SHA256 (v2.0.10.tar.gz) = 1f805a318677270a7bbf6a5abaeee5427e863a749ae69f16879014ff99a11f59
|
||||
SIZE (v2.0.10.tar.gz) = 739126
|
||||
|
Loading…
Reference in New Issue
Block a user