aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2015-08-18 08:50:57 +0800
committerswills <swills@FreeBSD.org>2015-08-18 08:50:57 +0800
commita35361798b7dafc586bb0660895096ea1952f54b (patch)
tree2fcf4a7283024e65dca21c94af78ee4dc9acf2d9
parentbd8062e5a12718c6c14543fc3d4f63021b0698bd (diff)
downloadfreebsd-ports-gnome-a35361798b7dafc586bb0660895096ea1952f54b.tar.gz
freebsd-ports-gnome-a35361798b7dafc586bb0660895096ea1952f54b.tar.zst
freebsd-ports-gnome-a35361798b7dafc586bb0660895096ea1952f54b.zip
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
-rw-r--r--misc/terraform/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile
index 79d49a21da98..91bd56556b79 100644
--- a/misc/terraform/Makefile
+++ b/misc/terraform/Makefile
@@ -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@FreeBSD.org
COMMENT= Interactive height field generation and manipulation program
@@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio
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
n class='column1'>| | | - Fix OPTIONS usage - Fix net-snmp configure argument - Fix problem with building zabbix-agent PR: ports/64325, ports/65313 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer) * fix PKGORIGIN for net/zabbix-agenteik2004-02-291-1/+1 | * [maintainer] zabbix: version bump 1.0b13 -> 1.0b14edwin2004-02-294-44/+9 | | | | | PR: ports/63340 Submitted by: Sergey Akifyev <asa@gascom.ru> * Let the port choose between a PGSQL or MYSQL backend.edwin2004-02-292-5/+67 | | | | | | | | Fix compilation of net/zabbix when using the PGSQL backend. (author informed) PR: 61773, 62856 Submitted by: Michal F. Hanula <f@7f000001.org>, edwin@Mavetju.org Approved by: maintainer timeout * Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-2/+2 | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus * Mark broken on amd64edwin2004-01-301-0/+2 | | | | | | Noticed by: bento Approved by: Sergey Akifyev <asa@gascom.ru> * - Fix dependency on fping for Bento (/usr/local/sbin is not in PATH on Bento)pav2004-01-241-1/+1 | | | | Reported by: bento via kris * - Update to 1.0 beta13pav2004-01-163-9/+33 | | | | | | | - Makefile cleanup PR: ports/61360 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer) * - Add dependency on fpingpav2004-01-142-2/+18 | | | | | | | | - Bump portrevision PR: ports/60942 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer) Reported by: Michal F. Hanula <frankie@nb.7f000001.org> * Update to 1.0beta12. See ChangeLog for details on all the bugfixeslinimon2003-12-153-8/+13 | | | | | | | and (mostly minor) feature updates. PR: ports/59865 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer) * Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.kuriyama2003-11-181-2/+2 | * Fixed issues:leeym2003-10-267-42/+56 | | | | | | | | | | | | | * Make use of USE_MYSQL * Convert scripts to rc.subr * Fix plist * Fix pkg-message not displayed during 'make install' * Depend on net/php4-nms * Allow to connect to remote MySQL DB * Even more... PR: 58061 Submitted by: Sergey Akifyev <asa@gascom.ru> * update to zabbix 1.0beta10leeym2003-09-026-117/+208 | | | | | PR: 56262 Submitted by: Sergey Akifyev <asa@gascom.ru>