Bug 176343 - [PATCH] devel/p5-File-Tail-Dir: update to 0.14
Summary: [PATCH] devel/p5-File-Tail-Dir: update to 0.14
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-02-22 03:10 UTC by gslin
Modified: 2013-03-13 12:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-File-Tail-Dir-0.14.patch (1.13 KB, patch)
2013-02-22 03:10 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2013-02-22 03:10:00 UTC
- Update to 0.14

Port maintainer (jnlin@csie.nctu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-22 03:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-22 03:10:11 UTC
Maintainer of devel/p5-File-Tail-Dir,

Please note that PR ports/176343 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176343

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-22 03:10:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-02-22 06:05:07 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-03-13 12:44:11 UTC
Author: culot
Date: Wed Mar 13 12:44:03 2013
New Revision: 314079
URL: http://svnweb.freebsd.org/changeset/ports/314079

Log:
  - Update to 0.14 [1]
  - Trim Makefile's header [1]
  - Add LICENSE (Artistic 1 & GPL 1)
  
  Changes:	http://search.cpan.org/dist/File-Tail-Dir/Changes
  PR:		ports/176343 [1]
  Submitted by:	Gea-Suan Lin <gslin@gslin.org>
  Approved by:	maintainer (timeout, >14 days)

Modified:
  head/devel/p5-File-Tail-Dir/Makefile
  head/devel/p5-File-Tail-Dir/distinfo

Modified: head/devel/p5-File-Tail-Dir/Makefile
==============================================================================
--- head/devel/p5-File-Tail-Dir/Makefile	Wed Mar 13 12:37:35 2013	(r314078)
+++ head/devel/p5-File-Tail-Dir/Makefile	Wed Mar 13 12:44:03 2013	(r314079)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-File-Tail-Dir
-# Date created:		2010-07-15
-# Whom:			Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
-#
+# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	File-Tail-Dir
-PORTVERSION=	0.12
+PORTVERSION=	0.14
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	File
@@ -15,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	jnlin@csie.nctu.edu.tw
 COMMENT=	Tail all matching files in a given set of directories
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	p5-File-ChangeNotify>0:${PORTSDIR}/devel/p5-File-ChangeNotify \
 		p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
 		p5-YAML>0:${PORTSDIR}/textproc/p5-YAML

Modified: head/devel/p5-File-Tail-Dir/distinfo
==============================================================================
--- head/devel/p5-File-Tail-Dir/distinfo	Wed Mar 13 12:37:35 2013	(r314078)
+++ head/devel/p5-File-Tail-Dir/distinfo	Wed Mar 13 12:44:03 2013	(r314079)
@@ -1,2 +1,2 @@
-SHA256 (File-Tail-Dir-0.12.tar.gz) = 6b9f5fa43b0df3cfc88a5060f398cfd1f2f8cc84d514466f4a8529953b81397c
-SIZE (File-Tail-Dir-0.12.tar.gz) = 10492
+SHA256 (File-Tail-Dir-0.14.tar.gz) = 5ef0fa9e2ebe0ed0a5ab825fbdb34d26f8de641463b7be32d73334e932598904
+SIZE (File-Tail-Dir-0.14.tar.gz) = 10790
_______________________________________________
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 6 Frederic Culot freebsd_committer freebsd_triage 2013-03-13 12:44:23 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!