Tue Dec 6 12:41:03 2011 UTC ()
Fix typo in MESSAGE.
Bump PKGREVISION.


(ryoon)
diff -r1.2 -r1.3 pkgsrc/www/aipo/MESSAGE
diff -r1.2 -r1.3 pkgsrc/www/aipo/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/www/aipo/Attic/MESSAGE (expand / switch to unified diff)

--- pkgsrc/www/aipo/Attic/MESSAGE 2011/11/29 14:51:37 1.2
+++ pkgsrc/www/aipo/Attic/MESSAGE 2011/12/06 12:41:02 1.3
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.2 2011/11/29 14:51:37 ryoon Exp $ 2$NetBSD: MESSAGE,v 1.3 2011/12/06 12:41:02 ryoon Exp $
3 3
4To use aipo, you will need to perform the following steps. 4To use aipo, you will need to perform the following steps.
5 5
61. Install postgresq server, for example postgresql84-server, 61. Install postgresql server, for example postgresql84-server,
7 and enable it. 7 and enable it.
8 8
9 # cd databases/postgresql84-server 9 # cd databases/postgresql84-server
10 # make install 10 # make install
11 and follow MESSAGE in databases/postgresql84-server directory. 11 and follow MESSAGE in databases/postgresql84-server directory.
12 12
132. Install apache tomcat server, for example apache-tomcat7 132. Install apache tomcat server, for example apache-tomcat7
14 14
15 # cd www/apache-tomcat7 15 # cd www/apache-tomcat7
16 # make install 16 # make install
17 17
183. Start postgresql server, for example 183. Start postgresql server, for example
19 19

cvs diff -r1.2 -r1.3 pkgsrc/www/aipo/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/aipo/Attic/Makefile 2011/11/29 14:51:37 1.2
+++ pkgsrc/www/aipo/Attic/Makefile 2011/12/06 12:41:02 1.3
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.2 2011/11/29 14:51:37 ryoon Exp $ 1# $NetBSD: Makefile,v 1.3 2011/12/06 12:41:02 ryoon Exp $
2# 2#
3 3
4DISTNAME= aipo6020ja_linux32 4DISTNAME= aipo6020ja_linux32
5PKGNAME= aipo-6.02 5PKGNAME= aipo-6.02
6PKGREVISION= 1 6PKGREVISION= 2
7CATEGORIES= www 7CATEGORIES= www
8MASTER_SITES= http://aipo.googlecode.com/files/ 8MASTER_SITES= http://aipo.googlecode.com/files/
9 9
10MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= http://www.aipo.com/ 11HOMEPAGE= http://www.aipo.com/
12COMMENT= Web-based groupware that supports Japanese interface 12COMMENT= Web-based groupware that supports Japanese interface
13LICENSE= gnu-agpl-v3 13LICENSE= gnu-agpl-v3
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17USE_JAVA= run 17USE_JAVA= run
18USE_JAVA2= 6 18USE_JAVA2= 6
19 19