Date: Sun, 03 Feb 2013 18:59:50 -0600 From: Mark Felder <feld@feld.me> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/175808: [PATCH] irc/inspircd: update to 2.0.10 Message-ID: <E1U2APW-0005oK-Nj@feld.me> Resent-Message-ID: <201302040100.r14102QV008002@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175808 >Category: ports >Synopsis: [PATCH] irc/inspircd: update to 2.0.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 04 01:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: feld >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD mwi1.coffeenet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #6 r243808: Mon Dec 3 07:51:34 >Description: - Update to 2.0.10 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- inspircd-2.0.10.patch begins here --- diff -ruN --exclude=CVS ../inspircd.orig/Makefile ./Makefile --- ../inspircd.orig/Makefile 2012-12-10 13:24:02.000000000 -0600 +++ ./Makefile 2013-02-03 18:58:40.723313550 -0600 @@ -1,16 +1,10 @@ -# New ports collection makefile for: inspircd -# Date created: 25 August 2006 -# Whom: brain -# # $FreeBSD: ports/irc/inspircd/Makefile,v 1.27 2012/12/10 19:24:02 svnexp Exp $ -# PORTNAME= inspircd -PORTVERSION= 2.0.9 -PORTREVISION= 1 +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 @@ CONFLICTS= inspircd-1.* -USE_BZIP2= yes +FETCH_ARGS?= -pRr USE_RC_SUBR= ${PORTNAME} MAKEFILE= BSDmakefile @@ -60,7 +54,7 @@ .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 @@ .endif .if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS+= gnutls.47:${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="" diff -ruN --exclude=CVS ../inspircd.orig/distinfo ./distinfo --- ../inspircd.orig/distinfo 2012-11-27 20:05:15.000000000 -0600 +++ ./distinfo 2013-02-03 18:43:38.247314088 -0600 @@ -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 --- inspircd-2.0.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1U2APW-0005oK-Nj>