diff options
author | thierry <thierry@FreeBSD.org> | 2005-12-12 05:56:23 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-12-12 05:56:23 +0800 |
commit | 1d2b793c5701c79c9d570151351c9f67c99f6dc1 (patch) | |
tree | 71bad7b6fe0ae4a896b20441e84fd8b808be8e48 /www/horde4-base/Makefile | |
parent | ead00dcc75c1e2493f174fcc1b12dc5a557bd34c (diff) | |
download | freebsd-ports-gnome-1d2b793c5701c79c9d570151351c9f67c99f6dc1.tar.gz freebsd-ports-gnome-1d2b793c5701c79c9d570151351c9f67c99f6dc1.tar.zst freebsd-ports-gnome-1d2b793c5701c79c9d570151351c9f67c99f6dc1.zip |
Security upgrade to 3.0.8.
Full changelog at
<http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.167.2.7&r2=1.515.2.167.2.14&ty=h>
Security: VuXML 01356ccc-6a87-11da-b96e-000fb586ba73
Diffstat (limited to 'www/horde4-base/Makefile')
-rw-r--r-- | www/horde4-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index 56eb7b598693..4cf669721c80 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-base/Makefile @@ -6,7 +6,7 @@ # PORTNAME= horde -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.planetmirror.com/pub/horde/horde/ \ @@ -20,6 +20,7 @@ MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ .if defined(WITH_PHP5) PKGNAMESUFFIX= -php5 .endif +DISTNAME= ${PORTNAME}-h3-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= A common code-base used by Horde applications, written in PHP |