Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#976 closed defect (fixed)

comms/malsync has a comment in an invalid place

Reported by: cqexbesd (Andrew Stevenson) Owned by: fenner@…
Priority: Low Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: malsync

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

comms/malsync has a comment in a location that portindex doesn't like (producing categories like "a")

diff -ruN /usr/darwinports/dports/comms/malsync/Portfile malsync/Portfile
--- /usr/darwinports/dports/comms/malsync/Portfile      Wed Oct  1 14:02:05 2003
+++ malsync/Portfile    Wed Oct  1 13:56:14 2003
@@ -2,7 +2,8 @@
 PortSystem 1.0
 name           malsync
 version                2.2.0
-categories     comms   # not a great match
+# not a great match
+categories     comms
 maintainers    fenner@research.att.com
 homepage       http://www.tomw.org/malsync/
 master_sites   http://www.tomw.org/malsync/

Change History (2)

comment:1 Changed 21 years ago by fenner@…

Resolution: fixed
Status: newclosed
Summary: comms/malsync has a comment in an invalid place comms/malsync has a comment in an invalid place

I am so bad at comments in tcl, arrgh. Thanks for the patch!

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

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