Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#2855 closed defect (fixed)

BUG: pftp-0.3 won't install

Reported by: eike+darwinports@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: pftp

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hello!

pfpt-0.3 won't install since the name of the distfile has changed.

dports is searching for pfpt-0.3.tar.gz, new distfile name seems to be pftp-cli-0.3.tar.gz

The patch below fixes the install, but net/pftp now installs pfpt-cli, I am not shure if this is ok.

FIX:

RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/pftp/Portfile,v
retrieving revision 1.1
diff -u -r1.1 Portfile
--- Portfile    12 Jan 2005 19:25:38 -0000      1.1
+++ Portfile    5 Apr 2005 10:36:01 -0000
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 
-name                   pftp
+name                   pftp-cli
 version                        0.3
 categories             net
 platforms              darwin
@@ -12,7 +12,7 @@
                                such as FXP, SSL, and TLS support
 
 homepage               http://pftp.sourceforge.net/
-master_sites   sourceforge
+master_sites   sourceforge:pftp
 
 checksums              md5 c327af3daea20aa998dfca19cfccb809

Bye, Eike

Change History (2)

comment:1 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

I've just changed the name of the distfile - no need to change the name of the port. ;)

Thanks Eike!

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: pftp added
Note: See TracTickets for help on using tickets.