On Sat, Oct 08, 2016 at 08:03:13AM BST, Rafael Sadowski wrote:
> hi ports@,
>
> I started with the motivation to bump all $HOMEPAGE and/or $MASTER_SITES
> variables from http to https (Where it is possible). I found a lot of
> unavailable homepages in the tree and tried to fix all of them (without p5-,
> py-
> and some sub-dirs like www/drupal{6,7}/*).
>
> My test-case after searching not available $HOMEPAGE's (script part):
>
> 1.) Check $HOMEPAGE in webbrowser.
> 1.1) Modify URL, search at google for a new version.
> 1.2) If a new site is available:
> 1.2.1) Update and bump REVISION
> 1.2.2) Check MASTER_SITES and make fetch/makesum
> 1.3) If $HOMEPAGE is dead and I found no alternative
> 1.3.1) Remove and bump REVISION
> 1.3.1) Check MASTER_SITES. If offline replace with ${MASTER_SITE_OPENBSD}
>
> Kind regards,
>
> Rafael Sadowski
Hi Rafael,
I skimmed through the list so have only a couple of comments.
> [...]
> Index: databases/db/Makefile.inc
> ===================================================================
> RCS file: /cvs/ports/databases/db/Makefile.inc,v
> retrieving revision 1.37
> diff -u -p -u -p -r1.37 Makefile.inc
> --- databases/db/Makefile.inc 12 Mar 2016 16:45:57 -0000 1.37
> +++ databases/db/Makefile.inc 8 Oct 2016 06:55:28 -0000
> @@ -5,7 +5,7 @@ COMMENT-tcl= TCL bindings for Berkeley D
>
> DISTNAME= db-${VERSION}
> CATEGORIES= databases
> -HOMEPAGE= http://www.oracle.com/technology/products/berkeley-db/
> +HOMEPAGE= http://www.oracle.com/us/products/database/berkeley-db/db/
This one redirects to https://www.oracle.com/database/berkeley-db/db.html
at least in the UK.
> [...]
> Index: net/tcpreplay/Makefile
> ===================================================================
> RCS file: /cvs/ports/net/tcpreplay/Makefile,v
> retrieving revision 1.37
> diff -u -p -u -p -r1.37 Makefile
> --- net/tcpreplay/Makefile 6 Jul 2016 10:29:51 -0000 1.37
> +++ net/tcpreplay/Makefile 8 Oct 2016 06:55:41 -0000
> @@ -4,9 +4,9 @@ COMMENT= resend network traffic saved by
>
> DISTNAME= tcpreplay-4.0.5
> CATEGORIES= net
> -REVISION= 1
> +REVISION= 2
>
> -HOMEPAGE= http://tcpreplay.appneta.com/
> +HOMEPAGE= http://tcpreplay.appneta.com/
Does removing whitespace warrant REVISION bump?
Regards,
Raf