Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2016 13:44:30 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423596 - in head/irc: . ratbox-respond
Message-ID:  <201610091344.u99DiUXG044787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610091344.u99DiUXG044787>