Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2019 13:33:45 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504951 - head/security/pear-LiveUser
Message-ID:  <201906231333.x5NDXjlo079175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Jun 23 13:33:45 2019
New Revision: 504951
URL: https://svnweb.freebsd.org/changeset/ports/504951

Log:
  security/pear-LiveUser: remove leading space

Modified:
  head/security/pear-LiveUser/Makefile

Modified: head/security/pear-LiveUser/Makefile
==============================================================================
--- head/security/pear-LiveUser/Makefile	Sun Jun 23 13:33:02 2019	(r504950)
+++ head/security/pear-LiveUser/Makefile	Sun Jun 23 13:33:45 2019	(r504951)
@@ -26,7 +26,7 @@ PEAR_CRYPT_RC4_DESC=	PEAR::Crypt_RC4 support
 PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
 PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR}
 PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
-PEAR_LOG_RUN_DEPENDS=	 ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
+PEAR_LOG_RUN_DEPENDS=	${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
 PEAR_XML_TREE_RUN_DEPENDS=	${PEARDIR}/XML/Tree.php:devel/pear-XML_Tree@${PHP_FLAVOR}
 PEAR_CRYPT_RC4_RUN_DEPENDS=	${PEARDIR}/Crypt/Rc4.php:security/pear-Crypt_RC4@${PHP_FLAVOR}
 



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