summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-12-16 09:23:54 +0000
committertaca <taca@pkgsrc.org>2015-12-16 09:23:54 +0000
commitbbbc9e321eedf65f603cd6b0c04e92c6856888a8 (patch)
treef019c924b3d02a4170b8f49eff3a1f7697f6f044 /www
parentc64eacd8176bf78592ecf1733218a4400b6086d3 (diff)
downloadpkgsrc-bbbc9e321eedf65f603cd6b0c04e92c6856888a8.tar.gz
Make contao/files/README for contao41 and (maybe) later.
Bump PKGREVISION since it uses wrong README file.
Diffstat (limited to 'www')
-rw-r--r--www/contao/files/README6
-rw-r--r--www/contao41/Makefile3
-rw-r--r--www/contao41/files/README22
3 files changed, 5 insertions, 26 deletions
diff --git a/www/contao/files/README b/www/contao/files/README
index 3c97608e876..f9df30d3676 100644
--- a/www/contao/files/README
+++ b/www/contao/files/README
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.3 2015/12/13 13:54:10 taca Exp $
+$NetBSD: README,v 1.4 2015/12/16 09:23:54 taca Exp $
1. First, create a database for Contao Open Source CMS.
@@ -16,7 +16,7 @@ $NetBSD: README,v 1.3 2015/12/13 13:54:10 taca Exp $
Include ${PKG_SYSCONFDIR}/contao.conf
- Then reload or restart apache.
+4. Set DocumentRoot to ${CT_WEBDIR}/web, then reload or restart Apache.
5. Start setup from Contao installer, the installer's URL is
- http://www.example.org/contao/install.php.
+ http://www.example.org/install.php.
diff --git a/www/contao41/Makefile b/www/contao41/Makefile
index 3663dfed6f7..f379e06342e 100644
--- a/www/contao41/Makefile
+++ b/www/contao41/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2015/12/13 14:37:08 taca Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/16 09:23:54 taca Exp $
#
DISTNAME= contao-${CT_PKGVER}
PKGNAME= ${PHP_PKG_PREFIX}-contao${CT_VER}-${CT_VERSION}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=contao/}
GITHUB_PROJECT= standard-edition
diff --git a/www/contao41/files/README b/www/contao41/files/README
deleted file mode 100644
index cd3ef6f6c29..00000000000
--- a/www/contao41/files/README
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: README,v 1.1 2015/12/13 14:20:57 taca Exp $
-
-1. First, create a database for Contao Open Source CMS.
-
- # mysqladmin -p -u <administrator> create <dbname>.
-
-2. Next, create a user for accessing that database.
-
- # mysql -p -u <administrator> <dbname>
- mysql> grant select, insert, update, delete, create, drop,
- index, alter, create temporary tables, lock tables on
- <dbname>.* to '<dbuser>'@'localhost'
- identified by '<dbpass>' ;
-
-3. Edit ${PKG_SYSCONFDIR}/contao.conf and include from httpd.conf.
-
- Include ${PKG_SYSCONFDIR}/contao.conf
-
-4. Set DocumentRoot to ${CT_WEBDIR}/web, then reload or restart Apache.
-
-5. Start setup from Contao installer, the installer's URL is
- http://www.example.org/install.php.