Bug 53033 - [Patch] devel/p5-Cdk unfetchable distfile
Summary: [Patch] devel/p5-Cdk unfetchable distfile
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-08 06:20 UTC by Serge Gagnon
Modified: 2003-06-08 10:13 UTC (History)
0 users

See Also:


Attachments
patch-p5-Cdk-distfile (649 bytes, text/plain)
2003-06-08 06:20 UTC, Serge Gagnon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Gagnon 2003-06-08 06:20:00 UTC
	o Fix MASTER_SITES in the Makefile and update distinfo
	o The only change in the new distfile seems to be a:

; diff -urN tmp/Cdk Cdk
diff -urN tmp/Cdk/Cdk/Slider.pm Cdk/Cdk/Slider.pm
--- tmp/Cdk/Cdk/Slider.pm       Thu Dec 10 14:03:34 1998
+++ Cdk/Cdk/Slider.pm   Thu Dec 10 14:03:34 1998
@@ -25,7 +25,7 @@
    my $ypos    = Cdk::checkDef ($name, "Ypos", $params{'Ypos'}, "CENTER");
    my $start   = Cdk::checkDef ($name, "Start", $params{'Start'}, $params{'Low'});
    my $filler  = Cdk::checkDef ($name, "Filler", $params{'Filler'}, "</R> ");
-   my $box     = Cdk::checkDef ($name, "Box", $params{'Box'}, "TRUE");
+   my $box     = Cdk::checkDef ($nameµK]Fox", $params{'Box'}, "TRUE");
    my $shadow  = Cdk::checkDef ($name, "Shadow", $params{'Shadow'}, "FALSE");
  
    # Create the thing.

How-To-Repeat: 
http://people.freebsd.org/~fenner/portsurvey/devel.html#p5-Cdk
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-06-08 10:13:39 UTC
State Changed
From-To: open->closed

Committed, thanks!