Bug 184496 - update www/p5-CSS-Inliner to latest
Summary: update www/p5-CSS-Inliner to latest
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-12-04 14:30 UTC by Vick Khera
Modified: 2013-12-04 14:50 UTC (History)
0 users

See Also:


Attachments
file.diff (906 bytes, patch)
2013-12-04 14:30 UTC, Vick Khera
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vick Khera 2013-12-04 14:30:00 UTC
	

update www/p5-CSS-Inliner to newest version
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-04 14:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Philippe Audeoud freebsd_committer freebsd_triage 2013-12-04 14:31:56 UTC
Responsible Changed
From-To: perl->jadawin

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-04 14:46:21 UTC
Author: jadawin
Date: Wed Dec  4 14:46:13 2013
New Revision: 335620
URL: http://svnweb.freebsd.org/changeset/ports/335620

Log:
  - Update to 3933
  
  PR:		ports/184496
  Submitted by:	maintainer

Modified:
  head/www/p5-CSS-Inliner/Makefile
  head/www/p5-CSS-Inliner/distinfo
  head/www/p5-CSS-Inliner/pkg-plist

Modified: head/www/p5-CSS-Inliner/Makefile
==============================================================================
--- head/www/p5-CSS-Inliner/Makefile	Wed Dec  4 14:08:03 2013	(r335619)
+++ head/www/p5-CSS-Inliner/Makefile	Wed Dec  4 14:46:13 2013	(r335620)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	CSS-Inliner
-PORTVERSION=	3913
+PORTVERSION=	3933
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/www/p5-CSS-Inliner/distinfo
==============================================================================
--- head/www/p5-CSS-Inliner/distinfo	Wed Dec  4 14:08:03 2013	(r335619)
+++ head/www/p5-CSS-Inliner/distinfo	Wed Dec  4 14:46:13 2013	(r335620)
@@ -1,2 +1,2 @@
-SHA256 (CSS-Inliner-3913.tar.gz) = d57591b4f41e4a1d2ef2fc792902d95a12b94c5bedb07bc6456a794258ffe2d1
-SIZE (CSS-Inliner-3913.tar.gz) = 20946
+SHA256 (CSS-Inliner-3933.tar.gz) = c33080c07542d8226b7eafdda8fcce898d23ba95df9d494fb034ea3843b0a287
+SIZE (CSS-Inliner-3933.tar.gz) = 26874

Modified: head/www/p5-CSS-Inliner/pkg-plist
==============================================================================
--- head/www/p5-CSS-Inliner/pkg-plist	Wed Dec  4 14:08:03 2013	(r335619)
+++ head/www/p5-CSS-Inliner/pkg-plist	Wed Dec  4 14:46:13 2013	(r335620)
@@ -1,7 +1,9 @@
 %%PERL5_MAN3%%/CSS::Inliner.3.gz
 %%PERL5_MAN3%%/CSS::Inliner::Parser.3.gz
+%%PERL5_MAN3%%/CSS::Inliner::TreeBuilder.3.gz
 %%SITE_PERL%%/CSS/Inliner.pm
 %%SITE_PERL%%/CSS/Inliner/Parser.pm
+%%SITE_PERL%%/CSS/Inliner/TreeBuilder.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS
_______________________________________________
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 Philippe Audeoud freebsd_committer freebsd_triage 2013-12-04 14:46:33 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!