[MacPorts] #976: comms/malsync has a comment in an invalid place
MacPorts
noreply at macports.org
Thu Mar 24 06:31:41 PDT 2016
#976: comms/malsync has a comment in an invalid place
-----------------------+----------------------
Reporter: andrew@… | Owner: fenner@…
Type: defect | Status: closed
Priority: Low | Milestone:
Component: ports | Version: 1.0
Resolution: fixed | Keywords:
Port: malsync |
-----------------------+----------------------
Changes (by ryandesign@…):
* port: => malsync
Old description:
> 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 at research.att.com
> homepage http://www.tomw.org/malsync/
> master_sites http://www.tomw.org/malsync/
New description:
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 at research.att.com
homepage http://www.tomw.org/malsync/
master_sites http://www.tomw.org/malsync/
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/976#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list