Bug 171185 - plist error in finance/p5-Business-MaxMind-CreditCardFraudDetection
Summary: plist error in finance/p5-Business-MaxMind-CreditCardFraudDetection
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-30 14:00 UTC by Vick Khera
Modified: 2012-09-01 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (589 bytes, patch)
2012-08-30 14:00 UTC, Vick Khera
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vick Khera 2012-08-30 14:00:08 UTC
	
one file is not installed on new version of port.  remove from plist.
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2012-08-30 14:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

I'll take it.
Comment 2 Steve Wills freebsd_committer freebsd_triage 2012-09-01 22:24:28 UTC
Responsible Changed
From-To: bdrewery->swills

I'll take it.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2012-09-01 22:26:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-09-01 22:26:04 UTC
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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"