Bug 187365 - [PATCH] x11/p5-X11-GUITest: update to 0.27, take maintainership
Summary: [PATCH] x11/p5-X11-GUITest: update to 0.27, take maintainership
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: 2014-03-08 09:30 UTC by Muhammad Moinur Rahman
Modified: 2014-03-09 22:10 UTC (History)
0 users

See Also:


Attachments
p5-X11-GUITest-0.27.patch (1.23 KB, patch)
2014-03-08 09:30 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-08 09:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-09 22:06:30 UTC
Author: sunpoet
Date: Sun Mar  9 22:06:22 2014
New Revision: 347700
URL: http://svnweb.freebsd.org/changeset/ports/347700
QAT: https://qat.redports.org/buildarchive/r347700/

Log:
  - Update to 0.27
  - Add LICENSE
  - Pass maintainership to submitter
  
  Changes:	http://search.cpan.org/dist/X11-GUITest/Changes
  PR:		ports/187365
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/x11/p5-X11-GUITest/Makefile
  head/x11/p5-X11-GUITest/distinfo

Modified: head/x11/p5-X11-GUITest/Makefile
==============================================================================
--- head/x11/p5-X11-GUITest/Makefile	Sun Mar  9 21:51:16 2014	(r347699)
+++ head/x11/p5-X11-GUITest/Makefile	Sun Mar  9 22:06:22 2014	(r347700)
@@ -2,15 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	X11-GUITest
-PORTVERSION=	0.25
+PORTVERSION=	0.27
 CATEGORIES=	x11 perl5
 MASTER_SITES=	CPAN \
 		SF/x11guitest/x11guitest/${PORTVERSION}
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Provides GUI testing/interaction facilities
 
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
 USE_XORG=	x11 xt xext xtst
 USES=		perl5
 USE_PERL5=	configure

Modified: head/x11/p5-X11-GUITest/distinfo
==============================================================================
--- head/x11/p5-X11-GUITest/distinfo	Sun Mar  9 21:51:16 2014	(r347699)
+++ head/x11/p5-X11-GUITest/distinfo	Sun Mar  9 22:06:22 2014	(r347700)
@@ -1,2 +1,2 @@
-SHA256 (X11-GUITest-0.25.tar.gz) = 73566a81655534f5ea2a5f877f565cd92a553493c8ddcf26605ca6e7b12483d2
-SIZE (X11-GUITest-0.25.tar.gz) = 67872
+SHA256 (X11-GUITest-0.27.tar.gz) = ffb999eb0ac08f3976a9f329e186da04c83a581c99e42311bc2f9dacae9d8689
+SIZE (X11-GUITest-0.27.tar.gz) = 68767
_______________________________________________
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 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-09 22:06:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!