From mich@freebsdcluster.net  Wed Mar 19 06:21:17 2003
Return-Path: <mich@freebsdcluster.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0DDD937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Mar 2003 06:21:17 -0800 (PST)
Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 731AD43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Mar 2003 06:21:15 -0800 (PST)
	(envelope-from mich@freebsdcluster.net)
Received: from freebsdcluster.net (mich2.itxmarket.com [192.168.2.26])
	by mail2.itxmarket.com (Postfix) with ESMTP
	id 39C4337C92; Wed, 19 Mar 2003 15:21:14 +0100 (CET)
Received: by freebsdcluster.net (Postfix, from userid 1000)
	id 1D6E73B9446; Wed, 19 Mar 2003 15:21:14 +0100 (CET)
Message-Id: <20030319142114.GL26331@mich2.itxmarket.com>
Date: Wed, 19 Mar 2003 15:21:14 +0100
From: Michael Hostbaek <mich@freebsdcluster.org>
To: Sergei Kolobov <sergei@kolobov.com>
Cc: FreeBSD-gnats-submit@freebsd.org
In-Reply-To: <20030319141730.95647.qmail@outpost.globcon.net>
Subject: Re: [PATCH] misc/portell: install portell.py as portell
References: <20030319141730.95647.qmail@outpost.globcon.net>

>Number:         50125
>Category:       ports
>Synopsis:       Re: [PATCH] misc/portell: install portell.py as portell
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 06:30:12 PST 2003
>Closed-Date:    Sat Mar 22 01:42:11 PST 2003
>Last-Modified:  Sat Mar 22 01:42:11 PST 2003
>Originator:     Michael Hostbaek <mich@freebsdcluster.org>
>Release:        
>Organization:
>Environment:
>Description:
 --82I3+IH0IqGh5yIs
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 I (maintainer) concur to these changes.
 
 Thanks Sergei !
 
 /mich
 
 Sergei Kolobov (sergei) writes:
 >=20
 > >Submitter-Id:	current-users
 > >Originator:	Sergei Kolobov
 > >Organization:=09
 > >Confidential:	no=20
 > >Synopsis:	[PATCH] misc/portell: install portell.py as portell
 > >Severity:	non-critical=20
 > >Priority:	low
 > >Category:	ports=20
 > >Class:		update=20
 > >Release:	FreeBSD 4.7-STABLE i386
 > >Environment:
 > System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu=
  Jan  2 03:13:48 MSK
 > >Description:
 > - Install portell.py as portell
 > - Respect NOPORTDOCS in pkg-plist
 > - Use ECHO_MSG instead of ECHO_CMD
 > - Bump PORTREVISION
 >=20
 > Port maintainer - mich@freebsdcluster.org - has been copied.
 > >How-To-Repeat:
 > >Fix:
 >=20
 > --- portell-0.1.patch begins here ---
 > Index: Makefile
 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 > RCS file: /home/ncvs/ports/misc/portell/Makefile,v
 > retrieving revision 1.2
 > diff -u -r1.2 Makefile
 > --- Makefile	2003/02/21 12:48:15	1.2
 > +++ Makefile	2003/03/19 14:15:05
 > @@ -7,6 +7,7 @@
 > =20
 >  PORTNAME=3D	portell
 >  PORTVERSION=3D	0.1
 > +PORTREVISION=3D	1
 >  CATEGORIES=3D	misc
 >  MASTER_SITES=3D	http://www.seekrut.com/rk/
 >  DISTNAME=3D	${PORTNAME}
 > @@ -16,11 +17,13 @@
 >  COMMENT=3D	Quick display of FreeBSD port descriptions
 > =20
 >  USE_PYTHON=3D	YES
 > -NO_BUILD=3D	YES
 > +USE_REINPLACE=3D	YES
 > =20
 > -do-install:
 > -	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin
 > +do-build:
 > +	${REINPLACE_CMD} -e 's/portell.py/portell/' ${WRKDIR}/README
 > =20
 > +do-install:
 > +	${INSTALL_SCRIPT} ${WRKDIR}/portell.py ${PREFIX}/bin/portell
 >  .if !defined(NOPORTDOCS)
 >  	@${MKDIR} ${DOCSDIR}
 >  	${INSTALL_DATA} ${WRKDIR}/README ${DOCSDIR}
 > @@ -28,12 +31,12 @@
 > =20
 >  post-install:
 >  .if !defined(BATCH)
 > -	@${ECHO_CMD} ""
 > -	@${ECHO_CMD} "#########################################################=
 ######################"
 > -	@${ECHO_CMD} "# You must run 'portell.py -u' to initialize the DB.     =
                      #"
 > -	@${ECHO_CMD} "# ${DOCSDIR}/README for more information.                =
                      #"
 > -	@${ECHO_CMD} "#########################################################=
 ######################"
 > -	@${ECHO_CMD}
 > +	@${ECHO_MSG} ""
 > +	@${ECHO_MSG} "#########################################################=
 ######################"
 > +	@${ECHO_MSG} "# You must run 'portell -u' to initialize the DB"
 > +	@${ECHO_MSG} "# ${DOCSDIR}/README for more information."
 > +	@${ECHO_MSG} "#########################################################=
 ######################"
 > +	@${ECHO_MSG} ""
 >  .endif
 > =20
 >  .include <bsd.port.mk>
 > Index: pkg-plist
 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 > RCS file: /home/ncvs/ports/misc/portell/pkg-plist,v
 > retrieving revision 1.1
 > diff -u -r1.1 pkg-plist
 > --- pkg-plist	2003/01/09 14:47:36	1.1
 > +++ pkg-plist	2003/03/19 14:15:05
 > @@ -1,3 +1,3 @@
 > -bin/portell.py
 > -share/doc/portell/README
 > -@dirrm share/doc/portell
 > +bin/portell
 > +%%PORTDOCS%%share/doc/portell/README
 > +%%PORTDOCS%%@dirrm share/doc/portell
 > --- portell-0.1.patch ends here ---
 
 --=20
 Best Regards,
 	Michael Landin Hostbaek=20
 	FreeBSDCluster.org - an International Community
 
 	*/ PGP-key available upon request /*
 
 --82I3+IH0IqGh5yIs
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+eHzZewpSEg9V9r4RAqA1AJ97z/gUIywcXrrKvSldlWAocTnwjgCgwMqR
 yKztZRUqhEzRSuOQjyJVBb8=
 =Pyfp
 -----END PGP SIGNATURE-----
 
 --82I3+IH0IqGh5yIs--
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ceri 
State-Changed-When: Sat Mar 22 01:41:21 PST 2003 
State-Changed-Why:  
Misfiled followup to ports/50124 [content migrated]. 


Responsible-Changed-From-To: gnats-admin->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Sat Mar 22 01:41:21 PST 2003 
Responsible-Changed-Why:  
Take from gnats-admin. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50125 
>Unformatted:
