From nobody@FreeBSD.org  Sat Jan 31 21:51:14 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 87C1C10657CB
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Jan 2009 21:51:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 69C048FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Jan 2009 21:51:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0VLpEZg051091
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Jan 2009 21:51:14 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n0VLpETJ051090;
	Sat, 31 Jan 2009 21:51:14 GMT
	(envelope-from nobody)
Message-Id: <200901312151.n0VLpETJ051090@www.freebsd.org>
Date: Sat, 31 Jan 2009 21:51:14 GMT
From: Prudhvi Krishna Surapaneni <prudhvikrishna@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update net/empty 0.6.15b to net/empty 0.6.16b
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: zmey20000@yahoo.com

>Number:         131227
>Category:       ports
>Synopsis:       Update net/empty 0.6.15b to net/empty 0.6.16b
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 31 22:00:13 UTC 2009
>Closed-Date:    Wed Feb 04 04:57:31 UTC 2009
>Last-Modified:  Wed Feb  4 05:00:03 UTC 2009
>Originator:     Prudhvi Krishna Surapaneni
>Release:        7.1-RELEASE-p2
>Organization:
Individual
>Environment:
FreeBSD x64.fbsd.in 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Sat Jan 31 04:42:04 CST 2009     root@x64.fbsd.in:/usr/obj/usr/src/sys/PRUDHVI  amd64
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	empty
#	empty/Makefile
#	empty/distinfo
#	empty/pkg-descr
#	empty/pkg-plist
#
echo c - empty
mkdir -p empty > /dev/null 2>&1
echo x - empty/Makefile
sed 's/^X//' >empty/Makefile << 'cc201ec78fac9908df92211a972642d9'
X# New ports collection makefile for:	empty
X# Date created:		17 September 2005
X# Whom:			Mikhail Zakharov <zmey20000@yahoo.com>
X#
X# $FreeBSD: ports/net/empty/Makefile,v 1.6 2008/02/01 12:18:27 miwi Exp $
X
XPORTNAME=	empty
XPORTVERSION=	0.6.16b
XPORTREVISION=	1
XCATEGORIES=	net
XMASTER_SITES=	SF
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	zmey20000@yahoo.com
XCOMMENT=	Expect-like tool for pure shell
X
XMAN1=		empty.1
XDOCS=		CHANGELOG COPYRIGHT README README.CYGWIN
XEXAMPLES=	README em_ssh.sh em_ssh_2.sh em_sh.sh \
X		em_telnet.sh em_telnet_2.sh emsu.sh runtests.sh
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/empty ${PREFIX}/bin/
X	@${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/,} ${MAN1PREFIX}/man/man1/
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
X.endif
X.if !defined(NOPORTEXAMPLES)
X	@${MKDIR} ${EXAMPLESDIR}
X	@${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/examples/,} ${EXAMPLESDIR}/
X.endif
X
X.include <bsd.port.mk>
cc201ec78fac9908df92211a972642d9
echo x - empty/distinfo
sed 's/^X//' >empty/distinfo << '3c9de455ff27d68e7f759dd45fb3c247'
XMD5 (empty-0.6.16b.tgz) = c0263ee33745ef3be2f411511a3ae2e8
XSHA256 (empty-0.6.16b.tgz) = aedb4f7f39433077a93b7233a0d03d9032b491ce5feaabf9ab137227f404796a
XSIZE (empty-0.6.16b.tgz) = 15717
3c9de455ff27d68e7f759dd45fb3c247
echo x - empty/pkg-descr
sed 's/^X//' >empty/pkg-descr << 'b363f32ae77e53dd0f0382fefa8f0a8c'
Xempty - run applications under pseudo-terminal (PTY) sessions and replace
XTCL/Expect with a simple tool.
X
XWWW: http://empty.sourceforge.net/
X
X- Mikhail Zakharov
Xzmey20000@yahoo.com
b363f32ae77e53dd0f0382fefa8f0a8c
echo x - empty/pkg-plist
sed 's/^X//' >empty/pkg-plist << 'baf19d7f35c3eb5781b619434b6a4edf'
Xbin/empty
X%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
X%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/README.CYGWIN
X%%PORTDOCS%%%%EXAMPLESDIR%%/README
X%%PORTDOCS%%%%EXAMPLESDIR%%/em_sh.sh
X%%PORTDOCS%%%%EXAMPLESDIR%%/em_ssh.sh
X%%PORTDOCS%%%%EXAMPLESDIR%%/em_ssh_2.sh
X%%PORTDOCS%%%%EXAMPLESDIR%%/em_telnet.sh
X%%PORTDOCS%%%%EXAMPLESDIR%%/em_telnet_2.sh
X%%PORTDOCS%%%%EXAMPLESDIR%%/emsu.sh
X%%PORTDOCS%%%%EXAMPLESDIR%%/runtests.sh
X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
baf19d7f35c3eb5781b619434b6a4edf
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jan 31 22:00:24 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: zmey20000@yahoo.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/131227: Update net/empty 0.6.15b to net/empty 0.6.16b
Date: Sat, 31 Jan 2009 22:00:22 UT

 Maintainer of net/empty,
 
 Please note that PR ports/131227 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131227
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Mikhail Zakharov <zmey20000@yahoo.com>
To: bug-followup@FreeBSD.org
Cc: edwin@FreeBSD.org
Subject: Re: ports/131227: Update net/empty 0.6.15b to net/empty 0.6.16b
Date: Sun, 1 Feb 2009 02:24:08 -0800 (PST)

 Ok, thank you! Approved.
 
 -- WBR,
 Mikhail Zakharov
 
 > =EF=D4: Edwin Groothuis <edwin@FreeBSD.org>
 > =F4=C5=CD=C1: Re: ports/131227: Update net/empty 0.6.15b to net/empty 0.6=
 .16b
 > =EB=CF=CD=D5: zmey20000@yahoo.com
 > =EB=CF=D0=C9=D1: bug-followup@FreeBSD.org
 > =E4=C1=D4=C1: =F7=CF=D3=CB=D2=C5=D3=C5=CE=D8=C5, 1 =C6=C5=D7=D2=C1=CC=D8 =
 2009, 1:00
 > Maintainer of net/empty,
 >=20
 > Please note that PR ports/131227 has just been submitted.
 >=20
 > If it contains a patch for an upgrade, an enhancement or a
 > bug fix
 > you agree on, reply to this email stating that you approve
 > the patch
 > and a committer will take care of it.
 >=20
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/131227
 >=20
 > --=20
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org=0A=0A=0A      _________________________________________=
 _______________=0A=F7=D9 =D5=D6=C5 =D3 Yahoo!? =0A=E9=D3=D0=D9=D4=C1=CA=D4=
 =C5 =CF=C2=CE=CF=D7=CC=C5=CE=CE=D5=C0 =C9 =D5=CC=D5=DE=DB=C5=CE=CE=D5=C0. Y=
 ahoo! =F0=CF=DE=D4=D5! http://ru.mail.yahoo.com
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sun Feb 1 18:07:29 UTC 2009 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131227 
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Wed Feb 4 04:01:40 UTC 2009 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131227 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Wed Feb 4 04:57:30 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131227: commit references a PR
Date: Wed,  4 Feb 2009 04:57:32 +0000 (UTC)

 pgollucci    2009-02-04 04:57:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/empty            Makefile distinfo 
   Log:
   - Update to 0.6.16b
   
   PR:             ports/131227
   Submitted by:   Prudhvi Krishna Surapaneni <prudhvikrishna@gmail.com>
   Approved by:    Mikhail Zakharov <zmey20000@yahoo.com> (maintainer)
   
   Revision  Changes    Path
   1.7       +1 -1      ports/net/empty/Makefile
   1.7       +3 -3      ports/net/empty/distinfo
 _______________________________________________
 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:
