aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-graphviz
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-11-20 07:58:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-20 10:27:32 +0000
commitce8a8bc957bf706d6cb24b09afff395cd61ed55f (patch)
treecd5cd72e77800940cf236554833c117f6289100d /testing/perl-graphviz
parent55bb9beae48996aa2741ca165293c3784581d179 (diff)
downloadaports-ce8a8bc957bf706d6cb24b09afff395cd61ed55f.tar.bz2
aports-ce8a8bc957bf706d6cb24b09afff395cd61ed55f.tar.xz
testing/perl-graphviz: upgrade to 2.14
Diffstat (limited to 'testing/perl-graphviz')
-rw-r--r--testing/perl-graphviz/APKBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/testing/perl-graphviz/APKBUILD b/testing/perl-graphviz/APKBUILD
index 9911fe5f1d..5eefadaad1 100644
--- a/testing/perl-graphviz/APKBUILD
+++ b/testing/perl-graphviz/APKBUILD
@@ -3,14 +3,14 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=perl-graphviz
_pkgreal=GraphViz
-pkgver=2.09
-pkgrel=4
-pkgdesc="Perl module for GraphViz"
+pkgver=2.14
+pkgrel=0
+pkgdesc="Interface to AT&T's GraphViz. Deprecated. See GraphViz2"
url="http://search.cpan.org/dist/GraphViz/"
arch="noarch"
license="GPL PerlArtistic"
-cpandepends=""
-cpanmakedepends="graphviz perl-ipc-run perl-parse-recdescent perl-file-which perl-xml-xpath perl-xml-twig perl-test-pod"
+cpandepends="perl-libwww perl-file-which perl-xml-twig perl-xml-xpath perl-ipc-run perl-parse-recdescent"
+cpanmakedepends="perl-test-pod "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages=""
@@ -28,12 +28,14 @@ build() {
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
./Build
}
-
+
package() {
cd "$_builddir"
./Build install destdir="$pkgdir" || return 1
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-
-md5sums="c4519796341dd9f147272baa797cdda9 GraphViz-2.09.tgz"
+
+md5sums="c401c26a2695d82f3cb1878bbef2d7b1 GraphViz-2.14.tgz"
+sha256sums="9958e697ada73f47a7e4e6529181f5d74ad3e212716c18123053cb4a085cf2e0 GraphViz-2.14.tgz"
+sha512sums="f0a9c14dcb4456fd426e6c8adaa2757a057800fad8022f9f6e43b275b9cc8b4a31319e83bf659b4d0d608e400caa3268fb884fc7db437f068d2b96111a5c134e GraphViz-2.14.tgz"