Date: Sat, 17 Jun 2017 03:01:56 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443728 - head/x11/p5-X11-Xlib Message-ID: <201706170301.v5H31uhl008381@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat Jun 17 03:01:56 2017 New Revision: 443728 URL: https://svnweb.freebsd.org/changeset/ports/443728 Log: Fix wrong PKGNAME dependency. Spotted by: Poudriere With hat: portmgr Modified: head/x11/p5-X11-Xlib/Makefile Modified: head/x11/p5-X11-Xlib/Makefile ============================================================================== --- head/x11/p5-X11-Xlib/Makefile Sat Jun 17 03:01:27 2017 (r443727) +++ head/x11/p5-X11-Xlib/Makefile Sat Jun 17 03:01:56 2017 (r443728) @@ -2,6 +2,7 @@ PORTNAME= X11-Xlib PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= x11 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib \ - devel/p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends + p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706170301.v5H31uhl008381>