svn commit: r493169 - head/sysutils/xfce4-bsdcpufreq-plugin

Alexey Dokuchaev danfe at freebsd.org
Sun Feb 17 17:10:30 UTC 2019


On Sun, Feb 17, 2019 at 03:25:59PM +0000, Thomas Zander wrote:
> New Revision: 493169
> URL: https://svnweb.freebsd.org/changeset/ports/493169
> 
> Log:
>   Modernise port Makefile
>   
> ...
> -USE_GITHUB=	yes
> -GH_ACCOUNT=	riggs-
> -GH_TAGNAME=	be17b3a
> -
> -USE_GNOME=	gtk20
> -
>  USES=		pkgconfig xfce
>  USE_XFCE=	panel
> +USE_GNOME=	cairo gdkpixbuf2 gtk20
>  
>  PLIST_FILES=	lib/xfce4/panel/plugins/libbsdcpufreq.so \
>  		share/xfce4/panel/plugins/bsdcpufreq.desktop
> +
> +USE_GITHUB=	yes
> +GH_ACCOUNT=	riggs-
> +GH_TAGNAME=	be17b3a

GH_* knobs (fetch-related, earlier stage) should not go below PLIST_FILES
(packaging-related, later stage), it's just unnatural.

./danfe


More information about the svn-ports-head mailing list