Bug 175808 - [PATCH] irc/inspircd: update to 2.0.10
Summary: [PATCH] irc/inspircd: update to 2.0.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 01:00 UTC by Mark Felder
Modified: 2013-02-17 20:50 UTC (History)
0 users

See Also:


Attachments
inspircd-2.0.10.patch (1.88 KB, patch)
2013-02-04 01:00 UTC, Mark Felder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2013-02-04 01:00:01 UTC
- Update to 2.0.10

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-04 01:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-02-17 20:46:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-17 20:46:51 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"