Re: [UPDATE] devel/rcs-fast-import (1.0 -> 1.1)

2021-01-14 Thread Stuart Henderson
On 2021/01/14 18:14, Kirill Bychkov wrote:
> On Thu, January 14, 2021 17:38, Alex Naumov wrote:
> > This patch updates rcs-fast-import to version 1.1.
> >
> > There are no tests for this port until now.
> > 'portcheck', 'port-lib-depends-check' and 'update-plist' are OK.
> >
> > ChanegeLog:
> >
> > 1.1: 2020-03-07::Ported to Python 3Rehosted at GitLab.
> 
> Hi,
> If it was ported to Python3 it should list it in RUN_DEPENDS at least.

It works with either, but it makes sense to use it. I committed my similar
diff.

> Please send patches inline for quick review.

It doesn't matter too much whether they're inline or attached for
ports@, as long as they apply, attached is much better than a broken
attempt at inline...



Re: [UPDATE] devel/rcs-fast-import (1.0 -> 1.1)

2021-01-14 Thread Kirill Bychkov
On Thu, January 14, 2021 17:38, Alex Naumov wrote:
> This patch updates rcs-fast-import to version 1.1.
>
> There are no tests for this port until now.
> 'portcheck', 'port-lib-depends-check' and 'update-plist' are OK.
>
> ChanegeLog:
>
> 1.1: 2020-03-07::Ported to Python 3Rehosted at GitLab.

Hi,
If it was ported to Python3 it should list it in RUN_DEPENDS at least.
Please send patches inline for quick review.

>
>
> Cheers,
>
> Alex
>




[UPDATE] devel/rcs-fast-import (1.0 -> 1.1)

2021-01-14 Thread Alex Naumov
This patch updates rcs-fast-import to version 1.1.

There are no tests for this port until now.
'portcheck', 'port-lib-depends-check' and 'update-plist' are OK.

ChanegeLog:

1.1: 2020-03-07::Ported to Python 3Rehosted at GitLab.


Cheers,

Alex
Index: Makefile
===
RCS file: /cvs/ports/devel/rcs-fast-import/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile	12 Jul 2019 20:45:57 -	1.4
+++ Makefile	14 Jan 2021 14:39:26 -
@@ -2,7 +2,7 @@
 
 COMMENT =		unpack git fast-import streams into RCS file tree
 
-DISTNAME =		rcs-fast-import-1.0
+DISTNAME =		rcs-fast-import-1.1
 REVISION =		0
 
 CATEGORIES =		devel
Index: distinfo
===
RCS file: /cvs/ports/devel/rcs-fast-import/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo	30 Nov 2014 17:03:32 -	1.1.1.1
+++ distinfo	14 Jan 2021 14:39:26 -
@@ -1,2 +1,2 @@
-SHA256 (rcs-fast-import-1.0.tar.gz) = V7sncezFNPceR5rwy8tKm0t10Qaz/nJZGR6tjCYfBgQ=
-SIZE (rcs-fast-import-1.0.tar.gz) = 14899
+SHA256 (rcs-fast-import-1.1.tar.gz) = 3s6jBM7aIQPUkgqSY1FltiBaL031nh+OKmrqbscTkOU=
+SIZE (rcs-fast-import-1.1.tar.gz) = 14970