pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/php-vmailmgr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  2 11:37:30 UTC 2025

Modified Files:
        pkgsrc/mail/php-vmailmgr: Makefile

Log Message:
php-vmailmgr: make this a versioned package

like all the other php packages

Add CONFLICT with non-versioned version of the package.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/php-vmailmgr/Makefile

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

Modified files:

Index: pkgsrc/mail/php-vmailmgr/Makefile
diff -u pkgsrc/mail/php-vmailmgr/Makefile:1.1 pkgsrc/mail/php-vmailmgr/Makefile:1.2
--- pkgsrc/mail/php-vmailmgr/Makefile:1.1       Sun Feb 25 12:09:20 2024
+++ pkgsrc/mail/php-vmailmgr/Makefile   Sun Feb  2 11:37:30 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2024/02/25 12:09:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2025/02/02 11:37:30 wiz Exp $
 
 .include "../../mail/vmailmgr/Makefile.common"
 
-PKGNAME=               php-vmailmgr-${VERSION}
+PKGNAME=               ${PHP_PKG_PREFIX}-vmailmgr-${VERSION}
 CATEGORIES=            mail
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
@@ -17,6 +17,8 @@ CONFIGURE_ARGS+=      --enable-php
 BUILD_DIRS=            php
 INSTALL_DIRS=          php
 
+CONFLICTS+=            php-vmailmgr-[0-9]*
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/${INSTALL_DIRS}/vmail.features \
                ${DESTDIR}${PREFIX}/share/vmailmgr/php/README



Home | Main Index | Thread Index | Old Index