Bug 179031 - textproc/libmrss-php port fix
Summary: textproc/libmrss-php port fix
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-28 00:40 UTC by Rodrigo OSORIO
Modified: 2013-05-29 01:40 UTC (History)
0 users

See Also:


Attachments
libmrss-php.diff (555 bytes, patch)
2013-05-28 00:40 UTC, Rodrigo OSORIO
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo OSORIO 2013-05-28 00:40:00 UTC
	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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2013-05-28 07:01:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-05-29 01:32:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-29 01:32:50 UTC
Author: miwi
Date: Wed May 29 00:32:37 2013
New Revision: 319328
URL: http://svnweb.freebsd.org/changeset/ports/319328

Log:
  - Unbreak build
  
  PR:		179031
  Submitted by:	aaintainer

Modified:
  head/textproc/libmrss-php/Makefile

Modified: head/textproc/libmrss-php/Makefile
==============================================================================
--- head/textproc/libmrss-php/Makefile	Tue May 28 20:28:03 2013	(r319327)
+++ head/textproc/libmrss-php/Makefile	Wed May 29 00:32:37 2013	(r319328)
@@ -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 @@ USE_AUTOTOOLS+=	autoconf:env
 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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"