Date: Sat, 1 Sep 2012 21:25:51 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303523 - head/finance/p5-Business-MaxMind-CreditCardFraudDetection Message-ID: <201209012125.q81LPpbq081856@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209012125.q81LPpbq081856>