aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/emelfm2
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2011-02-27 08:58:12 +0000
committerMarcus von Appen <mva@FreeBSD.org>2011-02-27 08:58:12 +0000
commite4dfb157b4c1643df94ddcee0ad6efcd202ed3e2 (patch)
tree1f224975267c3504bfb5a8ee531b78a400143928 /x11-fm/emelfm2
parentbd5fd9cff7de04d2cfbcbaf796e13a14b563ba95 (diff)
downloadports-e4dfb157b4c1643df94ddcee0ad6efcd202ed3e2.tar.gz
ports-e4dfb157b4c1643df94ddcee0ad6efcd202ed3e2.zip
Notes
Diffstat (limited to 'x11-fm/emelfm2')
-rw-r--r--x11-fm/emelfm2/Makefile2
-rw-r--r--x11-fm/emelfm2/distinfo4
-rw-r--r--x11-fm/emelfm2/files/patch-Makefile24
3 files changed, 15 insertions, 15 deletions
diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile
index b0a7dae246b1..1b40d6a6ac6e 100644
--- a/x11-fm/emelfm2/Makefile
+++ b/x11-fm/emelfm2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= emelfm2
-PORTVERSION= 0.7.4
+PORTVERSION= 0.7.5
CATEGORIES= x11-fm
MASTER_SITES= http://emelfm2.net/rel/
diff --git a/x11-fm/emelfm2/distinfo b/x11-fm/emelfm2/distinfo
index 7e0ce69311f9..8c0180565749 100644
--- a/x11-fm/emelfm2/distinfo
+++ b/x11-fm/emelfm2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (emelfm2-0.7.4.tar.bz2) = fa14f7d42c693b70ee2b6b3effef8cc571c19ae38ce1df1cbb6da90d5e95513c
-SIZE (emelfm2-0.7.4.tar.bz2) = 1069514
+SHA256 (emelfm2-0.7.5.tar.bz2) = 6dcd2ca2695f0ceb442a8390558580a19d4fb66d1d89e2b103696a6d4e68ac2c
+SIZE (emelfm2-0.7.5.tar.bz2) = 1055510
diff --git a/x11-fm/emelfm2/files/patch-Makefile b/x11-fm/emelfm2/files/patch-Makefile
index 43b3020f8282..fc08e9cb4a27 100644
--- a/x11-fm/emelfm2/files/patch-Makefile
+++ b/x11-fm/emelfm2/files/patch-Makefile
@@ -1,15 +1,15 @@
---- Makefile.orig 2010-03-04 19:18:39.000000000 +0100
-+++ Makefile 2010-03-04 19:19:42.000000000 +0100
-@@ -228,7 +228,7 @@
-
- #setup linking
- # -lrt needed for clock_gettime()
--lLIBS = $(shell pkg-config --libs gtk+-2.0 gthread-2.0 gmodule-2.0) -lrt
-+lLIBS = $(shell pkg-config --libs gtk+-2.0 gthread-2.0 gmodule-2.0)
- ifeq ($(USE_FAM),1)
- lLIBS += -lfam
+--- Makefile.orig 2011-02-03 23:47:50.000000000 +0100
++++ Makefile 2011-02-20 08:50:16.000000000 +0100
+@@ -236,8 +236,6 @@
+ else
+ lLIBS += $(shell pkg-config --libs gthread-2.0 gmodule-2.0)
endif
-@@ -266,10 +266,6 @@
+-# -lrt needed for clock_gettime()
+-lLIBS += -lrt
+ ifeq ($(USE_GAMIN), 1)
+ #gamin code is a superset of FAM code, so gamin needs fam as well
+ lLIBS += -lfam
+@@ -277,10 +275,6 @@
@for file in `ls $(ICONS)/ |grep -v svn`; do \
install -m 644 $(ICONS)/$$file $(ICON_DIR); \
done
@@ -19,4 +19,4 @@
- done
@install -d $(MAN_DIR)
@install -m 644 $(DOCS)/$(TARGET).1 $(MAN_DIR);
- # @bzip2 -f $(MAN_DIR)/$(TARGET).1;
+