View | Details | Raw Unified | Return to bug 159995
Collapse All | Expand All

(-)hastymail2-devel/Makefile (-8 / +11 lines)
Lines 6-37 Link Here
6
#
6
#
7
7
8
PORTNAME=	hastymail2
8
PORTNAME=	hastymail2
9
PORTVERSION=	1.1
9
PORTVERSION=	1.1.r${HASTYMAIL_REV}
10
PORTREVISION=	1
11
PORTEPOCH=	1
10
PORTEPOCH=	1
12
CATEGORIES=	www mail
11
CATEGORIES=	www mail
13
MASTER_SITES=	SF/hastymail/Hastymail2%20Stable%20Releases/Hastymail2%201.01/
12
MASTER_SITES=	http://files.bsdroot.lv/my/FreeBSD/distfiles/hastymail2-devel/
14
DISTNAME=	hastymail2_${WIKEDVERSION}
13
PKGNAMESUFFIX=	-devel
14
DISTNAME=	${PORTNAME}-devel-${HASTYMAIL_REV}
15
15
16
MAINTAINER=	aldis@bsdroot.lv
16
MAINTAINER=	aldis@bsdroot.lv
17
COMMENT=	Small, fast and secure yet powerful IMAP webmail
17
COMMENT=	Small, fast and secure yet powerful IMAP webmail
18
18
19
LICENSE=	GPLv2
20
19
NO_BUILD=	yes
21
NO_BUILD=	yes
20
SUB_FILES=	pkg-message
22
SUB_FILES=	pkg-message
21
23
22
LICENSE=	GPLv2
23
24
INSTALL_DIR?=	www/${PORTNAME}
24
INSTALL_DIR?=	www/${PORTNAME}
25
PLIST=		${WRKDIR}/pkg-plist
25
PLIST=		${WRKDIR}/pkg-plist
26
26
27
WANT_PHP_WEB=	yes
27
WANT_PHP_WEB=	yes
28
USE_PHP=	session imap pcre
28
USE_PHP=	session imap pcre
29
29
30
WIKEDVERSION=	1_01
30
WRKSRC=		${WRKDIR}/${PORTNAME}
31
WRKSRC=		${WRKDIR}/${PORTNAME}_${WIKEDVERSION}
32
NO_BUILD=	yes
31
NO_BUILD=	yes
33
FIND_SKIP_OPTS=	-not -name hastymail2.conf.example -not -name '*.orig'
32
FIND_SKIP_OPTS=	-not -name hastymail2.conf.example -not -name '*.orig'
34
33
34
CONFLICTS=	hastymail2-1.[0-9]*
35
36
HASTYMAIL_REV=	2011.08.22
37
35
OPTIONS=	PGSQL	"Use PostgreSQL" off \
38
OPTIONS=	PGSQL	"Use PostgreSQL" off \
36
		MYSQL	"Use MySQL" off \
39
		MYSQL	"Use MySQL" off \
37
		DB	"Use older pear DB (instead of MDB2)" off
40
		DB	"Use older pear DB (instead of MDB2)" off
(-)hastymail2-devel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (hastymail2_1_01.tar.gz) = 70e599ed0cae544bb1a2ea064dead7cdb1bb42d8fa7c46e9d2183d6aae7c73f6
1
SHA256 (hastymail2-devel-2011.08.22.tar.gz) = ed0e4f480c2fd4d0bba50009ed70533436628cd8e4e3ed020117e40ef5a9f772
2
SIZE (hastymail2_1_01.tar.gz) = 1858492
2
SIZE (hastymail2-devel-2011.08.22.tar.gz) = 2253582
(-)hastymail2-devel/files/pkg-message.in (+8 lines)
Lines 10-13 Link Here
10
10
11
%%PREFIX%%/etc/hastymail2/hastymail2.conf
11
%%PREFIX%%/etc/hastymail2/hastymail2.conf
12
12
13
after you edit config file run:
14
15
  cd %%PREFIX%%/etc/hastymail2/
16
  php %%PREFIX%%/www/hastymail2/install_scripts/install_config.php \
17
    hastymail2.conf hastymail2.rc
18
19
Note: if hastymail2.rc already exists, you must remove it
20
13
******************************************************
21
******************************************************

Return to bug 159995