diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-10 06:06:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-10 06:06:22 +0800 |
commit | 756dd9c46bbb0b5ea4c75d9806b7f21851ee4004 (patch) | |
tree | 0e4605799a7f977bcb8cbb4e3c9141b5b037dc91 /x11 | |
parent | 71a582dfff0c6474309932543247e365137ac39b (diff) | |
download | freebsd-ports-gnome-756dd9c46bbb0b5ea4c75d9806b7f21851ee4004.tar.gz freebsd-ports-gnome-756dd9c46bbb0b5ea4c75d9806b7f21851ee4004.tar.zst freebsd-ports-gnome-756dd9c46bbb0b5ea4c75d9806b7f21851ee4004.zip |
- 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>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-X11-GUITest/Makefile | 7 | ||||
-rw-r--r-- | x11/p5-X11-GUITest/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11/p5-X11-GUITest/Makefile b/x11/p5-X11-GUITest/Makefile index a8fb8711f705..305ab0695f67 100644 --- a/x11/p5-X11-GUITest/Makefile +++ b/x11/p5-X11-GUITest/Makefile @@ -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 diff --git a/x11/p5-X11-GUITest/distinfo b/x11/p5-X11-GUITest/distinfo index 1bf0e4598d81..b06d0fae1e47 100644 --- a/x11/p5-X11-GUITest/distinfo +++ b/x11/p5-X11-GUITest/distinfo @@ -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 |