svn commit: r534267 - head/x11-themes/numix-theme

Fernando Apesteguía fernape at FreeBSD.org
Thu May 7 14:44:17 UTC 2020


Author: fernape
Date: Thu May  7 14:44:17 2020
New Revision: 534267
URL: https://svnweb.freebsd.org/changeset/ports/534267

Log:
  x11-themes/numix-theme: Assign MAINTAINER
  
  While here, reorder and group GH variables
  
  PR:	246275
  Reported by:	20.100 at defert.com

Modified:
  head/x11-themes/numix-theme/Makefile

Modified: head/x11-themes/numix-theme/Makefile
==============================================================================
--- head/x11-themes/numix-theme/Makefile	Thu May  7 13:17:34 2020	(r534266)
+++ head/x11-themes/numix-theme/Makefile	Thu May  7 14:44:17 2020	(r534267)
@@ -7,7 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	x11-themes xfce
 PKGNAMESUFFIX=	-theme
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	20.100 at defert.com
 COMMENT=	Gtk flat themes
 
 LICENSE=	GPLv3
@@ -15,11 +15,11 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	rubygem-sass>=3.4:textproc/rubygem-sass
 RUN_DEPENDS=	gtk-murrine-engine>=0.98.2:x11-themes/gtk-murrine-engine
 
-GH_ACCOUNT=	numixproject
-GH_PROJECT=	numix-gtk-theme
-
 USES=		gmake gnome
+
 USE_GITHUB=	yes
+GH_ACCOUNT=	numixproject
+GH_PROJECT=	numix-gtk-theme
 USE_GNOME=	glib20 gdkpixbuf2
 NO_ARCH=	yes
 INSTALL_TARGET=	# empty


More information about the svn-ports-head mailing list