Bug 183622 - www/p5-MojoMojo: drop dependency on expired textproc/p5-Text-Emoticon-MSN
Summary: www/p5-MojoMojo: drop dependency on expired textproc/p5-Text-Emoticon-MSN
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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-03 15:50 UTC by Rene Ladan
Modified: 2013-11-03 18:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.28 KB, patch)
2013-11-03 15:50 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan freebsd_committer freebsd_triage 2013-11-03 15:50:00 UTC
www/p5-MojoMojo depends on textproc/p5-Text-Emoticon-MSN, which is expired.

Fix: Patch attached with submission follows:
How-To-Repeat: Tools/scripts/rmport textproc/p5-Text-Emoticon-MSN
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-03 15:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-03 18:17:40 UTC
Author: rene
Date: Sun Nov  3 18:17:33 2013
New Revision: 332637
URL: http://svnweb.freebsd.org/changeset/ports/332637

Log:
  Remove non-default option that depends on the expired
  port textproc/p5-Text-Emoticon-MSN
  
  PR:		ports/183622
  Submitted by:	myself
  Approved by:	perl (az)

Modified:
  head/www/p5-MojoMojo/Makefile

Modified: head/www/p5-MojoMojo/Makefile
==============================================================================
--- head/www/p5-MojoMojo/Makefile	Sun Nov  3 18:12:02 2013	(r332636)
+++ head/www/p5-MojoMojo/Makefile	Sun Nov  3 18:17:33 2013	(r332637)
@@ -89,7 +89,7 @@ USES=		perl5
 USE_PERL5=	configure
 
 OPTIONS_DEFINE=	DEPLOY FASTCGI TOCGEN RECAPTCHA SYNTAX_HIGHLIGHT RSS_FORMATTER \
-		DOCBOOK_FORMATTER POD_FORMATTER TRANSCLUSION AMAZON EMOTICONS
+		DOCBOOK_FORMATTER POD_FORMATTER TRANSCLUSION AMAZON
 DEPLOY_DESC=		Automatic database deployment
 TOCGEN_DESC=		Table of Contents generator
 RECAPTCHA_DESC=		reCAPTCHA for anonymous edits
@@ -99,7 +99,6 @@ DOCBOOK_FORMATTER_DESC=	DocBook formatte
 POD_FORMATTER_DESC=	POD formatter
 TRANSCLUSION_DESC=	Transclusion support
 AMAZON_DESC=		Amazon boxes
-EMOTICONS_DESC=		Emoticons
 
 DEPLOY_BUILD_DEPENDS=		p5-SQL-Translator>=0.09006:${PORTSDIR}/databases/p5-SQL-Translator
 DEPLOY_RUN_DEPENDS=		p5-SQL-Translator>=0.09006:${PORTSDIR}/databases/p5-SQL-Translator
@@ -125,7 +124,5 @@ TRANSCLUSION_RUN_DEPENDS=	p5-URI-Fetch>=
 				p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 AMAZON_BUILD_DEPENDS=		p5-Net-Amazon>=0:${PORTSDIR}/net/p5-Net-Amazon
 AMAZON_RUN_DEPENDS=		p5-Net-Amazon>=0:${PORTSDIR}/net/p5-Net-Amazon
-EMOTICONS_BUILD_DEPENDS=	p5-Text-Emoticon-MSN>=0:${PORTSDIR}/textproc/p5-Text-Emoticon-MSN
-EMOTICONS_RUN_DEPENDS=		p5-Text-Emoticon-MSN>=0:${PORTSDIR}/textproc/p5-Text-Emoticon-MSN
 
 .include <bsd.port.mk>
_______________________________________________
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 Rene Ladan freebsd_committer freebsd_triage 2013-11-03 18:17:56 UTC
State Changed
From-To: open->closed

Committed, approved by az on IRC