svn commit: r467448 - head/sysutils/smenu

Mathieu Arnold mat at FreeBSD.org
Mon Apr 16 10:58:04 UTC 2018


On Mon, Apr 16, 2018 at 12:30:02AM +0000, Danilo G. Baio wrote:
> Author: dbaio
> Date: Mon Apr 16 00:30:02 2018
> New Revision: 467448
> URL: https://svnweb.freebsd.org/changeset/ports/467448
> 
> Log:
>   sysutils/smenu: Update to 0.9.12
>   
>   It was necessary to get the latest commit to fix a FreeBSD compatibility issue
>   in this version.

Then this is not 0.9.12 but:

$ git describe 0ff0326
v0.9.12-7-g0ff0326.

See this example to learn how to handle this:

https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.html#makefile-master_sites-github-ex5


>   Changes:	https://github.com/p-gen/smenu/releases/tag/v0.9.12
> 
> Modified:
>   head/sysutils/smenu/Makefile
>   head/sysutils/smenu/distinfo
> 
> Modified: head/sysutils/smenu/Makefile
> ==============================================================================
> --- head/sysutils/smenu/Makefile	Mon Apr 16 00:21:41 2018	(r467447)
> +++ head/sysutils/smenu/Makefile	Mon Apr 16 00:30:02 2018	(r467448)
> @@ -1,7 +1,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	smenu
> -PORTVERSION=	0.9.11
> +PORTVERSION=	0.9.12
>  DISTVERSIONPREFIX=	v
>  CATEGORIES=	sysutils
>  
> @@ -15,6 +15,7 @@ USES=	localbase ncurses:port
>  
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	p-gen
> +GH_TAGNAME=	0ff0326
>  
>  GNU_CONFIGURE=	yes
>  
> 
> Modified: head/sysutils/smenu/distinfo
> ==============================================================================
> --- head/sysutils/smenu/distinfo	Mon Apr 16 00:21:41 2018	(r467447)
> +++ head/sysutils/smenu/distinfo	Mon Apr 16 00:30:02 2018	(r467448)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1517139590
> -SHA256 (p-gen-smenu-v0.9.11_GH0.tar.gz) = ac6b8b94aa5382a0227753bd2c580fd727c7ce19adf72592993dd982b0af478f
> -SIZE (p-gen-smenu-v0.9.11_GH0.tar.gz) = 643358
> +TIMESTAMP = 1523791900
> +SHA256 (p-gen-smenu-v0.9.12-0ff0326_GH0.tar.gz) = e84f0dd2acac40a425ce1dd5fe35421a6e1bcc8284bdd6f0d76de9dd9178b2dd
> +SIZE (p-gen-smenu-v0.9.12-0ff0326_GH0.tar.gz) = 647055
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180416/f590ee19/attachment.sig>


More information about the svn-ports-head mailing list