Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2013 01:35:44 +0200 (CEST)
From:      Rodrigo (ros) OSORIO <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179031: textproc/libmrss-php port fix 
Message-ID:  <201305272335.r4RNZi7s017710@localhost.my.domain>
Resent-Message-ID: <201305272340.r4RNe00P068087@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
--- libmrss-php.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305272335.r4RNZi7s017710>