svn commit: r312449 - head/irc/inspircd
Steve Wills
swills at FreeBSD.org
Sun Feb 17 20:46:38 UTC 2013
Author: swills
Date: Sun Feb 17 20:46:37 2013
New Revision: 312449
URL: http://svnweb.freebsd.org/changeset/ports/312449
Log:
- Update to 2.0.10
PR: ports/175808
Submitted by: Mark Felder <feld at feld.me> (maintainer)
Modified:
head/irc/inspircd/Makefile
head/irc/inspircd/distinfo
Modified: head/irc/inspircd/Makefile
==============================================================================
--- head/irc/inspircd/Makefile Sun Feb 17 20:38:38 2013 (r312448)
+++ head/irc/inspircd/Makefile Sun Feb 17 20:46:37 2013 (r312449)
@@ -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 at 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=""
Modified: head/irc/inspircd/distinfo
==============================================================================
--- head/irc/inspircd/distinfo Sun Feb 17 20:38:38 2013 (r312448)
+++ head/irc/inspircd/distinfo Sun Feb 17 20:46:37 2013 (r312449)
@@ -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
More information about the svn-ports-all
mailing list