David Hill wrote:
> On Thu, Mar 10, 2016 at 05:22:55PM -0800, Michael McConville wrote:
> > David Hill wrote:
> > > This moves productivity/slideml to github.
> >
> > It's strange that the old HOMEPAGE is still up and doesn't mention
> > GitHub at all. Do you know if upstream has a preference about which is
> > used?
>
> Yes, the server is going away with the hosting being moved to github.
ok mmcc@
> > > Index: Makefile
> > > ===================================================================
> > > RCS file: /cvs/ports/productivity/slideml/Makefile,v
> > > retrieving revision 1.7
> > > diff -u -p -r1.7 Makefile
> > > --- Makefile 25 Mar 2014 21:20:39 -0000 1.7
> > > +++ Makefile 11 Mar 2016 00:02:09 -0000
> > > @@ -2,20 +2,20 @@
> > >
> > > COMMENT = HTML slide generator based on SlideML
> > >
> > > -DISTNAME = slideml-1.1.0
> > > -REVISION = 0
> > > -
> > > +V = 1.1.0
> > > +REVISION = 1
> > > +GH_TAGNAME = SLIDEML_${V:S/./_/g}
> > > +GH_ACCOUNT = conformal
> > > +GH_PROJECT = slideml
> > > +DISTNAME = ${GH_PROJECT}-${V}
> > > CATEGORIES = productivity
> > >
> > > -HOMEPAGE = http://opensource.conformal.com/wiki/Slide_ML
> > > +HOMEPAGE = https://github.com/conformal/slideml/wiki
> > >
> > > MAINTAINER = Laurent Fanis <[email protected]>
> > >
> > > #W3C Software Notice and License & BSD
> > > PERMIT_PACKAGE_CDROM = Yes
> > > -
> > > -MASTER_SITES =
> > > http://opensource.conformal.com/snapshots/slideml/
> > > -EXTRACT_SUFX = .tgz
> > >
> > > RUN_DEPENDS = graphics/p5-Image-Size
> > >
> > > Index: distinfo
> > > ===================================================================
> > > RCS file: /cvs/ports/productivity/slideml/distinfo,v
> > > retrieving revision 1.3
> > > diff -u -p -r1.3 distinfo
> > > --- distinfo 18 Jan 2015 03:14:59 -0000 1.3
> > > +++ distinfo 11 Mar 2016 00:02:09 -0000
> > > @@ -1,2 +1,2 @@
> > > -SHA256 (slideml-1.1.0.tgz) = RPCos9m9/bXNPhX+29p+k5yJiEBrtkm7HxGbiNN33ck=
> > > -SIZE (slideml-1.1.0.tgz) = 28245
> > > +SHA256 (slideml-1.1.0.tar.gz) =
> > > mT9/V83DDpcp1dlayIwORs7gdi32Mp1MEQpfkW7zgwc=
> > > +SIZE (slideml-1.1.0.tar.gz) = 28172
> > >
> >
>