Bug 184106 - [MAINTAINER] www/p5-HTML-Defaultify: fix StageDIR
Summary: [MAINTAINER] www/p5-HTML-Defaultify: fix StageDIR
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: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-20 08:50 UTC by takefu
Modified: 2013-11-20 09:50 UTC (History)
0 users

See Also:


Attachments
p5-HTML-Defaultify-1.01.patch (971 bytes, patch)
2013-11-20 08:50 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2013-11-20 08:50:01 UTC
fix StageDir
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-20 08:50:08 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-20 08:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Philippe Audeoud freebsd_committer freebsd_triage 2013-11-20 08:52:00 UTC
Responsible Changed
From-To: perl->jadawin

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-20 09:46:23 UTC
Author: jadawin
Date: Wed Nov 20 09:46:10 2013
New Revision: 334402
URL: http://svnweb.freebsd.org/changeset/ports/334402

Log:
  - Support STAGE
  
  PR:		ports/184106
  Submitted by:	maintainer

Modified:
  head/www/p5-HTML-Defaultify/Makefile
  head/www/p5-HTML-Defaultify/pkg-plist   (contents, props changed)

Modified: head/www/p5-HTML-Defaultify/Makefile
==============================================================================
--- head/www/p5-HTML-Defaultify/Makefile	Wed Nov 20 08:44:48 2013	(r334401)
+++ head/www/p5-HTML-Defaultify/Makefile	Wed Nov 20 09:46:10 2013	(r334402)
@@ -1,4 +1,3 @@
-# Created by: Takefu <takefu@airport.fm>
 # $FreeBSD$
 
 PORTNAME=	HTML-Defaultify
@@ -15,7 +14,5 @@ RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDI
 
 USES=		perl5
 USE_PERL5=	configure
-MAN3=		HTML::Defaultify.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-HTML-Defaultify/pkg-plist
==============================================================================
--- head/www/p5-HTML-Defaultify/pkg-plist	Wed Nov 20 08:44:48 2013	(r334401)
+++ head/www/p5-HTML-Defaultify/pkg-plist	Wed Nov 20 09:46:10 2013	(r334402)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/HTML/Defaultify.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Defaultify/.packlist
+%%PERL5_MAN3%%/HTML::Defaultify.3.gz
 @dirrmtry %%SITE_PERL%%/HTML
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Defaultify
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
_______________________________________________
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 5 Philippe Audeoud freebsd_committer freebsd_triage 2013-11-20 09:46:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!