From owner-svn-ports-head@freebsd.org Sun Oct 9 13:44:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 917A5C070D5; Sun, 9 Oct 2016 13:44:31 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4700CD2C; Sun, 9 Oct 2016 13:44:31 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99DiUcF044790; Sun, 9 Oct 2016 13:44:30 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99DiUXG044787; Sun, 9 Oct 2016 13:44:30 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610091344.u99DiUXG044787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sun, 9 Oct 2016 13:44:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423596 - in head/irc: . ratbox-respond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2016 13:44:31 -0000 Author: zi Date: Sun Oct 9 13:44:29 2016 New Revision: 423596 URL: https://svnweb.freebsd.org/changeset/ports/423596 Log: - Restore irc/ratbox-respond - Update MASTER_SITES Added: head/irc/ratbox-respond/ - copied from r401096, head/irc/ratbox-respond/ Modified: head/irc/Makefile head/irc/ratbox-respond/Makefile head/irc/ratbox-respond/distinfo Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Sun Oct 9 13:11:43 2016 (r423595) +++ head/irc/Makefile Sun Oct 9 13:44:29 2016 (r423596) @@ -100,6 +100,7 @@ SUBDIR += py-supybot-plugins SUBDIR += quassel SUBDIR += quirc + SUBDIR += ratbox-respond SUBDIR += ratbox-services SUBDIR += rbot SUBDIR += riece Modified: head/irc/ratbox-respond/Makefile ============================================================================== --- head/irc/ratbox-respond/Makefile Mon Nov 9 12:59:03 2015 (r401096) +++ head/irc/ratbox-respond/Makefile Sun Oct 9 13:44:29 2016 (r423596) @@ -3,19 +3,18 @@ PORTNAME= ratbox-respond PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc sysutils -MASTER_SITES= http://respond.ratbox.org/download/ -EXTRACT_SUFX= .tgz +MASTER_SITES= http://www.ratbox.org/download/${PORTNAME}/ \ + http://mirrors.gigenet.com/ratbox/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= zi@FreeBSD.org COMMENT= Client-side implementation of the challenge oper system in ircd-ratbox -BROKEN= unfetchable - CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} +USES= tar:tgz USE_OPENSSL= yes GNU_CONFIGURE= yes @@ -26,9 +25,8 @@ PLIST_FILES= bin/ratbox-respond bin/make do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/makekeypair ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/challenge.txt ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/client-scripts/* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/irc/ratbox-respond/distinfo ============================================================================== --- head/irc/ratbox-respond/distinfo Mon Nov 9 12:59:03 2015 (r401096) +++ head/irc/ratbox-respond/distinfo Sun Oct 9 13:44:29 2016 (r423596) @@ -1,2 +1,3 @@ +TIMESTAMP = 1476020049 SHA256 (ratbox-respond-1.0.tgz) = e3641296fc9cc245c951c6daf24b51c295f21aacf8f25317744c718b791e9bdc SIZE (ratbox-respond-1.0.tgz) = 41710