head	1.16;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.16
date	2013.03.20.04.29.09;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2013.03.01.05.43.43;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2013.02.16.07.46.02;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2013.01.10.03.08.36;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.12.31.13.17.14;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.12.06.06.01.46;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.12.02.19.37.07;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.06.02.44;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.10.16.06.34.47;	author kevlo;	state Exp;
branches;
next	1.7;

1.7
date	2012.08.31.08.45.39;	author kevlo;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.17.07.45.11;	author kevlo;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.08.09.25.52;	author kevlo;	state Exp;
branches;
next	1.4;

1.4
date	2012.05.16.07.37.04;	author ale;	state Exp;
branches;
next	1.3;

1.3
date	2012.04.20.08.02.30;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2012.01.21.17.37.14;	author eadler;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.14.10.32.33;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314703
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/owncloud/Makefile 314703 2013-03-20 01:56:04Z kevlo $

PORTNAME=	owncloud
PORTVERSION=	5.0.0
CATEGORIES=	www
MASTER_SITES=	http://download.owncloud.org/community/

MAINTAINER=	kevlo@@FreeBSD.org
COMMENT=	Personal cloud which runs on your own server

LICENSE=	AGPLv3

BUILD_DEPENDS=	mp3info:${PORTSDIR}/audio/mp3info
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_BZIP2=	yes
USE_PHP=	ctype curl dom fileinfo gd hash iconv json mbstring mysql \
		pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml zip \
		zlib
WANT_PHP_WEB=	yes
DEFAULT_PHP_VER=5

WWWDOCROOT?=	www

WRKSRC=		${WRKDIR}/${PORTNAME}
NO_BUILD=	yes
SUB_FILES=	pkg-message

do-install:
	${MKDIR} ${WWWDIR}
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}

post-install:
	@@${CAT} ${PKGMESSAGE}
	@@cd ${WRKSRC} && \
	    ${FIND} -s -d . -type f -print | \
		${SED} -e "s#^\.#${WWWDIR_REL}#" >> ${TMPPLIST}
	@@cd ${WRKSRC} && \
	    ${FIND} -s -d . -type d  -print | \
		${SED} -e "s#^\.#@@dirrm ${WWWDIR_REL}#" >> ${TMPPLIST}

.include <bsd.port.mk>
@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313136
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/www/owncloud/Makefile 313136 2013-03-01 05:18:42Z kevlo $
d4 1
a4 1
PORTVERSION=	4.5.7
d6 1
a6 1
MASTER_SITES=	http://owncloud.org/releases/
d11 2
@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312326
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/www/owncloud/Makefile 312326 2013-02-16 07:44:16Z kevlo $
d4 1
a4 1
PORTVERSION=	4.5.6
@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310170
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310170 | kevlo | 2013-01-10 02:34:38 +0000 (Thu, 10 Jan 2013) | 4 lines
## SVN ##
## SVN ## Add fileinfo.
## SVN ##
## SVN ## PR:	ports/175112
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/www/owncloud/Makefile 310170 2013-01-10 02:34:38Z kevlo $
d4 1
a4 2
PORTVERSION=	4.5.5
PORTREVISION=	1
@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309708
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309708 | kevlo | 2012-12-31 07:44:17 +0000 (Mon, 31 Dec 2012) | 5 lines
## SVN ##
## SVN ## Update to 4.5.5.
## SVN ##
## SVN ## PR:	ports/174763
## SVN ## Submitted by:	Matthew X. Economou <xenophon+freebsd at irtnog dot org>
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/www/owncloud/Makefile 309708 2012-12-31 07:44:17Z kevlo $
d5 1
d16 3
a18 2
USE_PHP=	ctype curl dom gd hash iconv json mbstring mysql pdo \
		pdo_mysql pdo_sqlite session simplexml sqlite3 xml zip zlib
@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308365
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308365 | kevlo | 2012-12-06 05:59:56 +0000 (Thu, 06 Dec 2012) | 4 lines
## SVN ##
## SVN ## Update to 4.5.4.
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/www/owncloud/Makefile 308365 2012-12-06 05:59:56Z kevlo $
d4 1
a4 1
PORTVERSION=	4.5.4
@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308115
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308115 | crees | 2012-12-02 19:32:48 +0000 (Sun, 02 Dec 2012) | 11 lines
## SVN ##
## SVN ## Don't clobber configuration files if reinstalled.
## SVN ##
## SVN ## No PORTREVISION bump, because otherwise many will blindly update and possibly
## SVN ## lose everything.  Hopefully people will read UPDATING before the next update!
## SVN ##
## SVN ## PR:		ports/173238
## SVN ## PR:		ports/173233
## SVN ## Submitted by:	crees
## SVN ## Approved by:	kevlo (maintainer)
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/www/owncloud/Makefile 308115 2012-12-02 19:32:48Z crees $
d4 1
a4 1
PORTVERSION=	4.5.0
@


1.9
log
@Switch exporter over
@
text
@d1 1
a1 1
# $FreeBSD: head/www/owncloud/Makefile 305951 2012-10-16 06:34:47Z kevlo $
d33 6
a38 4
	@@${FIND} -s -d ${WWWDIR} -type f -print | \
		${SED} -e "s#${PREFIX}/##g" >> ${TMPPLIST}
	@@${FIND} -s -d ${WWWDIR} -type d  -print | \
		${SED} -E -e "s#${PREFIX}/#@@dirrm #g" >> ${TMPPLIST}
@


1.8
log
@SVN rev 305951 on 2012-10-16 06:34:47Z by kevlo

Update to 4.5.0

Feature safe:	yes
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.7
log
@SVN rev 303401 on 2012-08-31 08:45:39Z by kevlo

Update to 4.0.7
@
text
@a0 4
# New ports collection makefile for:	owncloud
# Date created:		14 October 2011
# Whom:			Kevin Lo <kevlo@@FreeBSD.org>
#
a1 1
#
d4 1
a4 1
PORTVERSION=	4.0.7
d9 1
a9 1
COMMENT=	A personal cloud which runs on your own server
d15 2
a16 2
USE_PHP=	ctype curl dom gd hash json mbstring mysql pdo pdo_mysql \
		pdo_sqlite session simplexml sqlite3 xml zip
@


1.6
log
@Add a missing dom extension

Reported by:	Florian Paul Hoberg <paul at hoberg dot cc>
@
text
@d9 1
a9 2
PORTVERSION=	4.0.1
PORTREVISION=	1
d20 2
a21 2
USE_PHP=	ctype curl dom gd hash json mbstring mysql pdo pdo_sqlite \
		session simplexml sqlite3 xml zip
@


1.5
log
@Update to 4.0.1
@
text
@d10 1
d21 1
a21 1
USE_PHP=	ctype curl gd hash json mbstring mysql pdo pdo_sqlite \
@


1.4
log
@Switch to default PHP 5.3, since not compatible with PHP 5.4.
@
text
@d9 1
a9 1
PORTVERSION=	3.0.2
d20 2
a21 2
USE_PHP=	ctype curl gd hash json mbstring mysql pdo session \
		simplexml sqlite xml zip
d23 1
a23 2
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
@


1.3
log
@Update to 3.0.2
@
text
@d23 2
@


1.2
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	2
d20 3
a22 1
USE_PHP=	ctype curl hash json mbstring mysql session simplexml sqlite zip
@


1.1
log
@Initial import of owncloud.
Owncloud is a personal cloud which runs on your own server.
@
text
@d17 1
a17 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@

