svn commit: r394538 - head/misc/terraform

Steve Wills swills at FreeBSD.org
Tue Aug 18 00:50:58 UTC 2015


Author: swills
Date: Tue Aug 18 00:50:57 2015
New Revision: 394538
URL: https://svnweb.freebsd.org/changeset/ports/394538

Log:
  misc/terraform: PKGNAMEPREFIX and cleanup
  
  Add PKGNAMEPREFIX so I can use the package name with sysutils/terraform
  While here, pet portlint by removing duplicate PORTREVISION and sorting USES
  Bump PORTREVISION for package name change

Modified:
  head/misc/terraform/Makefile

Modified: head/misc/terraform/Makefile
==============================================================================
--- head/misc/terraform/Makefile	Tue Aug 18 00:50:11 2015	(r394537)
+++ head/misc/terraform/Makefile	Tue Aug 18 00:50:57 2015	(r394538)
@@ -3,11 +3,11 @@
 
 PORTNAME=	terraform
 PORTVERSION=	0.9.5
-PORTREVISION=	1
 DISTVERSIONPREFIX=	src-
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	misc gnome
 MASTER_SITES=	GOOGLE_CODE
+PKGNAMEPREFIX=	gnome-
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Interactive height field generation and manipulation program
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libtrio.
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		autoreconf pathfix gettext gmake pkgconfig tar:tgz
+USES=		autoreconf gettext gmake pathfix pkgconfig tar:tgz
 USE_GCC=	yes
 USE_GNOME=	libgnomeprintui libgnomeui
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list