Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2024 12:53:20 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9c920df6b970 - main - devel/pecl-APCu: Remove outdated CONFLICTS_INSTALL
Message-ID:  <202404181253.43ICrKmp070279@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c920df6b9707e2930c714c0ff716e8071918800

commit 9c920df6b9707e2930c714c0ff716e8071918800
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-18 12:48:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-18 12:48:24 +0000

    devel/pecl-APCu: Remove outdated CONFLICTS_INSTALL
    
    pecl-APC was removed over 7.5 years ago.
---
 devel/pecl-APCu/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/devel/pecl-APCu/Makefile b/devel/pecl-APCu/Makefile
index a5fec1160259..e7ec3d41f3da 100644
--- a/devel/pecl-APCu/Makefile
+++ b/devel/pecl-APCu/Makefile
@@ -16,8 +16,6 @@ PHP_MODNAME=	apcu
 
 PLIST_FILES=	${DATADIR}/apc.php
 
-CONFLICTS_INSTALL=	pecl-APC
-
 post-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/apc.php ${STAGEDIR}${DATADIR}



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