From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 23 00:00:10 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 237CB106566B for ; Wed, 23 Sep 2009 00:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E48D98FC19 for ; Wed, 23 Sep 2009 00:00:09 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8N009r2007492 for ; Wed, 23 Sep 2009 00:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8N00957007491; Wed, 23 Sep 2009 00:00:09 GMT (envelope-from gnats) Resent-Date: Wed, 23 Sep 2009 00:00:09 GMT Resent-Message-Id: <200909230000.n8N00957007491@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 685C4106568F for ; Tue, 22 Sep 2009 23:57:16 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yw0-f187.google.com (mail-yw0-f187.google.com [209.85.211.187]) by mx1.freebsd.org (Postfix) with ESMTP id 2BE1C8FC15 for ; Tue, 22 Sep 2009 23:57:15 +0000 (UTC) Received: by ywh17 with SMTP id 17so328482ywh.3 for ; Tue, 22 Sep 2009 16:57:15 -0700 (PDT) Received: by 10.150.234.5 with SMTP id g5mr307191ybh.339.1253663834825; Tue, 22 Sep 2009 16:57:14 -0700 (PDT) Received: from fbsd9amd64.scjamorim.org ([201.22.150.87]) by mx.google.com with ESMTPS id 20sm130317ywh.2.2009.09.22.16.57.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 22 Sep 2009 16:57:14 -0700 (PDT) Received: by fbsd9amd64.scjamorim.org (Postfix, from userid 0) id 8E89512C8EC; Tue, 22 Sep 2009 20:57:09 -0300 (BRT) Message-Id: <20090922235709.8E89512C8EC@fbsd9amd64.scjamorim.org> Date: Tue, 22 Sep 2009 20:57:09 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139073: [PATCH] security/gnome-password-generator: Changed "do-build". Take maintainership. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2009 00:00:10 -0000 >Number: 139073 >Category: ports >Synopsis: [PATCH] security/gnome-password-generator: Changed "do-build". Take maintainership. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 23 00:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd9amd64.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Sep 14 09:00:35 BRT 2009 >Description: - Changed "do-build" to use REINPLACE_CMD - Take mainainership. You can see the log in my tinderbox: http://www.scjamorim.og/Home/gnome-password-generator-1.6_2-8amd64.log Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- gnome-password-generator-1.6_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/gnome-password-generator/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 22 Aug 2009 00:34:53 -0000 1.14 +++ Makefile 22 Sep 2009 23:54:58 -0000 @@ -11,15 +11,15 @@ CATEGORIES= security gnome python MASTER_SITES= SF/gnome-password/Gnome%20Password%20Generator/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= GNOME 2 password generator USE_GNOME= pygnome2 USE_PYTHON= yes do-build: - @cd ${WRKSRC} && ${SED} -e 's|/usr/bin/python|${PYTHON_CMD}|g ; \ - s|/usr/share|${PREFIX}/share|g' ${PORTNAME}.py > ${PORTNAME} + ${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g ; \ + s|/usr/share|${PREFIX}/share|g' ${WRKSRC}/${PORTNAME}.py > ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin --- gnome-password-generator-1.6_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: