Bug 181599 - mail/roundcube: php5-filter requied to update to 0.9.3,1
Summary: mail/roundcube: php5-filter requied to update to 0.9.3,1
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: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 03:50 UTC by Koichiro Iwao
Modified: 2013-08-28 09:10 UTC (History)
0 users

See Also:


Attachments
roundcube_patch.txt (492 bytes, text/plain)
2013-08-28 03:54 UTC, Koichiro Iwao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Koichiro Iwao freebsd_committer freebsd_triage 2013-08-28 03:50:00 UTC
missing dependency on php5-filter.

How-To-Repeat: # portupgrade roundcube 
# /usr/local/www/roundcube/bin/update.sh
PHP Fatal error:  Call to undefined function filter_var() in /usr/local/www/roundcube/program/lib/Roundcube/bootstrap.php on line 48

Fatal error: Call to undefined function filter_var() in /usr/local/www/roundcube/program/lib/Roundcube/bootstrap.php on line 48
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-28 03:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2013-08-28 03:54:34 UTC
See attached patch.

-- 
`whois vmeta.jp | nkf -w`
meta <meta@vmeta.jp>
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2013-08-28 09:02:42 UTC
State Changed
From-To: open->closed

Fixed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-08-28 09:02:46 UTC
Author: ale
Date: Wed Aug 28 08:02:33 2013
New Revision: 325513
URL: http://svnweb.freebsd.org/changeset/ports/325513

Log:
  Add missing dependency.
  
  PR:		ports/181599
  Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>

Modified:
  head/mail/roundcube/Makefile

Modified: head/mail/roundcube/Makefile
==============================================================================
--- head/mail/roundcube/Makefile	Wed Aug 28 07:45:33 2013	(r325512)
+++ head/mail/roundcube/Makefile	Wed Aug 28 08:02:33 2013	(r325513)
@@ -2,6 +2,7 @@
 
 PORTNAME=	roundcube
 DISTVERSION=	0.9.3
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES?=	mail www
 MASTER_SITES=	SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:U}
@@ -22,7 +23,7 @@ SCRIPTS_ENV=	SHAREOWN=${SHAREOWN} SHAREG
 		WWWDIR=${WWWDIR}
 
 WANT_PHP_WEB=	yes
-USE_PHP=	pcre mbstring session iconv dom xml json intl zip
+USE_PHP=	pcre mbstring session iconv dom xml json intl zip filter
 IGNORE_WITH_PHP=52
 
 OPTIONS_DEFINE=	SSL LDAP GD PSPELL NSC
_______________________________________________
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"