summaryrefslogtreecommitdiff
path: root/misc/uf-view
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 10:36:14 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 10:36:14 +0000
commit75196256546faa43a18598b530952c704e4ae54f (patch)
tree1ccf6632d8e5446508e2f086f374a2dad0f9bcc9 /misc/uf-view
parentnote that vlog has little advantages over less (diff)
upgrade to 1.6.1
PR: 36918 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61935
Diffstat (limited to 'misc/uf-view')
-rw-r--r--misc/uf-view/Makefile2
-rw-r--r--misc/uf-view/distinfo2
-rw-r--r--misc/uf-view/files/patch-Makefile.in16
-rw-r--r--misc/uf-view/files/patch-uf-view.c49
4 files changed, 13 insertions, 56 deletions
diff --git a/misc/uf-view/Makefile b/misc/uf-view/Makefile
index 7df7dcdf88b7..0377d67e9766 100644
--- a/misc/uf-view/Makefile
+++ b/misc/uf-view/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= uf-view
-PORTVERSION= 1.4.2
+PORTVERSION= 1.6.1
CATEGORIES= misc
MASTER_SITES= http://hadess.net/files/
diff --git a/misc/uf-view/distinfo b/misc/uf-view/distinfo
index 00f9d4d751a7..b90076676afa 100644
--- a/misc/uf-view/distinfo
+++ b/misc/uf-view/distinfo
@@ -1 +1 @@
-MD5 (uf-view-1.4.2.tar.gz) = 36917754a13b06b0bbe183b7cab3a443
+MD5 (uf-view-1.6.1.tar.gz) = cd8f5584239bc042f6696f7eb82de077
diff --git a/misc/uf-view/files/patch-Makefile.in b/misc/uf-view/files/patch-Makefile.in
index fc359058fb76..41425826694c 100644
--- a/misc/uf-view/files/patch-Makefile.in
+++ b/misc/uf-view/files/patch-Makefile.in
@@ -1,8 +1,5 @@
-
-$FreeBSD$
-
---- Makefile.in 2001/05/30 20:07:13 1.1
-+++ Makefile.in 2001/05/30 20:07:31
+--- Makefile.in.orig Sun Feb 17 12:58:34 2002
++++ Makefile.in Sun Feb 17 12:59:39 2002
@@ -120,7 +120,7 @@
uf_view_SOURCES = uf-gui.c uf-gui.h uf-view.c uf-view.h
@@ -12,3 +9,12 @@ $FreeBSD$
EXTRA_DIST = uf-view.desktop $(foo_DATA) uf-view.spec.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+@@ -130,7 +130,7 @@
+ PROGRAMS = $(bin_PROGRAMS)
+
+
+-DEFS = @DEFS@ -I. -I$(srcdir) -I.
++DEFS = @DEFS@ -I. -I$(srcdir) -I. -I/usr/X11R6/include/gnome-vfs-1.0
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
diff --git a/misc/uf-view/files/patch-uf-view.c b/misc/uf-view/files/patch-uf-view.c
deleted file mode 100644
index 911f76bce7ed..000000000000
--- a/misc/uf-view/files/patch-uf-view.c
+++ /dev/null
@@ -1,49 +0,0 @@
-
-$FreeBSD$
-
---- uf-view.c.orig Sun May 13 21:13:07 2001
-+++ uf-view.c Wed May 30 22:57:40 2001
-@@ -98,7 +98,7 @@
- if (url != NULL)
- {
- gchar foo[100] = "/tmp/ufXXXXXX";
-- mktemp(foo);
-+ mkstemp(foo);
-
- appbar_send_msg(_("Fetching %s"), url);
-
-@@ -206,6 +206,7 @@
- const gchar *authors[] = {
- ("Bastien Nocera <hadess@hadess.net>"),
- ("Robert Brady <rwb197@ecs.soton.ac.uk>"),
-+ ("Drew Ogle <daliegri@wam.umd.edu>"),
- NULL,
- };
-
-@@ -239,7 +240,7 @@
- void on_today_button_clicked(GtkWidget * button, gpointer user_data)
- {
- struct tm *time_struct;
-- glong curtime;
-+ time_t curtime;
- gint month, year, day;
-
- curtime = time(0);
-@@ -383,7 +384,7 @@
- gchar foo[100] = "/tmp/ufXXXXXX";
-
- /* Initialise */
-- mktemp(foo);
-+ mkstemp(foo);
-
- if (date_error(year, month, day, 1997, 9, 17) == TRUE) {
- show_error(_("User Friendly did not exist at that time.\nPlease choose a later date."));
-@@ -466,7 +467,7 @@
- gchar foo[100] = "/tmp/ufXXXXXX";
-
- /* Initialise */
-- mktemp(foo);
-+ mkstemp(foo);
-
- if (date_error(year, month, day, 2000, 3, 17) == TRUE) {
- show_error(_("This Penny Arcade's stuff's too old.\nPlease choose a later date."));