aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-06-14 17:05:50 +0800
committeritetcu <itetcu@FreeBSD.org>2006-06-14 17:05:50 +0800
commit01b6e72d23f684ed81a77e2de1edab0036dcffac (patch)
tree0c439275a41428eeb88b1c6b548e9eddd05925eb /x11-fm
parentf1e70a8e7e25b2479c1c843a0352e352dc6ab8bf (diff)
downloadfreebsd-ports-gnome-01b6e72d23f684ed81a77e2de1edab0036dcffac.tar.gz
freebsd-ports-gnome-01b6e72d23f684ed81a77e2de1edab0036dcffac.tar.zst
freebsd-ports-gnome-01b6e72d23f684ed81a77e2de1edab0036dcffac.zip
- Update to 1.4
- Remove now redundant patches PR: ports/98919 Submitted by: maintainer
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/jaffm/Makefile2
-rw-r--r--x11-fm/jaffm/distinfo6
-rw-r--r--x11-fm/jaffm/files/patch-filehandler.cpp14
-rw-r--r--x11-fm/jaffm/files/patch-settings.cpp8
-rw-r--r--x11-fm/jaffm/files/patch-timemonitor.h9
5 files changed, 4 insertions, 35 deletions
diff --git a/x11-fm/jaffm/Makefile b/x11-fm/jaffm/Makefile
index f51b71b2454e..19a53d62e6cd 100644
--- a/x11-fm/jaffm/Makefile
+++ b/x11-fm/jaffm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= jaffm
-PORTVERSION= 1.3.1
+PORTVERSION= 1.4
CATEGORIES= x11-fm
MASTER_SITES= http://binary.is/download/ \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
diff --git a/x11-fm/jaffm/distinfo b/x11-fm/jaffm/distinfo
index 1635d0dde495..dcab4579c920 100644
--- a/x11-fm/jaffm/distinfo
+++ b/x11-fm/jaffm/distinfo
@@ -1,3 +1,3 @@
-MD5 (jaffm-1.3.1.tar.bz2) = 425133bdb9086ab4517de679bda962a6
-SHA256 (jaffm-1.3.1.tar.bz2) = 3dc68e8c708ccc15369d9e8f1c4fb7d924f2b2ecf1a6529a6fde3fdcbb82e882
-SIZE (jaffm-1.3.1.tar.bz2) = 24357
+MD5 (jaffm-1.4.tar.bz2) = e8225dedb7a8e2d999175eb31924b8f0
+SHA256 (jaffm-1.4.tar.bz2) = 625021ec67bbd0313b5ad38e3abc6c27dc44ce1f7728870f18e37d30643949ba
+SIZE (jaffm-1.4.tar.bz2) = 17691
diff --git a/x11-fm/jaffm/files/patch-filehandler.cpp b/x11-fm/jaffm/files/patch-filehandler.cpp
deleted file mode 100644
index fdb581e5f0ae..000000000000
--- a/x11-fm/jaffm/files/patch-filehandler.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- filehandler.cpp.orig Sat Sep 17 17:28:48 2005
-+++ filehandler.cpp Sun May 21 20:00:02 2006
-@@ -1,5 +1,11 @@
- #include "filehandler.h"
-+#include <stdio.h>
-+#include <unistd.h>
- #include <sys/stat.h>
-+
-+#ifndef X_OK
-+#define X_OK 0x01
-+#endif
-
- bool UFileHandler::move(const std::string &sOriginal, const std::string &sDestination)
- {
diff --git a/x11-fm/jaffm/files/patch-settings.cpp b/x11-fm/jaffm/files/patch-settings.cpp
deleted file mode 100644
index d1a12caad720..000000000000
--- a/x11-fm/jaffm/files/patch-settings.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
---- settings.cpp.orig Sun Mar 27 14:36:58 2005
-+++ settings.cpp Sun May 21 19:56:07 2006
-@@ -1,3 +1,5 @@
-+#include <stdio.h>
-+
- #include "settings.h"
- #include "filehandler.h"
-
diff --git a/x11-fm/jaffm/files/patch-timemonitor.h b/x11-fm/jaffm/files/patch-timemonitor.h
deleted file mode 100644
index 6c9e2f03ba52..000000000000
--- a/x11-fm/jaffm/files/patch-timemonitor.h
+++ /dev/null
@@ -1,9 +0,0 @@
---- timemonitor.h.orig Mon Sep 22 14:54:23 2003
-+++ timemonitor.h Sun May 21 19:57:14 2006
-@@ -1,5 +1,6 @@
- #ifndef TIMEMONITOR_H
- #define TIMEMONITOR_H
-+#include <time.h>
- #include <string>
- #include <vector>
-