Bug 184502 - [patch] devel/p5-Algorithm-Binpack: support staging
Summary: [patch] devel/p5-Algorithm-Binpack: support staging
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-04 21:10 UTC by Warren Block
Modified: 2013-12-09 09:40 UTC (History)
0 users

See Also:


Attachments
file.diff (746 bytes, patch)
2013-12-04 21:10 UTC, Warren Block
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Warren Block freebsd_committer freebsd_triage 2013-12-04 21:10:00 UTC
Support staging, with help from milki, xmj, and dinoex on IRC.

Fix: Apply patch.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-04 21:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-12-05 06:13:17 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-09 09:37:31 UTC
Author: culot
Date: Mon Dec  9 09:37:22 2013
New Revision: 335957
URL: http://svnweb.freebsd.org/changeset/ports/335957

Log:
  - Support staging
  
  PR:		ports/184502
  Submitted by:	wblock@ (maintainer)

Modified:
  head/devel/p5-Algorithm-Binpack/Makefile
  head/devel/p5-Algorithm-Binpack/pkg-plist

Modified: head/devel/p5-Algorithm-Binpack/Makefile
==============================================================================
--- head/devel/p5-Algorithm-Binpack/Makefile	Mon Dec  9 08:56:46 2013	(r335956)
+++ head/devel/p5-Algorithm-Binpack/Makefile	Mon Dec  9 09:37:22 2013	(r335957)
@@ -12,9 +12,6 @@ COMMENT=	Efficiently pack items into bin
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Algorithm::BinPack.3
-
 PORTSCOUT=	limit:^\d+\.\d+
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Algorithm-Binpack/pkg-plist
==============================================================================
--- head/devel/p5-Algorithm-Binpack/pkg-plist	Mon Dec  9 08:56:46 2013	(r335956)
+++ head/devel/p5-Algorithm-Binpack/pkg-plist	Mon Dec  9 09:37:22 2013	(r335957)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/BinPack/.packlist
 %%SITE_PERL%%/Algorithm/BinPack.pm
+%%PERL5_MAN3%%/Algorithm::BinPack.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/BinPack
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
 @dirrmtry %%SITE_PERL%%/Algorithm
_______________________________________________
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 4 Frederic Culot freebsd_committer freebsd_triage 2013-12-09 09:37:46 UTC
State Changed
From-To: open->closed

Committed. Thanks Warren!