svn commit: r418798 - in head/deskutils/fet: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 19 14:39:41 UTC 2016
Author: amdmi3
Date: Tue Jul 19 14:39:39 2016
New Revision: 418798
URL: https://svnweb.freebsd.org/changeset/ports/418798
Log:
- Update to 5.30.1
- While here, cosmetic fixes and regenerate patch
PR: 211215
Submitted by: udvzsolt at gmail.com (maintainer)
Modified:
head/deskutils/fet/Makefile
head/deskutils/fet/distinfo
head/deskutils/fet/files/patch-src__engine__timeconstraint.cpp
Modified: head/deskutils/fet/Makefile
==============================================================================
--- head/deskutils/fet/Makefile Tue Jul 19 14:37:44 2016 (r418797)
+++ head/deskutils/fet/Makefile Tue Jul 19 14:39:39 2016 (r418798)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fet
-PORTVERSION= 5.29.4
+PORTVERSION= 5.30.1
CATEGORIES= deskutils kde
MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \
http://lalescu.ro/liviu/fet/download/old/ \
@@ -39,7 +39,7 @@ ONLYCL_USE_OFF= qt4=gui,network
ONLYCL_INSTALL_TARGET_OFF= ${WRKSRC}/fet
post-patch:
- ${REINPLACE_CMD} -e 's|/usr/share/fet|${DATADIR}|g' \
+ @${REINPLACE_CMD} -e 's|/usr/share/fet|${DATADIR}|g' \
${WRKSRC}/src/interface/fet.cpp
do-install:
@@ -51,6 +51,6 @@ do-install:
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \. ${STAGEDIR}${EXAMPLESDIR}
+ cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
Modified: head/deskutils/fet/distinfo
==============================================================================
--- head/deskutils/fet/distinfo Tue Jul 19 14:37:44 2016 (r418797)
+++ head/deskutils/fet/distinfo Tue Jul 19 14:39:39 2016 (r418798)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465379253
-SHA256 (fet-5.29.4.tar.bz2) = 36eab10da61ade59826f274f35f57daff81c60cdc24d4d1ec25b20a7ed59af2f
-SIZE (fet-5.29.4.tar.bz2) = 10073514
+TIMESTAMP = 1468911589
+SHA256 (fet-5.30.1.tar.bz2) = c9ee88081ba08a4832509f5898d17da599608fbabc57ecec4cb6a0a2a2647404
+SIZE (fet-5.30.1.tar.bz2) = 10183864
Modified: head/deskutils/fet/files/patch-src__engine__timeconstraint.cpp
==============================================================================
--- head/deskutils/fet/files/patch-src__engine__timeconstraint.cpp Tue Jul 19 14:37:44 2016 (r418797)
+++ head/deskutils/fet/files/patch-src__engine__timeconstraint.cpp Tue Jul 19 14:39:39 2016 (r418798)
@@ -1,6 +1,6 @@
---- ./src/engine/timeconstraint.cpp.orig 2014-02-01 14:51:03.804739136 +0100
-+++ ./src/engine/timeconstraint.cpp 2014-02-01 14:51:46.994628354 +0100
-@@ -42,6 +42,7 @@
+--- src/engine/timeconstraint.cpp.orig 2016-04-09 13:57:44 UTC
++++ src/engine/timeconstraint.cpp
+@@ -39,6 +39,7 @@ File timeconstraint.cpp
//for min max functions
#include <algorithm>
More information about the svn-ports-all
mailing list