Bug 115032 - [PATCH] www/validator: Need not to depend upon p5-Encode.
Summary: [PATCH] www/validator: Need not to depend upon p5-Encode.
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-30 09:30 UTC by Yasuhiro Kimura
Modified: 2007-07-31 03:50 UTC (History)
0 users

See Also:


Attachments
patch-validator (750 bytes, text/plain)
2007-07-30 09:30 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2007-07-30 09:30:02 UTC
	Since Encode.pm is included in perl 5.8, it is not necessary
	to add converters/p5-Encode to RUN_DEPENDS.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-30 09:30:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Naram Qashat 2007-07-30 13:37:18 UTC
This patch is acceptable.

Naram Qashat
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2007-07-31 02:29:42 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-07-31 03:49:50 UTC
rafan       2007-07-31 02:49:45 UTC

  FreeBSD ports repository

  Modified files:
    www/validator        Makefile 
  Log:
  - Remove dependency on Encode module as it's in Perl 5.8
  
  PR:             ports/115032
  Submitted by:   KIMURA Yasuhiro <yasu at utahime.org>
  Approved by:    Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
  
  Revision  Changes    Path
  1.11      +1 -1      ports/www/validator/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Rong-En Fan freebsd_committer freebsd_triage 2007-07-31 03:49:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!