Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 12:40:31 GMT
From:      Hakisho Nukama <nukama@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186339: devel/fuel add STAGE support
Message-ID:  <201402011240.s11CeVnw044534@oldred.freebsd.org>
Resent-Message-ID: <201402011250.s11Co3uq038013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186339
>Category:       ports
>Synopsis:       devel/fuel add STAGE support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 01 12:50:03 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Hakisho Nukama
>Release:        10.0-RELEASE
>Organization:
n/a
>Environment:
>Description:
- STAGEify
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -rup /usr/ports/devel/fuel/Makefile devel/fuel/Makefile
--- /usr/ports/devel/fuel/Makefile	2013-11-25 18:01:01.000000000 +0000
+++ devel/fuel/Makefile	2014-01-31 12:25:18.822897484 +0000
@@ -1,23 +1,23 @@
 # Created by: Hakisho Nukama <nukama@gmail.com>
-# $FreeBSD: devel/fuel/Makefile 334873 2013-11-25 18:01:01Z makc $
+# $FreeBSD$
 
-PORTNAME=	fuel
-DISTVERSION=	0.9.6
-CATEGORIES=	devel
-MASTER_SITES=	https://fuel-scm.googlecode.com/files/
+PORTNAME=		fuel
+DISTVERSION=		0.9.6
+CATEGORIES=		devel
+MASTER_SITES=		https://fuel-scm.googlecode.com/files/
 
-MAINTAINER=	nukama+maintainer@gmail.com
-COMMENT=	GUI front-end to fossil SCM tool
+MAINTAINER=		nukama+maintainer@gmail.com
+COMMENT=		GUI front-end to fossil SCM tool
 
-LICENSE=	GPLv2
+LICENSE=		GPLv2
 
-RUN_DEPENDS=	${LOCALBASE}/bin/fossil:${PORTSDIR}/devel/fossil
+RUN_DEPENDS=		${LOCALBASE}/bin/fossil:${PORTSDIR}/devel/fossil
 
-USES=		qmake
-USE_QT4=	corelib gui \
-		moc_build rcc_build uic_build
+USES=			qmake
+USE_QT4=		corelib gui \
+			moc_build rcc_build uic_build
 
-PLIST_FILES=	bin/Fuel
+PLIST_FILES=		bin/Fuel
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/Fuel ${STAGEDIR}${PREFIX}/bin/Fuel


>Release-Note:
>Audit-Trail:
>Unformatted:



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