Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2009 13:49:58 -0800 (PST)
From:      Dennis Herrmann <adox@mcx2.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/130518: [MAINTAINER] irc/anope: update to 1.8.0
Message-ID:  <496d0c86.0a0db80a.2532.33ad@mx.google.com>
Resent-Message-ID: <200901132200.n0DM05kn024025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130518
>Category:       ports
>Synopsis:       [MAINTAINER] irc/anope: update to 1.8.0
>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:   Tue Jan 13 22:00:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 7.1-STABLE FreeBSD 7.1-STABLE #4: Sat Jan 10 13:45:30 CET 2009
>Description:
- Update to 1.8.0
- Add PORTDOCS

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- anope-1.8.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/irc/anope/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile	10 Dec 2008 09:32:31 -0000	1.20
+++ Makefile	13 Jan 2009 21:48:50 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	anope
-PORTVERSION=	1.7.24
+PORTVERSION=	1.8.0
 CATEGORIES=	irc
 MASTER_SITES=	SF
 
@@ -20,6 +20,10 @@
 		--with-rungroup=ircdru
 USE_PERL5_BUILD=	yes
 
+PORTDOCS=	BUGS COPYING DEFCON EVENTS \
+		FAQ INSTALL IRCD MODULES MYSQL \
+		NEWS PROXY README
+
 USE_RC_SUBR=	anope
 
 OPTIONS=	MYSQL "Use mysql" ON
@@ -41,4 +45,10 @@
 	@${MKDIR} ${PREFIX}/libexec/anope
 	@${MKDIR} ${DATADIR}
 
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${DOCSDIR}/
+.endif
+
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/irc/anope/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	10 Dec 2008 09:32:31 -0000	1.8
+++ distinfo	11 Jan 2009 12:56:47 -0000
@@ -1,3 +1,3 @@
-MD5 (anope-1.7.24.tar.gz) = 3c956362b4b4d074e2e58c869c77f77c
-SHA256 (anope-1.7.24.tar.gz) = 572da204ccc8c182ede6fac496e42b1bf0210936f9ff1b5f2e87d2aa84dfe0d6
-SIZE (anope-1.7.24.tar.gz) = 1554426
+MD5 (anope-1.8.0.tar.gz) = 77fe81f656ff60b746e6da7499ea3dd2
+SHA256 (anope-1.8.0.tar.gz) = e0c03d2590d3da273e4fb2bb5ec8056f85045979f86e6224bfe895f16a1fd41d
+SIZE (anope-1.8.0.tar.gz) = 1559446
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/irc/anope/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	30 Apr 2004 15:50:30 -0000	1.1
+++ pkg-descr	11 Jan 2009 14:10:42 -0000
@@ -3,15 +3,22 @@
 administrators to manage their network with powerful tools.
 
 Anope currently works with:
+  - Bahamut 1.4.27 or later (including 1.8)
+  - Charybdis 1.0 or later
   - DreamForge 4.6.7
-  - Bahamut 1.4.27 or later
-  - UnrealIRCd 3.1.1 or later (including 3.2)
-  - UltimateIRCd 2.8.2 or later (including 3.0.0)
-  - ViagraIRCd 1.3 or later
   - Hybrid 7 or later
+  - InspIRCd 1.0 or later (including 1.1)
+  - Plexus 2.0 or later (including 3.0)
   - PTlink 6.15 or later
+  - RageIRCd 2.0 beta-6 or later
+  - Ratbox 2.0.6 or later
+  - ShadowIRCd 4.0 beta 7 or later
+  - Solid IRCd 3.4.6 or later
+  - UltimateIRCd 2.8.2 or later (including 3.0)
+  - UnrealIRCd 3.1.1 or later (including 3.2)
+  - ViagraIRCd 1.3 or later
 
-Anope could also work with some of the deamons derivated by the ones listed
-above.
+Anope could also work with some of the daemons derived by the ones listed
+above, but there's no support for them if they work or don't work.
 
 WWW: http://www.anope.org/
--- anope-1.8.0.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?496d0c86.0a0db80a.2532.33ad>