svn commit: r504951 - head/security/pear-LiveUser

Tobias C. Berner tcberner at FreeBSD.org
Sun Jun 23 13:33:46 UTC 2019


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}
 


More information about the svn-ports-all mailing list