From owner-svn-ports-head@FreeBSD.ORG Sat Sep 1 21:25:51 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EAD6106566B; Sat, 1 Sep 2012 21:25:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 596258FC08; Sat, 1 Sep 2012 21:25:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q81LPp3X081858; Sat, 1 Sep 2012 21:25:51 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q81LPpbq081856; Sat, 1 Sep 2012 21:25:51 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209012125.q81LPpbq081856@svn.freebsd.org> From: Steve Wills Date: Sat, 1 Sep 2012 21:25:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303523 - head/finance/p5-Business-MaxMind-CreditCardFraudDetection X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2012 21:25:51 -0000 Author: swills Date: Sat Sep 1 21:25:50 2012 New Revision: 303523 URL: http://svn.freebsd.org/changeset/ports/303523 Log: - Fix PLIST issues I caused in the last update PR: ports/171185 Pointy hat to: swills Submitted by: bdrewery Approved by: vivek@khera.org (maintainer, implicit) Modified: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Modified: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile ============================================================================== --- head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Sat Sep 1 20:46:57 2012 (r303522) +++ head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Sat Sep 1 21:25:50 2012 (r303523) @@ -7,6 +7,7 @@ PORTNAME= Business-MaxMind-CreditCardFraudDetection PORTVERSION= 1.54 +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BORISZ @@ -32,16 +33,12 @@ PLIST_FILES= \ %%SITE_PERL%%/Business/MaxMind/TelephoneVerification.pm \ %%SITE_PERL%%/Business/example.pl \ %%SITE_PERL%%/Business/example_telv.pl \ - %%SITE_PERL%%/auto/Business/MaxMind/HTTPBase/autosplit.ix \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/.packlist PLIST_DIRS= \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business \ - %%SITE_PERL%%/auto/Business/MaxMind/HTTPBase \ - %%SITE_PERL%%/auto/Business/MaxMind \ - %%SITE_PERL%%/auto/Business \ %%SITE_PERL%%/Business/MaxMind \ - %%SITE_PERL%%/Business \ + %%SITE_PERL%%/Business .include