Update and take maintainership
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
I just thought I'd point out a few things regarding this port. 1) The latest version of Anope's 1.7.x line is not 1.7.22, but 1.7.24. 2) Will this port eventually be updated to Anope 1.8.0 when it gets out of RC? They are currently at 1.8.0-rc1 but plan on releasing 1.8.0 soon (how soon, I don't know). 3) If this port is updated to 1.8.0, is it going to be possible to have another anope port for 1.9.0? If need be, I can create and maintain something like irc/anope19, as I am one of the developers working on Anope 1.9 currently. I will note that 1.9.0 is going to be getting it's RC1 soon, maybe in a few weeks here. Thanks, Naram Qashat
Hi, Thanks for this info :). At the moment I updated this port to 1.7.24, until 1.8.0 is release. I think 1.7.24 is stable and should to be the porttree. Maybe i could create a anope-devel port for 1.9.0. Dennis Herrmann --- anope_1.7.24.diff begins here --- diff -ruN anope.orig/Makefile anope/Makefile --- anope.orig/Makefile 2008-12-08 23:13:04.000000000 +0100 +++ anope/Makefile 2008-12-09 15:56:13.000000000 +0100 @@ -6,12 +6,12 @@ # PORTNAME= anope -PORTVERSION= 1.7.21 +PORTVERSION= 1.7.24 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= adox@mcx2.org COMMENT= A set of IRC services for IRC networks USE_GMAKE= yes diff -ruN anope.orig/distinfo anope/distinfo --- anope.orig/distinfo 2008-12-08 23:13:04.000000000 +0100 +++ anope/distinfo 2008-12-09 16:01:14.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (anope-1.7.21.tar.gz) = df2455f91935ffd69d609163d670da69 -SHA256 (anope-1.7.21.tar.gz) = 70109f8474efbda908ce9ee3ce94252d407669c4da8082688b103310c736aec0 -SIZE (anope-1.7.21.tar.gz) = 1523615 +MD5 (anope-1.7.24.tar.gz) = 3c956362b4b4d074e2e58c869c77f77c +SHA256 (anope-1.7.24.tar.gz) = 572da204ccc8c182ede6fac496e42b1bf0210936f9ff1b5f2e87d2aa84dfe0d6 +SIZE (anope-1.7.24.tar.gz) = 1554426 diff -ruN anope.orig/pkg-plist anope/pkg-plist --- anope.orig/pkg-plist 2008-12-08 23:13:04.000000000 +0100 +++ anope/pkg-plist 2008-12-09 16:01:11.000000000 +0100 @@ -129,6 +129,7 @@ %%DATADIR%%/modules/os_global.so %%DATADIR%%/modules/os_help.so %%DATADIR%%/modules/os_ignore.so +%%DATADIR%%/modules/os_ignore_db.so %%DATADIR%%/modules/os_info.so %%DATADIR%%/modules/os_jupe.so %%DATADIR%%/modules/os_kick.so --- anope_1.7.24.diff ends here ---
beech 2008-12-10 09:32:31 UTC FreeBSD ports repository Modified files: irc/anope Makefile distinfo pkg-plist Log: - Update to 1.7.24 - Pass maintainership to submitter PR: ports/129509 Submitted by: Dennis Herrmann <adox@mcx2.org> Revision Changes Path 1.20 +2 -2 ports/irc/anope/Makefile 1.8 +3 -3 ports/irc/anope/distinfo 1.5 +1 -0 ports/irc/anope/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed (with update), Thanks!