Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/turba mail/turba: clean up and sort REPLACE_FILES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76beaaf214eb
branches:  trunk
changeset: 432512:76beaaf214eb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 22 21:28:52 2020 +0000

description:
mail/turba: clean up and sort REPLACE_FILES

diffstat:

 mail/turba/Makefile |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 0f28d1cb7f87 -r 76beaaf214eb mail/turba/Makefile
--- a/mail/turba/Makefile       Fri May 22 21:24:29 2020 +0000
+++ b/mail/turba/Makefile       Fri May 22 21:28:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2019/09/26 07:51:27 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2020/05/22 21:28:52 rillig Exp $
 
 DISTNAME=      turba-h3-${TURBAVER}
 PKGNAME=       turba-${TURBAVER}
@@ -46,13 +46,12 @@
 REPLACE_INTERPRETER+=  php
 REPLACE.php.old=       .*/bin/php
 REPLACE.php.new=       ${PREFIX}/bin/php
-REPLACE_FILES.php=     scripts/import_vcards.php \
+REPLACE_FILES.php=     scripts/import_squirrelmail_file_abook.php \
+                       scripts/import_squirrelmail_sql_abook.php \
+                       scripts/import_vcards.php \
+                       scripts/upgrades/2.1_to_2.2_sql_schema.php \
                        scripts/upgrades/create_default_histories.php \
-                       scripts/upgrades/public_to_horde_share.php \
-                       scripts/import_squirrelmail_abook.php \
-                       scripts/upgrades/2.1_to_2.2_sql_schema.php \
-                       scripts/import_squirrelmail_file_abook.php \
-                       scripts/import_squirrelmail_sql_abook.php
+                       scripts/upgrades/public_to_horde_share.php
 
 CONF_FILES=            ${EGDIR}/turba.conf ${PKG_SYSCONFDIR}/turba.conf
 CONF_FILES_PERMS+=     ${TURBADIR}/config/sources.php.dist \



Home | Main Index | Thread Index | Old Index