svn commit: r460182 - head/print/gv

Gerald Pfeifer gerald at FreeBSD.org
Sun Jan 28 13:54:31 UTC 2018


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 at 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


More information about the svn-ports-head mailing list