diff options
author | ale <ale@FreeBSD.org> | 2006-06-08 16:35:30 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-06-08 16:35:30 +0800 |
commit | f1d411b867c33b0add1a4b8064c215dbe70f0c40 (patch) | |
tree | 5a0b908fa14e9d81d86e056d734eb27805141dfc /graphics | |
parent | bfd267126296b018da789ad3397cff2ad7747673 (diff) | |
download | freebsd-ports-gnome-f1d411b867c33b0add1a4b8064c215dbe70f0c40.tar.gz freebsd-ports-gnome-f1d411b867c33b0add1a4b8064c215dbe70f0c40.tar.zst freebsd-ports-gnome-f1d411b867c33b0add1a4b8064c215dbe70f0c40.zip |
Update to 1.20.4a release.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpgraph/Makefile | 4 | ||||
-rw-r--r-- | graphics/jpgraph/distinfo | 6 | ||||
-rw-r--r-- | graphics/jpgraph/pkg-plist | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/graphics/jpgraph/Makefile b/graphics/jpgraph/Makefile index 24ff08b3bf8e..5b1a768f1a4c 100644 --- a/graphics/jpgraph/Makefile +++ b/graphics/jpgraph/Makefile @@ -7,7 +7,7 @@ # PORTNAME= jpgraph -PORTVERSION= 1.20.2 +PORTVERSION= 1.20.4a CATEGORIES= graphics MASTER_SITES= http://members.chello.se/jpgraph/jpgdownloads/ @@ -15,7 +15,9 @@ MAINTAINER= ale@FreeBSD.org COMMENT= Draw both "quick and dirty" graphs with a minimum of code NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} USE_PHP= gd +DEFAULT_PHP_VER=4 BROKEN_WITH_PHP=5 NO_CDROM= The free version cannot be used in a commercial context diff --git a/graphics/jpgraph/distinfo b/graphics/jpgraph/distinfo index 2e1d848e2138..37449ef020db 100644 --- a/graphics/jpgraph/distinfo +++ b/graphics/jpgraph/distinfo @@ -1,3 +1,3 @@ -MD5 (jpgraph-1.20.2.tar.gz) = e7903d725a4d61168d8ada554bba29e5 -SHA256 (jpgraph-1.20.2.tar.gz) = 951c6eb4a763ee032bf732943a4bb9d69a98a1dbdf5ba30072031583f4bdca7a -SIZE (jpgraph-1.20.2.tar.gz) = 4529485 +MD5 (jpgraph-1.20.4a.tar.gz) = ab9503f3af98028e2840e457e69a948b +SHA256 (jpgraph-1.20.4a.tar.gz) = fbb625d1e4dbb2e8b99c05caf148f90002ccaf42566257dea18ccf7ed4a8c468 +SIZE (jpgraph-1.20.4a.tar.gz) = 4485768 diff --git a/graphics/jpgraph/pkg-plist b/graphics/jpgraph/pkg-plist index 631b11ce418e..251c8b4cb44a 100644 --- a/graphics/jpgraph/pkg-plist +++ b/graphics/jpgraph/pkg-plist @@ -2,6 +2,7 @@ %%DATADIR%%/flags_thumb100x100.dat %%DATADIR%%/flags_thumb35x35.dat %%DATADIR%%/flags_thumb60x60.dat +%%DATADIR%%/gd_image.inc.php %%DATADIR%%/imgdata_balls.inc %%DATADIR%%/imgdata_bevels.inc %%DATADIR%%/imgdata_diamonds.inc @@ -26,6 +27,7 @@ %%DATADIR%%/jpgraph_imgtrans.php %%DATADIR%%/jpgraph_line.php %%DATADIR%%/jpgraph_log.php +%%DATADIR%%/jpgraph_mgraph.php %%DATADIR%%/jpgraph_pie.php %%DATADIR%%/jpgraph_pie3d.php %%DATADIR%%/jpgraph_plotmark.inc |