Bug 169822 - [PATCH] x11-toolkits/p5-Tk-FileDialog: add missing PKGNAMEPREFIX, add WWW
Summary: [PATCH] x11-toolkits/p5-Tk-FileDialog: add missing PKGNAMEPREFIX, add WWW
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: 2012-07-13 12:20 UTC by Po-Chuan Hsieh
Modified: 2012-08-14 10:34 UTC (History)
1 user (show)

See Also:


Attachments
p5-Tk-FileDialog-1.3_4.patch (1003 bytes, patch)
2012-07-13 12:20 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-07-13 12:20:05 UTC
- Add missing PKGNAMEPREFIX
- Add WWW

Port maintainer (minter@lunenburg.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-13 12:20:21 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 2012-07-13 12:20:23 UTC
Maintainer of x11-toolkits/p5-Tk-FileDialog,

Please note that PR ports/169822 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/169822

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-13 12:20:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-07-13 13:50:00 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-08-14 10:12:28 UTC
Author: sunpoet
Date: Tue Aug 14 09:12:18 2012
New Revision: 302507
URL: http://svn.freebsd.org/changeset/ports/302507

Log:
  - Add missing PKGNAMEPREFIX
  - Add WWW
  
  PR:		ports/169822
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 1 month)

Modified:
  head/x11-toolkits/p5-Tk-FileDialog/Makefile   (contents, props changed)
  head/x11-toolkits/p5-Tk-FileDialog/pkg-descr   (contents, props changed)

Modified: head/x11-toolkits/p5-Tk-FileDialog/Makefile
==============================================================================
--- head/x11-toolkits/p5-Tk-FileDialog/Makefile	Tue Aug 14 09:07:29 2012	(r302506)
+++ head/x11-toolkits/p5-Tk-FileDialog/Makefile	Tue Aug 14 09:12:18 2012	(r302507)
@@ -9,6 +9,7 @@ PORTVERSION=	1.3
 PORTREVISION=	4
 CATEGORIES=	x11-toolkits perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	minter@lunenburg.org
 COMMENT=	Tk::FileDialog - A file selector dialog for perl/Tk

Modified: head/x11-toolkits/p5-Tk-FileDialog/pkg-descr
==============================================================================
--- head/x11-toolkits/p5-Tk-FileDialog/pkg-descr	Tue Aug 14 09:07:29 2012	(r302506)
+++ head/x11-toolkits/p5-Tk-FileDialog/pkg-descr	Tue Aug 14 09:12:18 2012	(r302507)
@@ -1,3 +1,5 @@
 Tk::FileDialog is a perl5 package which implements a File Selector
 widget.  To use Tk::FileDialog, you will need Perl version 5.002
 or better, and Tk.
+
+WWW: http://search.cpan.org/dist/Tk-FileDialog/
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-08-14 10:34:47 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!