From owner-svn-ports-head@FreeBSD.ORG Thu Dec 13 15:08:12 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 906E4FC3; Thu, 13 Dec 2012 15:08:12 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 75A848FC12; Thu, 13 Dec 2012 15:08:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDF8CCP058523; Thu, 13 Dec 2012 15:08:12 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDF8CXM058520; Thu, 13 Dec 2012 15:08:12 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201212131508.qBDF8CXM058520@svn.freebsd.org> From: Martin Matuska Date: Thu, 13 Dec 2012 15:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308851 - head/devel/pear-Horde_Date X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 15:08:12 -0000 Author: mm Date: Thu Dec 13 15:08:11 2012 New Revision: 308851 URL: http://svnweb.freebsd.org/changeset/ports/308851 Log: Remove unnecessary option from devel/pear-Horde_Date Modified: head/devel/pear-Horde_Date/Makefile Modified: head/devel/pear-Horde_Date/Makefile ============================================================================== --- head/devel/pear-Horde_Date/Makefile Thu Dec 13 14:40:18 2012 (r308850) +++ head/devel/pear-Horde_Date/Makefile Thu Dec 13 15:08:11 2012 (r308851) @@ -7,6 +7,7 @@ PORTNAME= Horde_Date PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org @@ -16,14 +17,6 @@ USE_HORDE_RUN= Horde_Exception \ Horde_Nls \ Horde_Translation -OPTIONS_DEFINE= CALENDAR -CALENDAR_DESC= Depend on calendar PHP extension - .include - -.if ${PORT_OPTIONS:MSOCKETS} -USE_PHP+= calendar -.endif - .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include