1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.7.5

This commit is contained in:
Marcus von Appen 2011-02-27 08:58:12 +00:00
parent bd5fd9cff7
commit e4dfb157b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269877
3 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= emelfm2
PORTVERSION= 0.7.4
PORTVERSION= 0.7.5
CATEGORIES= x11-fm
MASTER_SITES= http://emelfm2.net/rel/

View File

@ -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

View File

@ -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;