summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2010-03-07 17:26:09 +0000
committerMarcus von Appen <mva@FreeBSD.org>2010-03-07 17:26:09 +0000
commitfdaabe1c73000969790cd56225525c1b9a4417d0 (patch)
treed041bc547cf7f073c0e2ac6ec2d2f96e3118e8bb /x11-fm
parentUpdate to 1.28 (diff)
- Update to 0.7.2
Notes
Notes: svn path=/head/; revision=250667
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/emelfm2/Makefile3
-rw-r--r--x11-fm/emelfm2/distinfo6
-rw-r--r--x11-fm/emelfm2/files/patch-Makefile8
3 files changed, 8 insertions, 9 deletions
diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile
index bb8683aefdcf..d8f5a90c18ec 100644
--- a/x11-fm/emelfm2/Makefile
+++ b/x11-fm/emelfm2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= emelfm2
-PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTVERSION= 0.7.2
CATEGORIES= x11-fm
MASTER_SITES= http://emelfm2.net/rel/
diff --git a/x11-fm/emelfm2/distinfo b/x11-fm/emelfm2/distinfo
index 2e1c33c67cd0..9b69f7583870 100644
--- a/x11-fm/emelfm2/distinfo
+++ b/x11-fm/emelfm2/distinfo
@@ -1,3 +1,3 @@
-MD5 (emelfm2-0.7.1.tar.bz2) = 33d3861e23dbce5e2a0cb0e921f9109c
-SHA256 (emelfm2-0.7.1.tar.bz2) = be808b2764899e3b608092e739214310f207bac4cffc08bff6d7d94e304fb59b
-SIZE (emelfm2-0.7.1.tar.bz2) = 1049182
+MD5 (emelfm2-0.7.2.tar.bz2) = 42533b4cc315099fd44a050a25cc6fe2
+SHA256 (emelfm2-0.7.2.tar.bz2) = 0e655d8212a3f3002a337863b2e841f4cedfef1dc704939535278392c3cfe912
+SIZE (emelfm2-0.7.2.tar.bz2) = 1053920
diff --git a/x11-fm/emelfm2/files/patch-Makefile b/x11-fm/emelfm2/files/patch-Makefile
index 47f9634a3211..43b3020f8282 100644
--- a/x11-fm/emelfm2/files/patch-Makefile
+++ b/x11-fm/emelfm2/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-05-05 17:59:32.000000000 +0200
-+++ Makefile 2009-05-06 21:49:06.000000000 +0200
-@@ -213,7 +213,7 @@
+--- 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()
@@ -9,7 +9,7 @@
ifeq ($(USE_FAM),1)
lLIBS += -lfam
endif
-@@ -247,10 +247,6 @@
+@@ -266,10 +266,6 @@
@for file in `ls $(ICONS)/ |grep -v svn`; do \
install -m 644 $(ICONS)/$$file $(ICON_DIR); \
done