Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144565188
D10199.id26819.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D10199.id26819.diff
View Options
Index: devel/fuel/Makefile
===================================================================
--- devel/fuel/Makefile
+++ devel/fuel/Makefile
@@ -2,28 +2,33 @@
# $FreeBSD$
PORTNAME= fuel
-DISTVERSION= 0.9.6
+DISTVERSION= 1.0.1
CATEGORIES= devel
-MASTER_SITES= https://fuel-scm.googlecode.com/files/
+MASTER_SITES= https://fuel-scm.org/files/releases/
MAINTAINER= nukama+maintainer@gmail.com
-COMMENT= GUI front-end to fossil SCM tool
+COMMENT= GUI Front-End to the Fossil SCM tool
LICENSE= GPLv2
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
+BUILD_DEPENDS= bash:shells/bash
+RUN_DEPENDS= fossil:devel/fossil
-RUN_DEPENDS= ${LOCALBASE}/bin/fossil:devel/fossil
-
-USES= qmake
-USE_QT4= corelib gui \
- moc_build rcc_build uic_build
-
-PLIST_FILES= bin/Fuel
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/Fuel ${STAGEDIR}${PREFIX}/bin/Fuel
+OPTIONS_SINGLE= GUI
+OPTIONS_SINGLE_GUI= QT4 QT5
+OPTIONS_DEFAULT= QT5
+
+USES= qmake shebangfix
+QT4_USE= QT4=corelib,gui,webkit,linguisttools_build,moc_build,rcc_build,uic_build
+QT5_USE= QT5=core,gui,network,webkit,widgets,buildtools_build,linguisttools_build
+
+SHEBANG_FILES= intl/convert.sh
+PLIST_FILES= bin/fuel share/applications/fuel.desktop \
+ share/icons/hicolor/256x256/apps/fuel.png
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
+ -e 's|/usr$$|${PREFIX}|' ${WRKSRC}/fuel.pro
+ @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/rsrc/fuel.desktop
.include <bsd.port.mk>
Index: devel/fuel/distinfo
===================================================================
--- devel/fuel/distinfo
+++ devel/fuel/distinfo
@@ -1,2 +1,3 @@
-SHA256 (fuel-0.9.6.tar.gz) = 83b7e1f327f5c411d5f9f758fd74e9de274618fe601dea8128561186548381e2
-SIZE (fuel-0.9.6.tar.gz) = 3958347
+TIMESTAMP = 1489581484
+SHA256 (fuel-1.0.1.tar.gz) = 4e463cb9f3cf9c31c7ae95ce76b558502c0b07e1dd4109da714997f0dc9a65db
+SIZE (fuel-1.0.1.tar.gz) = 4041886
Index: devel/fuel/pkg-descr
===================================================================
--- devel/fuel/pkg-descr
+++ devel/fuel/pkg-descr
@@ -1,4 +1,4 @@
-Fuel is a cross-platform GUI front-end to the excellent fossil SCM tool,
-implemented in Qt.
+Fuel is a cross-platform GUI front-end for the excellent Fossil SCM tool
+written in Qt.
-WWW: https://code.google.com/p/fuel-scm/
+WWW: https://fuel-scm.org/fossil/home
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 10, 3:38 PM (10 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28627865
Default Alt Text
D10199.id26819.diff (2 KB)
Attached To
Mode
D10199: Unbreak devel/fuel and update to 1.0.1
Attached
Detach File
Event Timeline
Log In to Comment