Date: Sun, 13 Feb 2011 16:32:18 GMT From: Chris Rees <utisoft@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/154741: [PATCH] irc/ninja Fix LATEST_LINK duplication & take maintainership Message-ID: <201102131632.p1DGWIMk010351@amnesiac.bayofrum.net> Resent-Message-ID: <201102131640.p1DGe7Cq037297@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154741 >Category: ports >Synopsis: [PATCH] irc/ninja Fix LATEST_LINK duplication & take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 13 16:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.1-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD amnesiac.bayofrum.net 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Sun Dec 12 15:14:48 GMT 2010 root@amnesiac.bayofrum.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Move MASTER_SITES to a site that is up - Pass maintainership to submitter - Change LATEST_LINK to irc-ninja to avoid clash with devel/ninja - While here, remove MD5sum to satisfy portlint Submitted by: Chris Rees (utisoft@gmail.com) >How-To-Repeat: >Fix: --- ninja-latest.diff begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ninja/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- Makefile 8 May 2006 10:32:02 -0000 1.31 +++ Makefile 13 Feb 2011 16:28:01 -0000 @@ -1,4 +1,4 @@ -# New ports collection makefile for: Ninja-irc +# New ports collection Makefile for: Ninja-irc # Date created: 10 April 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # @@ -8,9 +8,9 @@ PORTNAME= ninja PORTVERSION= 1.5.8.1 CATEGORIES= irc -MASTER_SITES= ftp://ninja.qoop.org/ninja/sources/ +MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= utisoft@gmail.com COMMENT= Another ircII based irc client WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= IRCLIB="${IRCLIB}" +LATEST_LINK?= irc-ninja + IRCLIB= ${PREFIX}/share/ninja post-patch: Index: distinfo =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ninja/distinfo,v retrieving revision 1.18 diff -u -r1.18 distinfo --- distinfo 26 Nov 2005 01:48:14 -0000 1.18 +++ distinfo 13 Feb 2011 16:28:01 -0000 @@ -1,3 +1,2 @@ -MD5 (ninja-1.5.8.1.tar.gz) = 8b5a9ca07de5576d206ec40d53906961 SHA256 (ninja-1.5.8.1.tar.gz) = cc888c2115d73bde6299415cbfc7c7fd3d2b715c1945f315f70240d847c4f1af SIZE (ninja-1.5.8.1.tar.gz) = 651142 --- ninja-latest.diff ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102131632.p1DGWIMk010351>