summaryrefslogtreecommitdiff
path: root/www/php-owncloud/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2012-05-15 20:18:34 +0000
committerryoon <ryoon>2012-05-15 20:18:34 +0000
commitf1dc30d1e80f2314b957c2df3daed392e41e0824 (patch)
tree08cb0d505f6786b248cb29ad3c0132df1a795a91 /www/php-owncloud/Makefile
parent13c3db1669074c616d996611658f6263ac8605e0 (diff)
downloadpkgsrc-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/Makefile6
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"