aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2009-11-11 03:23:06 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2009-11-11 03:23:06 +0800
commit996646ca3a081d84f7d399275b6f255507e912d8 (patch)
tree7abd9a43c4e650b5841595c4e85bfea4a3f77d7c /mail
parent679b94ae2a2258c91d54037fc52d3de93b2ce02b (diff)
downloadfreebsd-ports-gnome-996646ca3a081d84f7d399275b6f255507e912d8.tar.gz
freebsd-ports-gnome-996646ca3a081d84f7d399275b6f255507e912d8.tar.zst
freebsd-ports-gnome-996646ca3a081d84f7d399275b6f255507e912d8.zip
- Use USE_PERL5_RUN instead of USE_PERL5_BUILD
- Move perl dependency before <bsd.port.pre.mk> - Adopt mail/squirrelmail-login_notes-plugin while I am here - There is no bump as the same functionality is maintained Requested by: linimon Approved by: portmgr (linimon)
Diffstat (limited to 'mail')
-rw-r--r--mail/squirrelmail-avelsieve-plugin/Makefile2
-rw-r--r--mail/squirrelmail-compatibility-plugin/Makefile2
-rw-r--r--mail/squirrelmail-login_notes-plugin/Makefile4
-rw-r--r--mail/squirrelmail-mark_read-plugin/Makefile1
-rw-r--r--mail/squirrelmail-password_forget-plugin/Makefile2
-rw-r--r--mail/squirrelmail-secure_login-plugin/Makefile2
-rw-r--r--mail/squirrelmail-spam-buttons-plugin/Makefile1
-rw-r--r--mail/squirrelmail-unsafe_image_rules-plugin/Makefile1
-rw-r--r--mail/squirrelmail-user_special_mailboxes-plugin/Makefile1
-rw-r--r--mail/squirrelmail-vlogin-plugin/Makefile2
-rw-r--r--mail/squirrelmail/bsd.squirrelmail.mk1
11 files changed, 17 insertions, 2 deletions
diff --git a/mail/squirrelmail-avelsieve-plugin/Makefile b/mail/squirrelmail-avelsieve-plugin/Makefile
index 3ac700f1d3da..ffe5eea5c92b 100644
--- a/mail/squirrelmail-avelsieve-plugin/Makefile
+++ b/mail/squirrelmail-avelsieve-plugin/Makefile
@@ -12,6 +12,8 @@ DIST_SUBDIR= squirrelmail
MAINTAINER= neil@darlow.co.uk
COMMENT= SquirrelMail plugin for Server-Side Mail Filtering management
+USE_PERL5_RUN= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
diff --git a/mail/squirrelmail-compatibility-plugin/Makefile b/mail/squirrelmail-compatibility-plugin/Makefile
index f356d17b34e6..eca7c60cde5c 100644
--- a/mail/squirrelmail-compatibility-plugin/Makefile
+++ b/mail/squirrelmail-compatibility-plugin/Makefile
@@ -16,6 +16,8 @@ DIST_SUBDIR= squirrelmail
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Required by many plugins for compatibility with SquirrelMail
+USE_PERL5_RUN= yes
+
CONFLICTS= squirrelmail-compatibility-plugin-1.*
.include <bsd.port.pre.mk>
diff --git a/mail/squirrelmail-login_notes-plugin/Makefile b/mail/squirrelmail-login_notes-plugin/Makefile
index e9c1a8eb0b57..159b8f1b317c 100644
--- a/mail/squirrelmail-login_notes-plugin/Makefile
+++ b/mail/squirrelmail-login_notes-plugin/Makefile
@@ -13,11 +13,13 @@ PKGNAMESUFFIX= -plugin
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0
DIST_SUBDIR= squirrelmail
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Place notes on the login screen
RUN_DEPENDS= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
+USE_PERL5_RUN= yes
+
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
diff --git a/mail/squirrelmail-mark_read-plugin/Makefile b/mail/squirrelmail-mark_read-plugin/Makefile
index 7f306d20001a..efbde0c8703b 100644
--- a/mail/squirrelmail-mark_read-plugin/Makefile
+++ b/mail/squirrelmail-mark_read-plugin/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= itetcu@FreeBSD.org
COMMENT= Provides one-click link to mark read/unread all mails in a folder
USE_SM_COMPAT= YES
+USE_PERL5_RUN= yes
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
diff --git a/mail/squirrelmail-password_forget-plugin/Makefile b/mail/squirrelmail-password_forget-plugin/Makefile
index 21c3803f3fc7..bd7e740a56fa 100644
--- a/mail/squirrelmail-password_forget-plugin/Makefile
+++ b/mail/squirrelmail-password_forget-plugin/Makefile
@@ -18,6 +18,8 @@ COMMENT= Prevent reuse of login details by browsers at public terminals
RUN_DEPENDS= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
+USE_PERL5_RUN= yes
+
.include <bsd.port.pre.mk>
.include "../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>
diff --git a/mail/squirrelmail-secure_login-plugin/Makefile b/mail/squirrelmail-secure_login-plugin/Makefile
index a73afddf7cdb..d2f0c7baa0d7 100644
--- a/mail/squirrelmail-secure_login-plugin/Makefile
+++ b/mail/squirrelmail-secure_login-plugin/Makefile
@@ -18,6 +18,8 @@ DIST_SUBDIR= squirrelmail
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= This plugin will automatically turn on SSL security during login
+USE_PERL5_RUN= yes
+
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
diff --git a/mail/squirrelmail-spam-buttons-plugin/Makefile b/mail/squirrelmail-spam-buttons-plugin/Makefile
index 504aabdb39cb..ba9212dd35aa 100644
--- a/mail/squirrelmail-spam-buttons-plugin/Makefile
+++ b/mail/squirrelmail-spam-buttons-plugin/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= itetcu@FreeBSD.org
COMMENT= Provides buttons with customizable action (for reporting spam, etc.)
USE_SM_COMPAT= yes
+USE_PERL5_RUN= yes
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
diff --git a/mail/squirrelmail-unsafe_image_rules-plugin/Makefile b/mail/squirrelmail-unsafe_image_rules-plugin/Makefile
index 9ab750aac3af..e6501348599c 100644
--- a/mail/squirrelmail-unsafe_image_rules-plugin/Makefile
+++ b/mail/squirrelmail-unsafe_image_rules-plugin/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= itetcu@FreeBSD.org
COMMENT= Determines what unsafe (web) images will be shown
USE_SM_COMPAT= yes
+USE_PERL5_RUN= yes
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
diff --git a/mail/squirrelmail-user_special_mailboxes-plugin/Makefile b/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
index c6d05362219a..2bce16deaf44 100644
--- a/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
+++ b/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= itetcu@FreeBSD.org
COMMENT= Lets define folders to be displayed at the top of the folders list
USE_SQ_COMPAT= yes
+USE_PERL5_RUN= yes
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
diff --git a/mail/squirrelmail-vlogin-plugin/Makefile b/mail/squirrelmail-vlogin-plugin/Makefile
index 0e4169efe009..db147a201f1b 100644
--- a/mail/squirrelmail-vlogin-plugin/Makefile
+++ b/mail/squirrelmail-vlogin-plugin/Makefile
@@ -18,6 +18,8 @@ COMMENT= Adds multi-site-hosting capabilities to SquirrelMail
RUN_DEPENDS= squirrelmail-compatibility-plugin>=2.0.14:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
+USE_PERL5_RUN= yes
+
.include <bsd.port.pre.mk>
.include "../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>
diff --git a/mail/squirrelmail/bsd.squirrelmail.mk b/mail/squirrelmail/bsd.squirrelmail.mk
index 509037309275..b26e91b3d00c 100644
--- a/mail/squirrelmail/bsd.squirrelmail.mk
+++ b/mail/squirrelmail/bsd.squirrelmail.mk
@@ -27,7 +27,6 @@ RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USE_PERL5_BUILD= yes
USE_PHP= yes
WANT_PHP_WEB= yes