pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/opengoo * Fix some dependencies.
details: https://anonhg.NetBSD.org/pkgsrc/rev/05c8fd662546
branches: trunk
changeset: 394632:05c8fd662546
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jun 14 11:38:34 2009 +0000
description:
* Fix some dependencies.
* Corect a comment in DEINSTALL.
* Add INSTALL to set permission of language files.
Bump PKGREVISION.
diffstat:
www/opengoo/DEINSTALL | 4 ++--
www/opengoo/INSTALL | 10 ++++++++++
www/opengoo/Makefile | 7 +++++--
3 files changed, 17 insertions(+), 4 deletions(-)
diffs (56 lines):
diff -r c0d351f3a161 -r 05c8fd662546 www/opengoo/DEINSTALL
--- a/www/opengoo/DEINSTALL Sun Jun 14 11:27:00 2009 +0000
+++ b/www/opengoo/DEINSTALL Sun Jun 14 11:38:34 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: DEINSTALL,v 1.1.1.1 2009/06/14 04:51:37 taca Exp $
+# $NetBSD: DEINSTALL,v 1.2 2009/06/14 11:38:34 taca Exp $
OG_DIR="@PREFIX@/@OG_DIR@"
case ${STAGE} in
DEINSTALL)
- # remove cache files.
+ # remove temporary files.
${FIND} ${OG_DIR}/cache ${OG_DIR}/tmp -type f -exec ${RM} -f {} \;
;;
esac
diff -r c0d351f3a161 -r 05c8fd662546 www/opengoo/INSTALL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opengoo/INSTALL Sun Jun 14 11:38:34 2009 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: INSTALL,v 1.1 2009/06/14 11:38:34 taca Exp $
+
+OG_DIR="@PREFIX@/@OG_DIR@"
+
+case ${STAGE} in
+DEINSTALL)
+ # enable to edit language translation.
+ (cd "${OG_DIR}"; ${CHOWN} -R language)
+ ;;
+esac
diff -r c0d351f3a161 -r 05c8fd662546 www/opengoo/Makefile
--- a/www/opengoo/Makefile Sun Jun 14 11:27:00 2009 +0000
+++ b/www/opengoo/Makefile Sun Jun 14 11:38:34 2009 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/06/14 04:51:35 taca Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/14 11:38:34 taca Exp $
#
DISTNAME= opengoo_${VER}
PKGNAME= opengoo-${VER}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/}
EXTRACT_SUFX= .zip
@@ -12,8 +13,10 @@
COMMENT= Easy to use Open Source Web Office
LICENSE= gnu-gpl-v3
-#DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
+DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring
+DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.1.0:../../archivers/php-zip
+DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
PKG_DESTDIR_SUPPORT= user-destdir
VER= 1.4.1
Home |
Main Index |
Thread Index |
Old Index