Bug 172685 - textproc/p5-LaTeX-Encode needs dependency on devel/p5-Readonly
Summary: textproc/p5-LaTeX-Encode needs dependency on devel/p5-Readonly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-14 08:00 UTC by Nicolas Rachinsky
Modified: 2013-02-10 09:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Rachinsky 2012-10-14 08:00:00 UTC
p5-LaTeX-Encode-0.08 depends on devel/p5-Readonly (at least with perl-5.14.2_2).
But there is no dependency.

Fix: 

Add the dependency.
How-To-Repeat: Install textproc/p5-LaTeX-Encode on a system without devel/p5-Readonly. Try to use it.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-14 08:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-10 09:05:20 UTC
Author: az
Date: Sun Feb 10 09:05:13 2013
New Revision: 312014
URL: http://svnweb.freebsd.org/changeset/ports/312014

Log:
  - Add missed dependency
  
  PR:		ports/172685
  Submitted by:	Nicolas Rachinsky <nicolas-2012@rachinsky.de>

Modified:
  head/textproc/p5-LaTeX-Encode/Makefile   (contents, props changed)

Modified: head/textproc/p5-LaTeX-Encode/Makefile
==============================================================================
--- head/textproc/p5-LaTeX-Encode/Makefile	Sun Feb 10 08:59:06 2013	(r312013)
+++ head/textproc/p5-LaTeX-Encode/Makefile	Sun Feb 10 09:05:13 2013	(r312014)
@@ -3,6 +3,7 @@
 
 PORTNAME=	LaTeX-Encode
 PORTVERSION=	0.08
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +13,9 @@ COMMENT=	Encode characters for LaTeX for
 
 PERL_CONFIGURE=	yes
 
+RUN_DEPENDS=	p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly
+BUILD_DEPENDS:=	${RUN_DEPENDS}
+
 MAN1=	latex-encode.1
 MAN3=	LaTeX::Encode.3 LaTeX::Encode::EncodingTable.3
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2013-02-10 09:05:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!