svn commit: r443728 - head/x11/p5-X11-Xlib

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 17 03:01:57 UTC 2017


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


More information about the svn-ports-head mailing list