diff options
author | wen <wen@FreeBSD.org> | 2010-09-02 08:43:41 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-09-02 08:43:41 +0800 |
commit | 751a39f644c432abb16e88f6cb1b1399e927ce80 (patch) | |
tree | a10a58e443b4aa853730a4c220a7648c37520fdb /graphics | |
parent | 637f97eb3ef798fceaceb5bfa98de7073e19368d (diff) | |
download | freebsd-ports-gnome-751a39f644c432abb16e88f6cb1b1399e927ce80.tar.gz freebsd-ports-gnome-751a39f644c432abb16e88f6cb1b1399e927ce80.tar.zst freebsd-ports-gnome-751a39f644c432abb16e88f6cb1b1399e927ce80.zip |
- Update to 5.1.3
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/phplot/Makefile | 4 | ||||
-rw-r--r-- | graphics/phplot/distinfo | 6 | ||||
-rw-r--r-- | graphics/phplot/pkg-plist | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/graphics/phplot/Makefile b/graphics/phplot/Makefile index db882c7c5697..821ef364faad 100644 --- a/graphics/phplot/Makefile +++ b/graphics/phplot/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= phplot -PORTVERSION= 5.1.2 +PORTVERSION= 5.1.3 CATEGORIES= graphics www MASTER_SITES= SF:source1 \ SF/${PORTNAME}/Manual/20100628:source2 @@ -25,7 +25,7 @@ NO_BUILD= YES PHPLOT_DIR= ${PREFIX}/include/php/phplot -LIBS= phplot.php phplot_data.php rgb.inc.php +LIBS= phplot.php rgb.inc.php OPTIONS= FONTS "Install TrueType fonts" on diff --git a/graphics/phplot/distinfo b/graphics/phplot/distinfo index c3b44460f93f..438021aa60a5 100644 --- a/graphics/phplot/distinfo +++ b/graphics/phplot/distinfo @@ -1,6 +1,6 @@ -MD5 (phplot-5.1.2.zip) = 75c55279be97a5660a9d3672ce9be17c -SHA256 (phplot-5.1.2.zip) = 34b5431f9f01074ee6ee2be15ee0c53b447ec46b26fa5a2ea050f05a093f2bd5 -SIZE (phplot-5.1.2.zip) = 114946 +MD5 (phplot-5.1.3.zip) = f5d96960b17ed26c98ac6bcb22991b9a +SHA256 (phplot-5.1.3.zip) = b098137c46461927cf9ea2b2eb73a1b3781db992184fa7d99fcf7eeb920facdf +SIZE (phplot-5.1.3.zip) = 120522 MD5 (phplotdocs-20100628.zip) = 4f55de1d0f1abd8776848a6771e49ee4 SHA256 (phplotdocs-20100628.zip) = 9c4b6f977abac54aba083a9559e8b5884ca4d2abbf4152d0e6a0daa6bb4d1640 SIZE (phplotdocs-20100628.zip) = 1127627 diff --git a/graphics/phplot/pkg-plist b/graphics/phplot/pkg-plist index 2857ecb0b004..a45fc5e436b3 100644 --- a/graphics/phplot/pkg-plist +++ b/graphics/phplot/pkg-plist @@ -1,5 +1,4 @@ include/php/phplot/phplot.php -include/php/phplot/phplot_data.php include/php/phplot/rgb.inc.php @dirrmtry include/php/phplot %%PORTDOCS%%%%DOCSDIR%%/DrawGraph.html |