On 2016/02/18 02:41, Juan Francisco Cantero Hurtado wrote:
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/math/hdf5/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- Makefile 30 Jun 2015 09:15:32 -0000 1.3
> +++ Makefile 18 Feb 2016 01:35:20 -0000
> @@ -5,7 +5,7 @@ COMMENT = Hierarchical Data Format 5 Te
> V = 1.8.15-patch1
> DISTNAME = hdf5-${V}
> PKGNAME = hdf5-${V:S/-patch/pl/}
> -REVISION = 0
> +REVISION = 1
bump isn't needed for a MASTER_SITES change
> -MASTER_SITES = http://www.hdfgroup.org/ftp/HDF5/current/src/
> +MASTER_SITES = https://www.hdfgroup.org/ftp/HDF5/current/src/ \
> +
> https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-${V}/src/
it would make sense to do this for -current too, I think