On Sat, 27 Feb 2021 17:26:53 +0000
Dimitri Karamazov <[email protected]>:
> Ping
>
> On Sat, Feb 20, 2021 at 01:54:35PM +0000, Dimitri Karamazov wrote:
> > Simple update for net/i2p to 0.9.49
> >
> > *Fetch from github henceworth.
> > *Most of doc/* files have been compressed
> > into *.wars of their respective webapps.
> > *Some empty *{.jar,.wars} have been removed.
> >
> > The given commit contains fixes to the themes
> > bug which they missed while making the
> > 0.9.49 release.
> >
> > Build & Run tested on amd64
> >
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/i2p/Makefile,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile
> --- Makefile 5 Dec 2020 17:21:55 -0000 1.6
> +++ Makefile 20 Feb 2021 13:32:39 -0000
> @@ -7,16 +7,16 @@ ONLY_FOR_ARCHS= amd64 i386
>
> COMMENT= i2p routing protocol
>
> -V= 0.9.48
> -DISTNAME= i2psource_${V}
> -EXTRACT_SUFX= .tar.bz2
> -PKGNAME= i2p-${V}
> +GH_ACCOUNT= i2p
> +GH_PROJECT= i2p.i2p
> +GH_TAGNAME= 5d5e6fa3c2365f6c9956d3691d620eb5797091f8
> +PKGNAME= i2p-0.9.49
>
> CATEGORIES= net
>
> HOMEPAGE= https://geti2p.net/en/
>
> -MAINTAINER= Dimitri karamazov <[email protected]>
> +MAINTAINER= Dimitri Karamazov <[email protected]>
>
> # Apache-2.0 Artistic BSD CC-BY-2.5 CC-BY-3.0 CC-BY-SA-3.0
> # EPLv1.0 GPLv2 GPLv3 LGPLv2.1 LGPLv3 MIT public-domain WTFPLv2
> @@ -24,9 +24,6 @@ PERMIT_PACKAGE= Yes
>
hi,
everything is fine to me but I see you use a hash as TAGNAME
while there are proper tags for the project on github, last
is https://github.com/i2p/i2p.i2p/releases/tag/i2p-0.9.49
Is there a reason?