svn commit: r526579 - head/x11-toolkits/p5-Alien-wxWidgets

Kyle Evans kevans at FreeBSD.org
Thu Feb 20 18:56:04 UTC 2020


Author: kevans
Date: Thu Feb 20 18:56:02 2020
New Revision: 526579
URL: https://svnweb.freebsd.org/changeset/ports/526579

Log:
  x11-toolkits/p5-Alien-wxWidgets: add missing file to pkg-plist
  
  This appears to have been overlooked in a previous update, so note its
  presence in the pkg-plist.
  
  This fixes Q/A checks run by `poudriere testport`.
  
  Approved by:	koobs (mentor), bapt (mentor)
  MFH:		2020Q1 (packaging fix)
  Differential Revision:	D23702 (included, but not the primary change)

Modified:
  head/x11-toolkits/p5-Alien-wxWidgets/Makefile
  head/x11-toolkits/p5-Alien-wxWidgets/pkg-plist

Modified: head/x11-toolkits/p5-Alien-wxWidgets/Makefile
==============================================================================
--- head/x11-toolkits/p5-Alien-wxWidgets/Makefile	Thu Feb 20 18:52:45 2020	(r526578)
+++ head/x11-toolkits/p5-Alien-wxWidgets/Makefile	Thu Feb 20 18:56:02 2020	(r526579)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Alien-wxWidgets
 PORTVERSION=	0.69
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/x11-toolkits/p5-Alien-wxWidgets/pkg-plist
==============================================================================
--- head/x11-toolkits/p5-Alien-wxWidgets/pkg-plist	Thu Feb 20 18:52:45 2020	(r526578)
+++ head/x11-toolkits/p5-Alien-wxWidgets/pkg-plist	Thu Feb 20 18:56:02 2020	(r526579)
@@ -1,4 +1,5 @@
 %%SITE_ARCH%%/Alien/wxWidgets.pm
+%%SITE_ARCH%%/Alien/wxWidgets/Config/gtk_3_0_4_uni_gcc_3_4.pm
 %%SITE_ARCH%%/Alien/wxWidgets/Utility.pm
 %%PERL5_MAN3%%/Alien::wxWidgets.3.gz
 %%PERL5_MAN3%%/Alien::wxWidgets::Utility.3.gz


More information about the svn-ports-all mailing list