svn commit: r318884 - head/sysutils/froxlor

William Grzybowski wg at FreeBSD.org
Thu May 23 16:34:00 UTC 2013


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 at 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


More information about the svn-ports-all mailing list