diff options
author | ryoon <ryoon> | 2012-05-15 20:18:34 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-05-15 20:18:34 +0000 |
commit | f1dc30d1e80f2314b957c2df3daed392e41e0824 (patch) | |
tree | 08cb0d505f6786b248cb29ad3c0132df1a795a91 /www/php-owncloud/Makefile | |
parent | 13c3db1669074c616d996611658f6263ac8605e0 (diff) | |
download | pkgsrc-f1dc30d1e80f2314b957c2df3daed392e41e0824.tar.gz |
Update to 3.0.3
* Add .htaccess file to package
* Fix MESSAGES, to be more useful
Changelog:
changelog is not available officially. The following is provided by SuSE.
- Security: Several CSRF fixes
- Security: .htaccess uploading blacklist
- Backport link in the Help center to the online documentatio
- Backport link in the Help center to the "Big Files" howto
- Check if JSon module is installed
- Check if GD module is installed
Diffstat (limited to 'www/php-owncloud/Makefile')
-rw-r--r-- | www/php-owncloud/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile index 87a77658f44..d08ab8725c1 100644 --- a/www/php-owncloud/Makefile +++ b/www/php-owncloud/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2012/04/19 15:39:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2012/05/15 20:18:34 ryoon Exp $ # -DISTNAME= owncloud-3.0.2 +DISTNAME= owncloud-3.0.3 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= http://owncloud.org/releases/ @@ -36,7 +36,7 @@ FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \ OC_DIR=${OC_DIR} do-install: - cd ${WRKSRC} && pax -rw -pmp * \ + cd ${WRKSRC} && pax -rw -pmp * .htaccess \ ${DESTDIR}${PREFIX}/${OC_DIR} .include "../../lang/php/phpversion.mk" |