pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

php-phalcon4: Fix pkglint warnings



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Sat Oct 10 14:29:19 2020 +0000
Changeset:	0a01b20df8af42b654f1bddd2d74ba3e252718c4

Modified Files:
	php-phalcon4/Makefile

Log Message:
php-phalcon4: Fix pkglint warnings

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0a01b20df8af42b654f1bddd2d74ba3e252718c4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 php-phalcon4/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/php-phalcon4/Makefile b/php-phalcon4/Makefile
index 789c40dff5..04afc8910c 100644
--- a/php-phalcon4/Makefile
+++ b/php-phalcon4/Makefile
@@ -6,12 +6,13 @@ PECL_VERSION=		4.0.6
 PKGNAME=		${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=		www
 MASTER_SITES=		${MASTER_SITE_GITHUB:=phalcon/}
-EXTRACT_SUFX=		.tar.gz
 
 HOMEPAGE=		https://phalconphp.com/
 COMMENT=		Web framework implemented as a C extension offering high performance
 LICENSE=		php
 
+CONFLICTS=		php-phalcon-[0-9]*
+
 GITHUB_PROJECT=		cphalcon
 GITHUB_TAG=		v${PKGVERSION_NOREV}
 


Home | Main Index | Thread Index | Old Index