diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-07-05 02:13:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-07-05 02:13:11 +0800 |
commit | 3004599f0ce8f6b21a1d90bc5a471636d82aae3e (patch) | |
tree | 65fd156ed3921a4e91b4cada34b7023bfa566f15 /www/owncloud/Makefile | |
parent | e2cb1196a6da3c392ae5376c9bc743edcab12879 (diff) | |
download | freebsd-ports-gnome-3004599f0ce8f6b21a1d90bc5a471636d82aae3e.tar.gz freebsd-ports-gnome-3004599f0ce8f6b21a1d90bc5a471636d82aae3e.tar.zst freebsd-ports-gnome-3004599f0ce8f6b21a1d90bc5a471636d82aae3e.zip |
Update to 10.2.1
Changes: https://owncloud.org/changelog/server/
https://github.com/owncloud/core/blob/stable10/CHANGELOG.md
https://doc.owncloud.org/server/10.2/admin_manual/release_notes.html
Diffstat (limited to 'www/owncloud/Makefile')
-rw-r--r-- | www/owncloud/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index 381040c06dd1..58151598d63b 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 10.2.0 +PORTVERSION= 10.2.1 CATEGORIES= www MASTER_SITES= https://download.owncloud.org/community/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} |