On 2019/01/07 12:20, Sascha Paunovic wrote:
> Hi,
> 
> here an update of x11/cool-retro-term to 1.1.0.
> 
> Tested briefly on amd64, starts up and allows me to execute commands ok.
> 
> Note: "cool-retro-term --version" outputs 1.0.1, that's a bug. solene@
> helped me find
> where it happens in the code:
> 
> https://github.com/Swordfish90/cool-retro-term/blob/54a6a7f5906c482db5ec1158433722dca197acd2/app/main.cpp#L74
> 
> Changes in 1.1.0 (from GitHub):
> 
> * Two years of upstream qtermwidget fixes
> * Shiny (literally) new frame
> * System fonts support
> * Lowered GPU and Memory usage
> * Faster and burn in effect
> * Improved colors support
> * Improved RGB shift effect
> * Improved colors support
> * Many other small tweaks and fixes
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/x11/cool-retro-term/Makefile,v
> retrieving revision 1.15
> diff -u -p -r1.15 Makefile
> --- Makefile  29 Jun 2018 22:16:22 -0000      1.15
> +++ Makefile  7 Jan 2019 11:06:21 -0000
> @@ -6,10 +6,9 @@ CATEGORIES = x11
> 
>  GH_ACCOUNT = Swordfish90
>  GH_PROJECT = cool-retro-term
> -GH_TAGNAME = 1.0.1
> -REVISION =   1
> +GH_TAGNAME = 1.1.0
> 
> -QMLTERMWIDGET =      08958f7c83a7d05627f623b8904f3e79a0b7366b
> +QMLTERMWIDGET =      48274c75660e28d44af7c195e79accdf1bd44963
>  MASTER_SITES0 =      https://github.com/Swordfish90/qmltermwidget/archive/
>  DISTFILES =  ${DISTNAME}${EXTRACT_SUFX} \
>               ${QMLTERMWIDGET}.tar.gz:0
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/x11/cool-retro-term/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- distinfo  6 Jan 2018 04:46:12 -0000       1.2
> +++ distinfo  7 Jan 2019 11:06:21 -0000
> @@ -1,4 +1,4 @@
> -SHA256 (08958f7c83a7d05627f623b8904f3e79a0b7366b.tar.gz) =
> Xx/Q8f9kLkC+6wSeOOYKF5pSeXCxKv3Q0uPjRUzWX8A=

Not new with the update, but that's a bad filename for a distfile.
It would be better to use this:

DISTFILES =     ${DISTNAME}${EXTRACT_SUFX} \
                qmltermwidget-{}${QMLTERMWIDGET}.tar.gz:0

and regenerate distinfo.

Reply via email to