aboutsummaryrefslogtreecommitdiff
path: root/www/codeigniter
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:25:09 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:25:09 +0000
commita400cfc5f46c03a0cf81282b9da421effa2e6575 (patch)
tree52d5682fe0ddfd9719ad88509dd106971d37a538 /www/codeigniter
parentdd7978499be0f1c0244638e237b7d72774f06919 (diff)
downloadports-a400cfc5f46c03a0cf81282b9da421effa2e6575.tar.gz
ports-a400cfc5f46c03a0cf81282b9da421effa2e6575.zip
Convert to UCL & cleanup pkg-message (categories w)
Notes
Notes: svn path=/head/; revision=508913
Diffstat (limited to 'www/codeigniter')
-rw-r--r--www/codeigniter/files/pkg-message-apache.in8
-rw-r--r--www/codeigniter/files/pkg-message-noapache.in8
-rw-r--r--www/codeigniter/files/pkg-message.in8
3 files changed, 18 insertions, 6 deletions
diff --git a/www/codeigniter/files/pkg-message-apache.in b/www/codeigniter/files/pkg-message-apache.in
index dc7de006ffb6..5f5f807b5dc2 100644
--- a/www/codeigniter/files/pkg-message-apache.in
+++ b/www/codeigniter/files/pkg-message-apache.in
@@ -1,5 +1,6 @@
-
-*********************************************************************
+[
+{ type: install
+ message: <<EOM
You have just installed the CodeIgniter web application framework.
Note that you should restart your Apache web server to ensure that
@@ -21,3 +22,6 @@ Optional post-installation instructions include:
- If you are upgrading from a prior release, please visit:
http://codeigniter.com/user_guide/installation/upgrading.html
for additional post-installation instructions.
+EOM
+}
+]
diff --git a/www/codeigniter/files/pkg-message-noapache.in b/www/codeigniter/files/pkg-message-noapache.in
index 038b5e1424e2..acb5e94ca18f 100644
--- a/www/codeigniter/files/pkg-message-noapache.in
+++ b/www/codeigniter/files/pkg-message-noapache.in
@@ -1,5 +1,6 @@
-
-*********************************************************************
+[
+{ type: install
+ message: <<EOM
You have just installed the CodeIgniter web application framework.
Optional post-installation instructions include:
@@ -18,3 +19,6 @@ Optional post-installation instructions include:
- If you are upgrading from a prior release, please visit:
http://codeigniter.com/user_guide/installation/upgrading.html
for additional post-installation instructions.
+EOM
+}
+]
diff --git a/www/codeigniter/files/pkg-message.in b/www/codeigniter/files/pkg-message.in
index bb7de32a5712..90223d10011a 100644
--- a/www/codeigniter/files/pkg-message.in
+++ b/www/codeigniter/files/pkg-message.in
@@ -1,5 +1,6 @@
-
-*********************************************************************
+[
+{ type: install
+ message: <<EOM
You have just installed the CodeIgniter web application framework.
Note that you should restart your web server to ensure that
@@ -18,3 +19,6 @@ To use CodeIgniter:
- If you are upgrading from a prior release, please visit:
http://codeigniter.com/user_guide/installation/upgrading.html
for additional post-installation instructions.
+EOM
+}
+]