diff options
author | mva <mva@FreeBSD.org> | 2011-02-27 16:58:12 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2011-02-27 16:58:12 +0800 |
commit | 09e5beb8d65693c38aefca054abc9c7663720e7d (patch) | |
tree | 959d578f27e8858ba09ce4c822d0a36a2ec18884 /x11-fm/emelfm2 | |
parent | 32fdd622e2d87e248720825901bd7fb7a87b95e0 (diff) | |
download | freebsd-ports-gnome-09e5beb8d65693c38aefca054abc9c7663720e7d.tar.gz freebsd-ports-gnome-09e5beb8d65693c38aefca054abc9c7663720e7d.tar.zst freebsd-ports-gnome-09e5beb8d65693c38aefca054abc9c7663720e7d.zip |
- Update to 0.7.5
Diffstat (limited to 'x11-fm/emelfm2')
-rw-r--r-- | x11-fm/emelfm2/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/emelfm2/distinfo | 4 | ||||
-rw-r--r-- | x11-fm/emelfm2/files/patch-Makefile | 24 |
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; + |