Hi, You can found here a quick patch to update hlstat to the latest version.
Regards Rodrigo On 22/06/11 09:08 +0200, Banana wrote: > On 15.06.11 17:17, wen heping wrote: > >2011/6/15 Banana<ban...@hlstats-community.org>: > >>Hello, > >> > >>i'm the current developer of HLStats (http://www.hlstats-community.org) > >>and > >>I would offer my help about the hlstats port. > > > >Currently games/hlstats is unmaintained and mark BROKEN , if it remain > >for a long time , it should be removed from FreeBSD portstree. Would > >you maintain it and unbreak it ? > > > > > >> > >>If somebody could tell me what to do, or where I can find more information > >>about managing a port I would do it. > > > >Here is the first step: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ > > > >wen > > well, I've copied the ports dir and modified the files. Ran portlint and > it says "looks fine" > > Gonna try the installation next. > > What needs to be done, or what are the next steps ? > Where should I send the diff patch or do I upload the changed files > somewhere ? > > I've a long free weekend ahead and I'm not sure if I'm online, but I > will work further with this port and I'm willing to take the mantainer > part for the hlstats port. > > Thx, > Banana > > > > > > >> > >>Regards, > >>banana > >>_______________________________________________ > >>freebsd-ports@freebsd.org mailing list > >>http://lists.freebsd.org/mailman/listinfo/freebsd-ports > >>To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" > >> > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" ----- End forwarded message -----
--- Makefile.old 2011-06-22 07:39:31.000000000 +0000 +++ Makefile 2011-06-22 07:54:04.000000000 +0000 @@ -6,17 +6,16 @@ # PORTNAME= hlstats -PORTVERSION= 1.50 +PORTVERSION= 1.62 CATEGORIES= games www -MASTER_SITES= http://www.hlstats-community.org/files/42/ +MASTER_SITES= http://www.hlstats-community.org/wordpulse/site/hlscom/upload/Multimedia/download/$(PORTVERSION)/ +DISTNAME= HLStats-$(PORTVERSION) MAINTAINER= po...@freebsd.org COMMENT= A real-time stats parser for Half Life & its mods RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql -BROKEN= checksum mismatch - WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes USE_PHP= yes @@ -24,6 +23,8 @@ HLSTATS?= www/${PORTNAME} PLIST_SUB+= HLSTATS=${HLSTATS} +LICENSE= CDDL + do-install: @ ${MKDIR} ${PREFIX}/${HLSTATS} @ ${CP} -R ${WRKSRC}/* ${PREFIX}/${HLSTATS}
_______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"