Bug 184268 - Update port: net/p5-Net-Ping-External Add STAGE support
Summary: Update port: net/p5-Net-Ping-External Add STAGE support
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-25 06:00 UTC by Douglas Thrift
Modified: 2013-11-25 06:10 UTC (History)
1 user (show)

See Also:


Attachments
p5-Net-Ping-External.2013-11-24T224033Z.diff (915 bytes, patch)
2013-11-25 06:00 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2013-11-25 06:00:00 UTC
Add STAGE support to net/p5-Net-Ping-External.

https://redports.org/buildarchive/20131124224500-22684/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-25 06:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-25 06:08:47 UTC
Author: az
Date: Mon Nov 25 06:08:39 2013
New Revision: 334813
URL: http://svnweb.freebsd.org/changeset/ports/334813

Log:
  - add stage support
  
  PR:		ports/184268
  Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)

Modified:
  head/net/p5-Net-Ping-External/Makefile
  head/net/p5-Net-Ping-External/pkg-plist   (contents, props changed)

Modified: head/net/p5-Net-Ping-External/Makefile
==============================================================================
--- head/net/p5-Net-Ping-External/Makefile	Mon Nov 25 05:53:48 2013	(r334812)
+++ head/net/p5-Net-Ping-External/Makefile	Mon Nov 25 06:08:39 2013	(r334813)
@@ -17,7 +17,4 @@ USE_ZIP=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Net::Ping::External.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/p5-Net-Ping-External/pkg-plist
==============================================================================
--- head/net/p5-Net-Ping-External/pkg-plist	Mon Nov 25 05:53:48 2013	(r334812)
+++ head/net/p5-Net-Ping-External/pkg-plist	Mon Nov 25 06:08:39 2013	(r334813)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Net/Ping/External.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/External/.packlist
+%%PERL5_MAN3%%/Net::Ping::External.3.gz
 @dirrmtry %%SITE_PERL%%/Net/Ping
 @dirrmtry %%SITE_PERL%%/Net
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/External
_______________________________________________
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-11-25 06:09:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!