Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 2014 20:57:49 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348745 - head/graphics/php-libpuzzle
Message-ID:  <201403212057.s2LKvnir005823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



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