diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-15 03:36:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-15 03:36:23 +0800 |
commit | 73ba6fd520ded1fcb22f7d5329e1f2aeb6a22ec9 (patch) | |
tree | 40a35251a9fee759f11b62052570beebfacf6abc /x11 | |
parent | 64619b0ddd8bec6573b8d937fba3d0bf92364f66 (diff) | |
download | freebsd-ports-gnome-73ba6fd520ded1fcb22f7d5329e1f2aeb6a22ec9.tar.gz freebsd-ports-gnome-73ba6fd520ded1fcb22f7d5329e1f2aeb6a22ec9.tar.zst freebsd-ports-gnome-73ba6fd520ded1fcb22f7d5329e1f2aeb6a22ec9.zip |
- Update to 0.25
Changes: http://cpansearch.perl.org/src/CTRONDLP/X11-GUITest-0.25/docs/Changes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-X11-GUITest/Makefile | 13 | ||||
-rw-r--r-- | x11/p5-X11-GUITest/distinfo | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/x11/p5-X11-GUITest/Makefile b/x11/p5-X11-GUITest/Makefile index c494af14331b..163b16d0080d 100644 --- a/x11/p5-X11-GUITest/Makefile +++ b/x11/p5-X11-GUITest/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: X11-GUITest # Date created: Oct 28, 2004 # Whom: ijliao @@ -7,10 +6,9 @@ # PORTNAME= X11-GUITest -PORTVERSION= 0.21 -PORTREVISION= 2 +PORTVERSION= 0.25 CATEGORIES= x11 perl5 -MASTER_SITES= CPAN/X11 \ +MASTER_SITES= CPAN \ SF/x11guitest/x11guitest/${PORTVERSION} PKGNAMEPREFIX= p5- @@ -18,10 +16,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Provides GUI testing/interaction facilities USE_XORG= x11 xt xext xtst -PERL_CONFIGURE= 5.8.0+ -MAN3= X11::GUITest.3 +PERL_CONFIGURE= yes + +MAN3= X11::GUITest.3 post-patch: - @${REINPLACE_CMD} -e "s,/usr/X11R6,${LOCALBASE},g" ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|/usr/X11R6/\([a-z]*\)\(64\)*|${LOCALBASE}/\1|' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> diff --git a/x11/p5-X11-GUITest/distinfo b/x11/p5-X11-GUITest/distinfo index 6f190077b44f..1bf0e4598d81 100644 --- a/x11/p5-X11-GUITest/distinfo +++ b/x11/p5-X11-GUITest/distinfo @@ -1,2 +1,2 @@ -SHA256 (X11-GUITest-0.21.tar.gz) = a84b5873c85d96486b807357cc6462e622bcad817524cb4b72418e26ba98722a -SIZE (X11-GUITest-0.21.tar.gz) = 48565 +SHA256 (X11-GUITest-0.25.tar.gz) = 73566a81655534f5ea2a5f877f565cd92a553493c8ddcf26605ca6e7b12483d2 +SIZE (X11-GUITest-0.25.tar.gz) = 67872 |