1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
William Grzybowski 2e4da07308 www/zend-framework: update to 2.2.1
- Update to 2.2.1
- Copy old version to www/zend-framework1
- Chase mail/squirrelmail-postfixadmin-plugin dependency
- Take maintainership

If you wish to stay with the older version run:
  # portmaster -o www/zend-framework1 www/zend-framework
    or
  # portupgrade -fo www/zend-framework1 www/zend-framework
    or
  # pkg set -o www/zend-framework:www/zend-framework1

PR:		ports/179689
Submitted by:	wg (myself)
Approved by:	maintainer
2013-07-18 15:36:01 +00:00

28 lines
679 B
Makefile

# Created by: Darren Pilgrim <ports.maintainer@evilphi.com>
# $FreeBSD$
PORTNAME= postfixadmin
PORTVERSION= 2.3.0
PORTREVISION= 3
CATEGORIES= mail www
MASTER_SITES= http://a.aranea.brtsvcs.net/sm-pfa-plugin/ \
http://b.aranea.brtsvcs.net/sm-pfa-plugin/
PKGNAMEPREFIX= squirrelmail-
PKGNAMESUFFIX= -plugin
DIST_SUBDIR= squirrelmail
MAINTAINER= ports.maintainer@evilphi.com
COMMENT= Lets users change password, vacation, and forwarding
RUN_DEPENDS= ZendFramework>=1.9.0:${PORTSDIR}/www/zend-framework1
USE_BZIP2= yes
DEFAULT_PHP_VER= 53
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
pre-install:
${RM} -rf ${WRKSRC}/${_SMSRCDIR}/debian
.include <bsd.port.mk>