Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 16:33:59 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318884 - head/sysutils/froxlor
Message-ID:  <201305231633.r4NGXxN7081780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu May 23 16:33:59 2013
New Revision: 318884
URL: http://svnweb.freebsd.org/changeset/ports/318884

Log:
  - Update to 0.9.28.1
  - Properly OPTIONSng-ize php-gettext dependency
  
  PR:		ports/178824
  Submitted by:	Marco Steinbach <coco@executive-computing.de> (maintainer)
  Approved by:	culot (mentor)

Modified:
  head/sysutils/froxlor/Makefile
  head/sysutils/froxlor/distinfo

Modified: head/sysutils/froxlor/Makefile
==============================================================================
--- head/sysutils/froxlor/Makefile	Thu May 23 16:10:43 2013	(r318883)
+++ head/sysutils/froxlor/Makefile	Thu May 23 16:33:59 2013	(r318884)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	froxlor
-DISTVERSION=	0.9.28
+DISTVERSION=	0.9.28.1
 CATEGORIES=	sysutils www
 MASTER_SITES=	http://files.froxlor.org/releases/
 
@@ -17,7 +17,7 @@ NO_BUILD=	YES
 
 SUB_FILES+=	pkg-message pkg-deinstall
 
-USE_PHP=	xml bcmath posix filter session ftp mysql mysqli gettext
+USE_PHP=	xml bcmath posix filter session ftp mysql mysqli
 
 OPTIONS_DEFINE=	POWERDNS LIBNSS LOGROTATE MYSQLS DKIM PCNTL NLS
 
@@ -129,6 +129,7 @@ USE_PHP+=	pcntl
 
 .if ${PORT_OPTIONS:MNLS}
 USES+=		gettext:run
+USE_PHP+=	gettext
 .endif
 
 do-install:

Modified: head/sysutils/froxlor/distinfo
==============================================================================
--- head/sysutils/froxlor/distinfo	Thu May 23 16:10:43 2013	(r318883)
+++ head/sysutils/froxlor/distinfo	Thu May 23 16:33:59 2013	(r318884)
@@ -1,2 +1,2 @@
-SHA256 (froxlor-0.9.28.tar.gz) = 15d7b7a4afe852d7a0cefe7215a81a31fdc86bd819a64648fba1b7e791be7281
-SIZE (froxlor-0.9.28.tar.gz) = 1528245
+SHA256 (froxlor-0.9.28.1.tar.gz) = a286084b9dc10474a19e9594de75069ca840365df8be65a639fc43035fa6ca5d
+SIZE (froxlor-0.9.28.1.tar.gz) = 1528346



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