Bug 178363 - [patch] lang/perl5.14: fix typo in options
Summary: [patch] lang/perl5.14: fix typo in options
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-05-06 08:10 UTC by vsjcfm
Modified: 2013-05-06 09:20 UTC (History)
0 users

See Also:


Attachments
file.txt (499 bytes, text/plain)
2013-05-06 08:10 UTC, vsjcfm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vsjcfm 2013-05-06 08:10:00 UTC
There is a typo in options decription

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-06 08:10:07 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-05-06 09:11:38 UTC
Author: az
Date: Mon May  6 08:11:25 2013
New Revision: 317478
URL: http://svnweb.freebsd.org/changeset/ports/317478

Log:
  - Fix typo VENDOR_PREFIX -> VENDOR_PREFIX_DESC
  
  PR:		ports/178363
  Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
  
  Pointy hat:	az@

Modified:
  head/lang/perl5.12/Makefile
  head/lang/perl5.14/Makefile
  head/lang/perl5.16/Makefile

Modified: head/lang/perl5.12/Makefile
==============================================================================
--- head/lang/perl5.12/Makefile	Mon May  6 07:53:38 2013	(r317477)
+++ head/lang/perl5.12/Makefile	Mon May  6 08:11:25 2013	(r317478)
@@ -34,7 +34,7 @@ PTHREAD_DESC=		Build with -pthread
 MULTIPLICITY_DESC=	Use multiplicity
 SITECUSTOMIZE_DESC=	Run-time customization of @INC
 USE_PERL_DESC=		Rewrite links in /usr/bin
-VENDOR_PREFIX=		Use vendor prefix
+VENDOR_PREFIX_DESC=	Use vendor prefix
 
 PORTSCOUT=	limitw:1,even
 

Modified: head/lang/perl5.14/Makefile
==============================================================================
--- head/lang/perl5.14/Makefile	Mon May  6 07:53:38 2013	(r317477)
+++ head/lang/perl5.14/Makefile	Mon May  6 08:11:25 2013	(r317478)
@@ -34,7 +34,7 @@ PTHREAD_DESC=		Build with -pthread
 MULTIPLICITY_DESC=	Use multiplicity
 SITECUSTOMIZE_DESC=	Run-time customization of @INC
 USE_PERL_DESC=		Rewrite links in /usr/bin
-VENDOR_PREFIX=		Use vendor prefix
+VENDOR_PREFIX_DESC=	Use vendor prefix
 
 PORTSCOUT=	limitw:1,even
 

Modified: head/lang/perl5.16/Makefile
==============================================================================
--- head/lang/perl5.16/Makefile	Mon May  6 07:53:38 2013	(r317477)
+++ head/lang/perl5.16/Makefile	Mon May  6 08:11:25 2013	(r317478)
@@ -34,7 +34,7 @@ PTHREAD_DESC=		Build with -pthread
 MULTIPLICITY_DESC=	Use multiplicity
 SITECUSTOMIZE_DESC=	Run-time customization of @INC
 USE_PERL_DESC=		Rewrite links in /usr/bin
-VENDOR_PREFIX=		Use vendor prefix
+VENDOR_PREFIX_DESC=	Use vendor prefix
 
 PORTSCOUT=	limitw:1,even
 
_______________________________________________
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-05-06 09:12:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!