From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 27 23:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E326D5E3 for ; Mon, 27 May 2013 23:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C3F953A6 for ; Mon, 27 May 2013 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4RNe0je068088 for ; Mon, 27 May 2013 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4RNe00P068087; Mon, 27 May 2013 23:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 27 May 2013 23:40:00 GMT Resent-Message-Id: <201305272340.r4RNe00P068087@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, Rodrigo (ros) OSORIO Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B29865A9 for ; Mon, 27 May 2013 23:35:55 +0000 (UTC) (envelope-from rodrigo@bebik.net) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) by mx1.freebsd.org (Postfix) with ESMTP id 47F39383 for ; Mon, 27 May 2013 23:35:53 +0000 (UTC) Received: from sisko.workgroup (unknown [82.227.164.69]) by smtp3-g21.free.fr (Postfix) with ESMTP id F2C40A6239 for ; Tue, 28 May 2013 01:35:45 +0200 (CEST) Received: from localhost.my.domain (localhost [127.0.0.1]) by sisko.workgroup (8.14.5/8.14.5) with ESMTP id r4RNZiCm017711 for ; Tue, 28 May 2013 01:35:44 +0200 (CEST) (envelope-from rodrigo@localhost.my.domain) Received: (from rodrigo@localhost) by localhost.my.domain (8.14.5/8.14.5/Submit) id r4RNZi7s017710; Tue, 28 May 2013 01:35:44 +0200 (CEST) (envelope-from rodrigo) Message-Id: <201305272335.r4RNZi7s017710@localhost.my.domain> Date: Tue, 28 May 2013 01:35:44 +0200 (CEST) From: Rodrigo (ros) OSORIO To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179031: textproc/libmrss-php port fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Rodrigo OSORIO \(ros\)" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 23:40:00 -0000 >Number: 179031 >Category: ports >Synopsis: textproc/libmrss-php port fix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 27 23:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rodrigo (ros) OSORIO >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD sisko 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: An error was reported by pointyhat for this port. http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.9.20130516163248.pointyhat/libmrss-php-0.19.2.log A misspelled variable in the PLIST_DIRSTRY section causes a directory to remains on the filesystem after port deletion. Attached to this PR you can found the fix approved (at least) by redports and portlint. https://redports.org/~rodrigo/20130527222300-49917-123131/libmrss-php-0.19.2.log >How-To-Repeat: >Fix: --- libmrss-php.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 319251) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= libmrss PORTVERSION= 0.19.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.autistici.org/bakunin/libmrss/ PKGNAMESUFFIX= -php @@ -25,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/phpmrss PLIST_FILES= lib/php/${PHP_EXT_DIR}/mrss.so -PLIST_DIRSTRY= lib/php/${PHP_EXTDIR} \ +PLIST_DIRSTRY= lib/php/${PHP_EXT_DIR} \ lib/php .include --- libmrss-php.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: