From owner-svn-ports-head@freebsd.org Tue May 3 00:16:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B89BB2B504; Tue, 3 May 2016 00:16:48 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E15131C66; Tue, 3 May 2016 00:16:47 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u430Glcw000961; Tue, 3 May 2016 00:16:47 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u430Glfx000960; Tue, 3 May 2016 00:16:47 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201605030016.u430Glfx000960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Tue, 3 May 2016 00:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414497 - head/devel/sope2 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.22 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: Tue, 03 May 2016 00:16:48 -0000 Author: acm Date: Tue May 3 00:16:46 2016 New Revision: 414497 URL: https://svnweb.freebsd.org/changeset/ports/414497 Log: - Remove ${PORTSDIR} Modified: head/devel/sope2/Makefile Modified: head/devel/sope2/Makefile ============================================================================== --- head/devel/sope2/Makefile Tue May 3 00:15:28 2016 (r414496) +++ head/devel/sope2/Makefile Tue May 3 00:16:46 2016 (r414497) @@ -12,8 +12,8 @@ COMMENT= Extensive set of GNUstep web a LICENSE= LGPL20 -LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ - libmemcached.so:${PORTSDIR}/databases/libmemcached +LIB_DEPENDS= libxml2.so:textproc/libxml2 \ + libmemcached.so:databases/libmemcached WRKSRC= ${WRKDIR}/SOPE @@ -38,7 +38,7 @@ CONFIGURE_ARGS= --with-gnustep --disabl LDAP_USE= OPENLDAP=client PGSQL_USES= pgsql MYSQL_USE= MYSQL=client -MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:${PORTSDIR}/databases/memcached +MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached post-patch-LDAP-off: @${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure