diff options
author | rafan <rafan@FreeBSD.org> | 2006-11-22 23:42:17 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-11-22 23:42:17 +0800 |
commit | 7c7cdf12ec5d9bf85521183baad7bb24a0f67a26 (patch) | |
tree | d7b6f137c6e8451471ea48df9f3dda199c265876 /x11-fm | |
parent | 93e80469c66e8849123b8a402d74d3c416986523 (diff) | |
download | freebsd-ports-gnome-7c7cdf12ec5d9bf85521183baad7bb24a0f67a26.tar.gz freebsd-ports-gnome-7c7cdf12ec5d9bf85521183baad7bb24a0f67a26.tar.zst freebsd-ports-gnome-7c7cdf12ec5d9bf85521183baad7bb24a0f67a26.zip |
- Update 0.3.1
PR: ports/105747
Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/emelfm2/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/emelfm2/distinfo | 6 | ||||
-rw-r--r-- | x11-fm/emelfm2/files/patch-Makefile | 16 |
3 files changed, 16 insertions, 8 deletions
diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile index 0089547e299c..90535a6651dd 100644 --- a/x11-fm/emelfm2/Makefile +++ b/x11-fm/emelfm2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= emelfm2 -PORTVERSION= 0.3 +PORTVERSION= 0.3.1 CATEGORIES= x11-fm MASTER_SITES= http://www.emelfm2.net/rel/ \ ${MASTER_SITE_LOCAL} diff --git a/x11-fm/emelfm2/distinfo b/x11-fm/emelfm2/distinfo index a41844a44b33..12f23bdba208 100644 --- a/x11-fm/emelfm2/distinfo +++ b/x11-fm/emelfm2/distinfo @@ -1,3 +1,3 @@ -MD5 (emelfm2-0.3.tar.gz) = bde57eb21e9867843fa43d1982af72b4 -SHA256 (emelfm2-0.3.tar.gz) = a5bd3dee849c9dee1952dca6b20c74d6b8ebd71066c7f2a200ebf7fd6a631cc7 -SIZE (emelfm2-0.3.tar.gz) = 905759 +MD5 (emelfm2-0.3.1.tar.gz) = c246141755a3c89137f307ce56c3c456 +SHA256 (emelfm2-0.3.1.tar.gz) = 0cc4d068f54babb02237665e5c7fc0c39141e6d97060ce46c2a7191779eefd4d +SIZE (emelfm2-0.3.1.tar.gz) = 888683 diff --git a/x11-fm/emelfm2/files/patch-Makefile b/x11-fm/emelfm2/files/patch-Makefile index 1f3e803b117b..141f603906a6 100644 --- a/x11-fm/emelfm2/files/patch-Makefile +++ b/x11-fm/emelfm2/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Nov 3 00:35:33 2006 -+++ Makefile Fri Nov 3 00:36:25 2006 +--- Makefile.orig Tue Nov 14 23:36:30 2006 ++++ Makefile Wed Nov 22 12:54:18 2006 @@ -57,7 +57,7 @@ endif ICON_DIR ?= $(PREFIX)/share/pixmaps/$(TARGET)/ @@ -9,10 +9,18 @@ OBJECTS_DIR = objs # object directories that have to be created -@@ -147,10 +147,10 @@ +@@ -147,17 +147,17 @@ + + lLDFLAGS = $(LDFLAGS) + # -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 endif + ifeq ($(EDITOR_SPELLCHECK),1) + lLIBS += -lgtkspell + endif -ifeq ($(OPSY),FreeBSD) - OSREL = $(shell sysctl -n kern.osreldate) - lLIBS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi) @@ -24,7 +32,7 @@ .PHONY: all plugins install install_plugins uninstall uninstall_plugins doc \ clean deps marshals gettext i18n install_i18n uninstall_i18n \ -@@ -175,7 +175,6 @@ +@@ -182,7 +182,6 @@ done @install -d $(MAN_DIR) @install -m 644 docs/$(TARGET).1 $(MAN_DIR); |