Revised patch which update HOMEPAGE and MASTER_SITES to https.

wen
________________________________
发件人: Stuart Henderson <s...@spacehopper.org>
发送时间: 2019年10月1日 23:13
收件人: wen heping <wenheping2...@hotmail.com>
抄送: Brian Callahan <bcal...@openbsd.org>; ports@openbsd.org <ports@openbsd.org>
主题: Re: [Update] converters/dos2unix : Update to 7.4.1

On 2019/10/01 14:31, wen heping wrote:
> Hi,
>
>    Here is a simple patch for converters/dos2unix:
>     i) Update to 7.4.1
>     ii) Add another MASTER_SITE
>    It build well and pass all tests on amd64-head system.
>    No other ports depends on it.
>
> Comments? OK?
> wen

waterlan.home.xs4all.nl can use https now.

what's the point in adding sourceforge?

Index: Makefile
===================================================================
RCS file: /cvs/ports/converters/dos2unix/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile    12 Jul 2019 20:43:49 -0000      1.21
+++ Makefile    5 Oct 2019 02:48:57 -0000
@@ -2,12 +2,11 @@
 
 COMMENT=       convert DOS/MAC files to UNIX (line-endings/charset)
 
-DISTNAME =     dos2unix-7.4.0
-REVISION =     0
+DISTNAME =     dos2unix-7.4.1
 
 CATEGORIES=    converters
 
-HOMEPAGE=      http://waterlan.home.xs4all.nl/dos2unix.html
+HOMEPAGE=      https://waterlan.home.xs4all.nl/dos2unix.html
 MAINTAINER=    Brian Callahan <bcal...@openbsd.org>
 
 # BSD
@@ -15,7 +14,8 @@ PERMIT_PACKAGE=       Yes
 
 WANTLIB += c intl
 
-MASTER_SITES=  http://waterlan.home.xs4all.nl/dos2unix/
+MASTER_SITES=  https://waterlan.home.xs4all.nl/dos2unix/ \
+               https://sourceforge.net/projects/dos2unix/files/dos2unix/7.4.1/
 
 BUILD_DEPENDS= devel/gettext,-tools
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/converters/dos2unix/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo    14 Oct 2017 05:46:52 -0000      1.17
+++ distinfo    5 Oct 2019 02:48:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (dos2unix-7.4.0.tar.gz) = usdlq9vZXN2HpxmJ1DgsMs88v+7iFT8Ahsuc8YJhBIo=
-SIZE (dos2unix-7.4.0.tar.gz) = 710339
+SHA256 (dos2unix-7.4.1.tar.gz) = HNWKYLA+0o+jkEYQKhhcXojE92ZeHgQXwl3n+Ln3hiM=
+SIZE (dos2unix-7.4.1.tar.gz) = 711570

Reply via email to