Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2020 18:56:03 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526579 - head/x11-toolkits/p5-Alien-wxWidgets
Message-ID:  <202002201856.01KIu3rl015579@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002201856.01KIu3rl015579>