diff options
author | ryoon <ryoon> | 2012-05-11 10:41:26 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-05-11 10:41:26 +0000 |
commit | 44e6375ce6fe1c13efeb01cf05621ec964efab69 (patch) | |
tree | f9ff35949622058134f22f20cc9afe9a55534753 /misc/php-orangehrm/Makefile | |
parent | 2fa73cf6debbdfd0099c36ba5610c18493bfb266 (diff) | |
download | pkgsrc-44e6375ce6fe1c13efeb01cf05621ec964efab69.tar.gz |
Update to 2.7
* Add dependency to php-mysqli
Changelog:
2.7
* Language translation and date format support for all modules.
* Ability to switch on/off modules.
* Upgraders up to version 2.6.5.
* Removal of Benefits module.
* bugfixes
2.7-rc.1
* Language translation and date format support for all modules except
Benefits module.
* Ability to switch on/off modules.
* bugfixes
2.6.12.1
* bugfixes
In detail, see new_changed_features.txt, but no security bug information
is provided.
Diffstat (limited to 'misc/php-orangehrm/Makefile')
-rw-r--r-- | misc/php-orangehrm/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/php-orangehrm/Makefile b/misc/php-orangehrm/Makefile index d2ad4769185..9e40d1e8957 100644 --- a/misc/php-orangehrm/Makefile +++ b/misc/php-orangehrm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/12/12 17:39:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2012/05/11 10:41:26 ryoon Exp $ # -DISTNAME= orangehrm-2.6.11.2 +DISTNAME= orangehrm-2.7 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=orangehrm/} @@ -14,6 +14,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql +DEPENDS+= ${PHP_PKG_PREFIX}-mysqli>=5.2.0:../../databases/php-mysqli DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql>=5.2.0:../../databases/php-pdo_mysql EXTRACT_USING= bsdtar @@ -31,7 +32,9 @@ FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \ CHECK_INTERPRETER_SKIP+= share/orangehrm/symfony/lib/vendor/symfony/data/bin/symfony CHECK_INTERPRETER_SKIP+= share/orangehrm/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/symfony +CHECK_INTERPRETER_SKIP+= share/orangehrm/symfony/lib/vendor/symfony/lib/task/generator/skeleton/project/symfony CHECK_INTERPRETER_SKIP+= share/orangehrm/symfony/symfony +CHECK_INTERPRETER_SKIP+= share/orangehrm/upgrader/symfony do-install: cd ${WRKSRC} && pax -rw -pmp * \ |