Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2018 13:54:30 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460182 - head/print/gv
Message-ID:  <201801281354.w0SDsU05023274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Jan 28 13:54:30 2018
New Revision: 460182
URL: https://svnweb.freebsd.org/changeset/ports/460182

Log:
  Simplify MASTER_SITES=GNU/${PORTNAME} to MASTER_SITES=GNU.
  
  Sort USES and USE_XORG properly. [1]
  
  Reported by:	portlint [1]

Modified:
  head/print/gv/Makefile

Modified: head/print/gv/Makefile
==============================================================================
--- head/print/gv/Makefile	Sun Jan 28 13:37:42 2018	(r460181)
+++ head/print/gv/Makefile	Sun Jan 28 13:54:30 2018	(r460182)
@@ -5,16 +5,16 @@ PORTNAME=	gv
 PORTVERSION=	3.7.4
 PORTREVISION=	4
 CATEGORIES=	print
-MASTER_SITES=	GNU/${PORTNAME}
+MASTER_SITES=	GNU
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PostScript and PDF previewer
 
 LIB_DEPENDS=	libXaw3d.so:x11-toolkits/Xaw3d
 
-USE_XORG=	xpm ice sm xext xmu x11
 USES=		cpe ghostscript:x11 iconv gmake perl5 shebangfix
 USE_PERL5=	build
+USE_XORG=	xpm ice sm xext xmu x11
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801281354.w0SDsU05023274>