From owner-svn-ports-all@FreeBSD.ORG Fri Mar 21 20:57:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF121EE6; Fri, 21 Mar 2014 20:57:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ABA939C; Fri, 21 Mar 2014 20:57:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2LKvncn005824; Fri, 21 Mar 2014 20:57:49 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2LKvnir005823; Fri, 21 Mar 2014 20:57:49 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201403212057.s2LKvnir005823@svn.freebsd.org> From: Pawel Pekala Date: Fri, 21 Mar 2014 20:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348745 - head/graphics/php-libpuzzle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 20:57:49 -0000 Author: pawel Date: Fri Mar 21 20:57:49 2014 New Revision: 348745 URL: http://svnweb.freebsd.org/changeset/ports/348745 QAT: https://qat.redports.org/buildarchive/r348745/ Log: - Staging support [1] - USES for bzip2 [1] - Fix order of lines [1] - More precise BSD license - Strip module binary PR: ports/187682 [1] Submitted by: maintainer Modified: head/graphics/php-libpuzzle/Makefile Modified: head/graphics/php-libpuzzle/Makefile ============================================================================== --- head/graphics/php-libpuzzle/Makefile Fri Mar 21 20:36:00 2014 (r348744) +++ head/graphics/php-libpuzzle/Makefile Fri Mar 21 20:57:49 2014 (r348745) @@ -12,21 +12,22 @@ PKGNAMEPREFIX= php- MAINTAINER= cyberbotx@cyberbotx.com COMMENT= PHP extension for Puzzle library to find similar pictures -LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \ - gd:${PORTSDIR}/graphics/gd - -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILES= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME} +LIB_DEPENDS= libpuzzle.so:${PORTSDIR}/graphics/libpuzzle \ + libgd.so:${PORTSDIR}/graphics/gd +USES= tar:bzip2 -USE_BZIP2= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME} USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes USE_PHP_BUILD= yes -NO_STAGE= yes +pre-install: + @${STRIP_CMD} ${WRKSRC}/modules/libpuzzle.so + .include