Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= sope3 |
4 |
PORTNAME= sope3 |
5 |
PORTVERSION= 3.0.2 |
5 |
PORTVERSION= 3.1.2 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= devel gnustep |
6 |
CATEGORIES= devel gnustep |
8 |
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ |
7 |
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ |
9 |
DISTNAME= SOPE-${PORTVERSION} |
8 |
DISTNAME= SOPE-${PORTVERSION} |
Lines 44-49
Link Here
|
44 |
MYSQL_USE= MYSQL=client |
43 |
MYSQL_USE= MYSQL=client |
45 |
MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached |
44 |
MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached |
46 |
|
45 |
|
|
|
46 |
post-patch: |
47 |
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure |
48 |
|
47 |
post-patch-LDAP-off: |
49 |
post-patch-LDAP-off: |
48 |
@${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure |
50 |
@${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure |
49 |
|
51 |
|