Update to 5.0.5 release.
State Changed From-To: open->feedback I can't fetch the distfile; judging by some of the FTP sites, it looks like version 5.0.6 has been released.
Responsible Changed From-To: freebsd-ports->petef I'll handle this.
++ 09/01/03 09:13 +0100 - Alex Dupre: | PF> I can't fetch the distfile; judging by some of the FTP sites, it looks | PF> like version 5.0.6 has been released. | | Yes, simply bump PORTVERSION to 5.0.6 and distinfo to | | MD5 (ircservices-5.0.6.tar.gz) = e61f780de7eb5dbc708610e08516dd4b | | No other change is needed. How about this diff? It respects CFLAGS and CC. --pete %% ? ircservicesdiff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/ircservices/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 10 Nov 2002 16:46:40 -0000 1.2 +++ Makefile 9 Jan 2003 08:37:11 -0000 @@ -6,7 +6,7 @@ # PORTNAME= ircservices -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.6 CATEGORIES= irc MASTER_SITES= ftp://ftp.ircservices.za.net/pub/ircservices/ \ ftp://ftp.esper.net/ircservices/ @@ -16,7 +16,7 @@ HAS_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= -prefix ${PREFIX} +CONFIGURE_ARGS= -prefix ${PREFIX} -cflags "${CFLAGS}" -cc ${CC} post-install: @${ECHO_CMD} "Installing ${PREFIX}/etc/rc.d/ircservices.sh.sample startup file." Index: distinfo =================================================================== RCS file: /home/ncvs/ports/irc/ircservices/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 7 Nov 2002 16:36:02 -0000 1.1 +++ distinfo 9 Jan 2003 08:37:11 -0000 @@ -1 +1 @@ -MD5 (ircservices-5.0.2.tar.gz) = 40efe8d73fa5a504e93c09553f29262b +MD5 (ircservices-5.0.6.tar.gz) = e61f780de7eb5dbc708610e08516dd4b %%
Ack, sorry about the delays on this Alex. It looks like 5.0.6 is now out :) (hey, at least we know it's maintained!) If you can verify all that's needed to upgrade from 5.0.5 is changing PORTVERSION and "make makesum", I'll commit that update this afternoon. Thanks! --pete
State Changed From-To: feedback->closed Committed, thanks... sorry for the delay!