Mon May 8 09:07:40 2017 UTC ()
Build fix: missing dependency on graphics/p5-GraphViz


(manu)
diff -r1.23 -r1.24 pkgsrc/devel/rt4/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/devel/rt4/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/rt4/Makefile 2016/07/09 06:38:12 1.23
+++ pkgsrc/devel/rt4/Makefile 2017/05/08 09:07:40 1.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.23 2016/07/09 06:38:12 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2017/05/08 09:07:40 manu Exp $
2 2
3DISTNAME= rt-4.2.12 3DISTNAME= rt-4.2.12
4PKGNAME= ${DISTNAME:S/rt/rt4/} 4PKGNAME= ${DISTNAME:S/rt/rt4/}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= https://download.bestpractical.com/pub/rt/release/ 7MASTER_SITES= https://download.bestpractical.com/pub/rt/release/
8 8
9MAINTAINER= ryoon@NetBSD.org 9MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= http://www.bestpractical.com/rt/ 10HOMEPAGE= http://www.bestpractical.com/rt/
11COMMENT= Industrial-grade ticketing system 11COMMENT= Industrial-grade ticketing system
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14# Dependency info. from sbin/rt-test-dependencies 14# Dependency info. from sbin/rt-test-dependencies
@@ -113,26 +113,29 @@ DEPENDS+= p5-Term-ReadKey-[0-9]*:../../d @@ -113,26 +113,29 @@ DEPENDS+= p5-Term-ReadKey-[0-9]*:../../d
113# These are not used for normal use. 113# These are not used for normal use.
114 114
115# DASHBOARD dependencies 115# DASHBOARD dependencies
116DEPENDS+= p5-URI>=1.59:../../www/p5-URI 116DEPENDS+= p5-URI>=1.59:../../www/p5-URI
117DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types 117DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types
118# URI::QueryParam is a part of p5-URI. 118# URI::QueryParam is a part of p5-URI.
119 119
120# GD dependencies 120# GD dependencies
121DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD 121DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD
122DEPENDS+= p5-GDGraph-[0-9]*:../../graphics/p5-GDGraph 122DEPENDS+= p5-GDGraph-[0-9]*:../../graphics/p5-GDGraph
123# GD::Text is a part of p5-GDTextUtil. 123# GD::Text is a part of p5-GDTextUtil.
124DEPENDS+= p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil 124DEPENDS+= p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil
125 125
 126# Graphviz dependencies
 127DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
 128
126# GPG dependencies 129# GPG dependencies
127DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which 130DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
128DEPENDS+= p5-GnuPG-Interface-[0-9]*:../../security/p5-GnuPG-Interface 131DEPENDS+= p5-GnuPG-Interface-[0-9]*:../../security/p5-GnuPG-Interface
129DEPENDS+= p5-PerlIO-eol-[0-9]*:../../devel/p5-PerlIO-eol 132DEPENDS+= p5-PerlIO-eol-[0-9]*:../../devel/p5-PerlIO-eol
130 133
131# ICAL dependency 134# ICAL dependency
132DEPENDS+= p5-Data-ICal-[0-9]*:../../time/p5-Data-ICal 135DEPENDS+= p5-Data-ICal-[0-9]*:../../time/p5-Data-ICal
133 136
134# SMIME dependencies 137# SMIME dependencies
135DEPENDS+= p5-String-ShellQuote-[0-9]*:../../textproc/p5-String-ShellQuote 138DEPENDS+= p5-String-ShellQuote-[0-9]*:../../textproc/p5-String-ShellQuote
136DEPENDS+= p5-Crypt-X509-[0-9]*:../../security/p5-Crypt-X509 139DEPENDS+= p5-Crypt-X509-[0-9]*:../../security/p5-Crypt-X509
137# File::Which is in GPG dependencies. 140# File::Which is in GPG dependencies.
138 141