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
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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"