diff options
author | vg <vg@FreeBSD.org> | 2016-01-21 19:45:40 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2016-01-21 19:45:40 +0800 |
commit | d95918dae193d88a4c6a8a74125b35cbd81ecc23 (patch) | |
tree | 805da125a6c1cceb2c56db4c1264a6e7f3b40a37 | |
parent | ab38774acf99b9f50480e2ce1f455ec5099faf35 (diff) | |
download | freebsd-ports-gnome-d95918dae193d88a4c6a8a74125b35cbd81ecc23.tar.gz freebsd-ports-gnome-d95918dae193d88a4c6a8a74125b35cbd81ecc23.tar.zst freebsd-ports-gnome-d95918dae193d88a4c6a8a74125b35cbd81ecc23.zip |
- Update to 2.2.0
PR: ports/206175
Submitted by: olevole@olevole.ru (maintainer)
-rw-r--r-- | www/itop/Makefile | 14 | ||||
-rw-r--r-- | www/itop/distinfo | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/www/itop/Makefile b/www/itop/Makefile index b8ed9d7b5fee..6c5fbd4bf293 100644 --- a/www/itop/Makefile +++ b/www/itop/Makefile @@ -1,22 +1,26 @@ # $FreeBSD$ PORTNAME= itop -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} -DISTNAME= iTop-${PORTVERSION}-2127 +DISTNAME= iTop-${PORTVERSION}-2459 MAINTAINER= olevole@olevole.ru COMMENT= Simple, web based IT Service Management tool LICENSE= AGPLv3 -USES= cpe zip +RUN_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz + +USES= cpe shebangfix zip +SHEBANG_FILES= lib/tcpdf/tools/tcpdf_addfont.php setup/install/install.sh + CPE_VENDOR= combodo -USE_PHP= ctype iconv mbstring pcre session xml zlib readline \ +USE_PHP= ctype gd iconv mbstring pcre session xml zlib readline \ dom simplexml hash json soap mcrypt filter zip +WRKSRC= ${WRKDIR}/web NO_BUILD= yes ITOPDIR= ${WWWDIR}/${PORTNAME} diff --git a/www/itop/distinfo b/www/itop/distinfo index decba0851ac6..8210e2e93a8b 100644 --- a/www/itop/distinfo +++ b/www/itop/distinfo @@ -1,2 +1,2 @@ -SHA256 (iTop-2.1.0-2127.zip) = b6816809b1ba9f4ec2aff13ae029eefeaef880329fb406b5b509ad0ad43f0764 -SIZE (iTop-2.1.0-2127.zip) = 6334005 +SHA256 (iTop-2.2.0-2459.zip) = d56982c2c6e0d3c0466fd10d292844e7c67a5fa6d5175022bdc4c6585337a44f +SIZE (iTop-2.2.0-2459.zip) = 8602790 |