pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/squirrelmail-decode



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov 13 16:01:45 UTC 2023

Modified Files:
        pkgsrc/mail/squirrelmail-decode: Makefile PLIST

Log Message:
mail/squirrelmail-decode: utilize squirrelmail.mk

pkgsrc changes:

* Prefix PKGNAME with PHP_PKG_PREFIX.

* Utilize ../squirrelmail/squirrelmail.mk.

* Use EGDIR and SMDIR in PLIST and add PRINT_PLIST_AWK support.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/squirrelmail-decode/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/mail/squirrelmail-decode/PLIST

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

Modified files:

Index: pkgsrc/mail/squirrelmail-decode/Makefile
diff -u pkgsrc/mail/squirrelmail-decode/Makefile:1.14 pkgsrc/mail/squirrelmail-decode/Makefile:1.15
--- pkgsrc/mail/squirrelmail-decode/Makefile:1.14       Mon Dec  9 14:20:55 2019
+++ pkgsrc/mail/squirrelmail-decode/Makefile    Mon Nov 13 16:01:45 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2019/12/09 14:20:55 taca Exp $
+# $NetBSD: Makefile,v 1.15 2023/11/13 16:01:45 taca Exp $
 
 DISTNAME=      squirrelmail-decode-1.2
-PKGREVISION=   3
+PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
 EXTRACT_SUFX=  .tar.bz2
@@ -14,13 +14,14 @@ LICENSE=    gnu-gpl-v2
 NO_BUILD=      yes
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=4.3.3:../../converters/php-iconv
+DEPENDS+=      ${PHP_PKG_PREFIX}-squirrelmail>=1.4.23pre14998:../../mail/squirrelmail
 
 do-install:
        ${INSTALL_DATA_DIR} \
-               ${DESTDIR}${PREFIX:Q}/share/squirrelmail/functions/decode
-       ${INSTALL_DATA} ${WRKSRC:Q}/eastasia/*.php ${WRKSRC:Q}/x-mac/*.php \
-               ${DESTDIR}${PREFIX:Q}/share/squirrelmail/functions/decode
+               ${DESTDIR}${PREFIX}/${SMDIR}/functions/decode
+       ${INSTALL_DATA} ${WRKSRC}/eastasia/*.php ${WRKSRC}/x-mac/*.php \
+               ${DESTDIR}${PREFIX}/${SMDIR}/functions/decode
 
+.include "../../mail/squirrelmail/squirrelmail.mk"
 .include "../../lang/php/phpversion.mk"
-.include "../../mail/squirrelmail/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/mail/squirrelmail-decode/PLIST
diff -u pkgsrc/mail/squirrelmail-decode/PLIST:1.1.1.1 pkgsrc/mail/squirrelmail-decode/PLIST:1.2
--- pkgsrc/mail/squirrelmail-decode/PLIST:1.1.1.1       Sun Nov 13 18:36:16 2005
+++ pkgsrc/mail/squirrelmail-decode/PLIST       Mon Nov 13 16:01:45 2023
@@ -1,34 +1,34 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/13 18:36:16 martti Exp $
-share/squirrelmail/functions/decode/big5.php
-share/squirrelmail/functions/decode/cp874.php
-share/squirrelmail/functions/decode/cp949.php
-share/squirrelmail/functions/decode/euc_cn.php
-share/squirrelmail/functions/decode/euc_jp.php
-share/squirrelmail/functions/decode/euc_kr.php
-share/squirrelmail/functions/decode/euc_tw.php
-share/squirrelmail/functions/decode/gb18030.php
-share/squirrelmail/functions/decode/gb2312.php
-share/squirrelmail/functions/decode/iso_2022_cn.php
-share/squirrelmail/functions/decode/iso_2022_jp.php
-share/squirrelmail/functions/decode/iso_2022_jp_2.php
-share/squirrelmail/functions/decode/iso_2022_kr.php
-share/squirrelmail/functions/decode/iso_2022_support.php
-share/squirrelmail/functions/decode/shift_jis.php
-share/squirrelmail/functions/decode/x_mac_arabic.php
-share/squirrelmail/functions/decode/x_mac_ce.php
-share/squirrelmail/functions/decode/x_mac_chinsimp.php
-share/squirrelmail/functions/decode/x_mac_chintrad.php
-share/squirrelmail/functions/decode/x_mac_croatian.php
-share/squirrelmail/functions/decode/x_mac_cyrillic.php
-share/squirrelmail/functions/decode/x_mac_devanagari.php
-share/squirrelmail/functions/decode/x_mac_farsi.php
-share/squirrelmail/functions/decode/x_mac_greek.php
-share/squirrelmail/functions/decode/x_mac_gujarati.php
-share/squirrelmail/functions/decode/x_mac_gurmukhi.php
-share/squirrelmail/functions/decode/x_mac_hebrew.php
-share/squirrelmail/functions/decode/x_mac_icelandic.php
-share/squirrelmail/functions/decode/x_mac_roman.php
-share/squirrelmail/functions/decode/x_mac_romanian.php
-share/squirrelmail/functions/decode/x_mac_thai.php
-share/squirrelmail/functions/decode/x_mac_turkish.php
-share/squirrelmail/functions/decode/x_mac_ukrainian.php
+@comment $NetBSD: PLIST,v 1.2 2023/11/13 16:01:45 taca Exp $
+${SMDIR}/functions/decode/big5.php
+${SMDIR}/functions/decode/cp874.php
+${SMDIR}/functions/decode/cp949.php
+${SMDIR}/functions/decode/euc_cn.php
+${SMDIR}/functions/decode/euc_jp.php
+${SMDIR}/functions/decode/euc_kr.php
+${SMDIR}/functions/decode/euc_tw.php
+${SMDIR}/functions/decode/gb18030.php
+${SMDIR}/functions/decode/gb2312.php
+${SMDIR}/functions/decode/iso_2022_cn.php
+${SMDIR}/functions/decode/iso_2022_jp.php
+${SMDIR}/functions/decode/iso_2022_jp_2.php
+${SMDIR}/functions/decode/iso_2022_kr.php
+${SMDIR}/functions/decode/iso_2022_support.php
+${SMDIR}/functions/decode/shift_jis.php
+${SMDIR}/functions/decode/x_mac_arabic.php
+${SMDIR}/functions/decode/x_mac_ce.php
+${SMDIR}/functions/decode/x_mac_chinsimp.php
+${SMDIR}/functions/decode/x_mac_chintrad.php
+${SMDIR}/functions/decode/x_mac_croatian.php
+${SMDIR}/functions/decode/x_mac_cyrillic.php
+${SMDIR}/functions/decode/x_mac_devanagari.php
+${SMDIR}/functions/decode/x_mac_farsi.php
+${SMDIR}/functions/decode/x_mac_greek.php
+${SMDIR}/functions/decode/x_mac_gujarati.php
+${SMDIR}/functions/decode/x_mac_gurmukhi.php
+${SMDIR}/functions/decode/x_mac_hebrew.php
+${SMDIR}/functions/decode/x_mac_icelandic.php
+${SMDIR}/functions/decode/x_mac_roman.php
+${SMDIR}/functions/decode/x_mac_romanian.php
+${SMDIR}/functions/decode/x_mac_thai.php
+${SMDIR}/functions/decode/x_mac_turkish.php
+${SMDIR}/functions/decode/x_mac_ukrainian.php



Home | Main Index | Thread Index | Old Index