From tkato432@yahoo.com  Tue Mar 22 18:15:00 2011
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 823F11065690
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 22 Mar 2011 18:12:53 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 3AFF68FC2D
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 22 Mar 2011 18:12:53 +0000 (UTC)
Received: from msa105lp.auone-net.jp (MSA105lp [172.27.12.183])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id 14544570255
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 23 Mar 2011 03:07:40 +0900 (JST)
Received: from localhost.localdomain (ZT048080.ppp.dion.ne.jp [59.128.48.80])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id B959250036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 23 Mar 2011 03:07:37 +0900 (JST)
Message-Id: <20110323030610.82d9747e.tkato432@yahoo.com>
Date: Wed, 23 Mar 2011 03:06:10 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: irc/ratbox-respond

>Number:         155827
>Category:       ports
>Synopsis:       Update port: irc/ratbox-respond
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 18:20:14 UTC 2011
>Closed-Date:    Sun Mar 27 10:30:49 UTC 2011
>Last-Modified:  Sun Mar 27 10:40:09 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Utilize PLIST_FILES/PORTEXAMPLES

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/irc/ratbox-respond/Makefile irc/ratbox-respond/Makefile
--- /usr/ports/irc/ratbox-respond/Makefile	2011-03-16 06:52:13.000000000 +0900
+++ irc/ratbox-respond/Makefile	2011-03-20 04:23:35.000000000 +0900
@@ -8,39 +8,35 @@
 PORTNAME=	ratbox-respond
 PORTVERSION=	1.0
 CATEGORIES=	irc sysutils
-MASTER_SITES=	ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/${PORTNAME}/		\
-		ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/${PORTNAME}/	\
-		http://respond.ircd-ratbox.org/download/			\
+MASTER_SITES=	http://respond.ratbox.org/download/ \
 		ftp://ftp.parodius.com/pub/ircd-ratbox/${PORTNAME}/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Client-side implementation of the challenge oper system in ircd-ratbox
 
-DEPRECATED=     Upstream disapear and distfile is no more available
-EXPIRATION_DATE=        2011-05-01
+CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME}
+BUILD_WRKSRC=	${WRKSRC}/${PORTNAME}
 
-GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
-
-EXTDIR=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-WRKSRC=		${EXTDIR}/${PORTNAME}
+GNU_CONFIGURE=	yes
 
 SUB_FILES=	pkg-message
 
-PORTDOCS=	challenge.txt
+PORTDOCS=	*
+PORTEXAMPLES=	*
+PLIST_FILES=	bin/ratbox-respond bin/makekeypair
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${EXTDIR}/makekeypair ${PREFIX}/bin
-
-	@${MKDIR} ${EXAMPLESDIR}/client-scripts
-	${INSTALL_DATA} ${EXTDIR}/client-scripts/* ${EXAMPLESDIR}/client-scripts
-
-post-install:
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/makekeypair ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	cd ${EXTDIR} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} challenge.txt ${DOCSDIR}
+.endif
+.if !defined(NOPORTEXAMPLES)
+	@${MKDIR} ${EXAMPLESDIR}/client-scripts
+	${INSTALL_DATA} ${WRKSRC}/client-scripts/* ${EXAMPLESDIR}/client-scripts
 .endif
 	@${CAT} ${PKGMESSAGE}
 
diff -urN /usr/ports/irc/ratbox-respond/pkg-descr irc/ratbox-respond/pkg-descr
--- /usr/ports/irc/ratbox-respond/pkg-descr	2006-05-01 19:14:12.000000000 +0900
+++ irc/ratbox-respond/pkg-descr	2011-03-20 04:15:03.000000000 +0900
@@ -3,4 +3,4 @@
 provides the ability to oper using private key authentication instead of
 passwords to improve security.
 
-WWW: http://respond.ircd-ratbox.org/
+WWW: http://respond.ratbox.org/
diff -urN /usr/ports/irc/ratbox-respond/pkg-plist irc/ratbox-respond/pkg-plist
--- /usr/ports/irc/ratbox-respond/pkg-plist	2006-05-01 19:14:12.000000000 +0900
+++ irc/ratbox-respond/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,8 +0,0 @@
-bin/ratbox-respond
-bin/makekeypair
-%%EXAMPLESDIR%%/client-scripts/challenge-epic.irc
-%%EXAMPLESDIR%%/client-scripts/challenge-irssi.pl
-%%EXAMPLESDIR%%/client-scripts/challenge-xchat.pl
-%%EXAMPLESDIR%%/client-scripts/README
-@dirrm %%EXAMPLESDIR%%/client-scripts
-@dirrm %%EXAMPLESDIR%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Mar 22 23:12:56 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155827 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Mar 27 10:30:47 UTC 2011 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155827 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155827: commit references a PR
Date: Sun, 27 Mar 2011 10:30:46 +0000 (UTC)

 miwi        2011-03-27 10:30:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/ratbox-respond   Makefile pkg-descr 
   Removed files:
     irc/ratbox-respond   pkg-plist 
   Log:
   - Update MASTER_SITES and WWW: line
   - Utilize PLIST_FILES/PORTEXAMPLES
   
   PR:             155827
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.5       +14 -18    ports/irc/ratbox-respond/Makefile
   1.2       +1 -1      ports/irc/ratbox-respond/pkg-descr
   1.2       +0 -8      ports/irc/ratbox-respond/pkg-plist (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
