openbsd-ports/www/nag/Makefile
mbalmer 3810361798 The Horde Team is pleased to announce the final release of the Nag Task List
Manager version H3 (2.1.4).  And I am pleased to announce my 1000st committ ;)

This is a security release that fixes privilege escalation in the Horde API
and missing ownership validation in the share management. All users are
encouraged to upgrade to this version.

The major changes compared to the Nag H3 (2.1.3) version are:
    * Fixed privilege escalation in the Horde API.
    * Fixed missing ownership validation on share changes.
    * Updated Japanese, Polish, and Spanish translations.

The full list of changes (from version H3 (2.1.3)) can be viewed here:
http://cvs.horde.org/diff.php/nag/docs/CHANGES?r1=1.115.2.54&r2=1.115.2.56.2.3&ty=h
2008-01-09 23:07:57 +00:00

42 lines
867 B
Makefile

# $OpenBSD: Makefile,v 1.13 2008/01/09 23:07:57 mbalmer Exp $
COMMENT= multiuser task list manager
HORDE_MODULE= nag
HORDE_NAME= Nag
DISTNAME= ${HORDE_MODULE}-h3-2.1.4
CATEGORIES= www
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_HORDE:=nag/}
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
EXTRACT_ONLY=
PREFIX= /var/www
INSTDIR= ${PREFIX}/horde
SUBST_VARS= INSTDIR HORDE_NAME HORDE_MODULE
RUN_DEPENDS= :horde->=3.0:devel/horde \
:php5-imap-*:www/php5/extensions,-imap
pre-fake:
${INSTALL_DATA_DIR} ${INSTDIR}
do-install:
@cd ${INSTDIR} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
@mv ${INSTDIR}/${DISTNAME} ${INSTDIR}/${HORDE_MODULE}
.include <bsd.port.mk>