Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 06:19:47 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379758 - head/devel/pecl-runkit
Message-ID:  <201502240619.t1O6JlOx008570@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Feb 24 06:19:46 2015
New Revision: 379758
URL: https://svnweb.freebsd.org/changeset/ports/379758
QAT: https://qat.redports.org/buildarchive/r379758/

Log:
  1: add LICENSE.
  2: strip binary.
  3: switch to USES=tar:tgz

Modified:
  head/devel/pecl-runkit/Makefile

Modified: head/devel/pecl-runkit/Makefile
==============================================================================
--- head/devel/pecl-runkit/Makefile	Tue Feb 24 06:17:13 2015	(r379757)
+++ head/devel/pecl-runkit/Makefile	Tue Feb 24 06:19:46 2015	(r379758)
@@ -6,18 +6,23 @@ PORTVERSION=	0.9
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-DISTNAME=	runkit-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PECL extension to modify constants, user-defined functions, and classes
 
+LICENSE=	PHP30
+
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	runkit
+DEFAULT_VERSIONS+=	php=53
 IGNORE_WITH_PHP=	54 55 56
 
 CONFIGURE_ARGS=	--enable-runkit=classkit
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+
 .include <bsd.port.mk>



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