summaryrefslogtreecommitdiff
path: root/news/pan2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-15 18:27:35 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-15 18:27:35 +0000
commitf560dad0b13d0ebc61caed40ba220af24240a490 (patch)
treeb208ddd28350eb3dfef4ab3b517d0e5d9d6087ca /news/pan2
parento House a known good ffmpeg CVS snapshot under MASTER_SITE_LOCAL (diff)
Update to 0.13.1.
Submitted by: Martin Klaffenböck <martin.klaffenboeck@gmx.at>
Notes
Notes: svn path=/head/; revision=68112
Diffstat (limited to 'news/pan2')
-rw-r--r--news/pan2/Makefile3
-rw-r--r--news/pan2/distinfo2
-rw-r--r--news/pan2/files/patch-Makefile12
-rw-r--r--news/pan2/files/patch-configure67
4 files changed, 8 insertions, 76 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile
index decb8539daef..7d2b6521ee5b 100644
--- a/news/pan2/Makefile
+++ b/news/pan2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pan2
-PORTVERSION= 0.13.0
-PORTREVISION= 1
+PORTVERSION= 0.13.1
CATEGORIES= news gnome
MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \
http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ \
diff --git a/news/pan2/distinfo b/news/pan2/distinfo
index bce256572d91..6e8ca5ce5618 100644
--- a/news/pan2/distinfo
+++ b/news/pan2/distinfo
@@ -1 +1 @@
-MD5 (gnome2/pan-0.13.0.tar.bz2) = c1e6bb1c6f3fbb52dccd79d1f5dfbadd
+MD5 (gnome2/pan-0.13.1.tar.bz2) = 7c46a27d30fc3f83ada9efd0d2df7509
diff --git a/news/pan2/files/patch-Makefile b/news/pan2/files/patch-Makefile
index b2ac9e43e33a..48b7bf95ae2e 100644
--- a/news/pan2/files/patch-Makefile
+++ b/news/pan2/files/patch-Makefile
@@ -1,9 +1,9 @@
---- Makefile.in.orig Mon Aug 19 14:13:49 2002
-+++ Makefile.in Mon Aug 19 14:13:55 2002
-@@ -123,7 +123,7 @@
- am__include = @am__include@
- am__quote = @am__quote@
- install_sh = @install_sh@
+--- Makefile.in.orig Tue Oct 15 12:25:00 2002
++++ Makefile.in Tue Oct 15 12:25:36 2002
+@@ -107,7 +107,7 @@
+ XML_CFLAGS = @XML_CFLAGS@
+ XML_LIBS = @XML_LIBS@
+
-SUBDIRS = po gmime pan docs tests
+SUBDIRS = po gmime pan docs
diff --git a/news/pan2/files/patch-configure b/news/pan2/files/patch-configure
deleted file mode 100644
index 476ac06cf405..000000000000
--- a/news/pan2/files/patch-configure
+++ /dev/null
@@ -1,67 +0,0 @@
---- configure.orig Sat Aug 17 21:58:03 2002
-+++ configure Fri Aug 23 15:34:49 2002
-@@ -6611,7 +6611,7 @@
- echo $ECHO_N "checking GLIB_LIBS... $ECHO_C" >&6
- GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.0.4
- gobject-2.0 >= 2.0.4
-- gthread-2.0 >= 2.0.4"`
-+ gthread-2.0 >= 2.0.4" | sed -e 's|-Wl,--export-dynamic||g'`
- echo "$as_me:$LINENO: result: $GLIB_LIBS" >&5
- echo "${ECHO_T}$GLIB_LIBS" >&6
- else
-@@ -6718,7 +6718,7 @@
-
- echo "$as_me:$LINENO: checking GTK_LIBS" >&5
- echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6
-- GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.5"`
-+ GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.5" | sed -e 's|-Wl,--export-dynamic||g'`
- echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
- echo "${ECHO_T}$GTK_LIBS" >&6
- else
-@@ -6819,7 +6819,7 @@
-
- echo "$as_me:$LINENO: checking XML_LIBS" >&5
- echo $ECHO_N "checking XML_LIBS... $ECHO_C" >&6
-- XML_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.4.22"`
-+ XML_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.4.22" | sed -e 's|-Wl,--export-dynamic||g'`
- echo "$as_me:$LINENO: result: $XML_LIBS" >&5
- echo "${ECHO_T}$XML_LIBS" >&6
- else
-@@ -6915,23 +6915,23 @@
- else
- PKG_CONFIG_MIN_VERSION=0.9.0
- if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
-- echo "$as_me:$LINENO: checking for gtkspell-2.0 = 2.0.0" >&5
--echo $ECHO_N "checking for gtkspell-2.0 = 2.0.0... $ECHO_C" >&6
-+ echo "$as_me:$LINENO: checking for gtkspell-2.0 >= 2.0.0" >&5
-+echo $ECHO_N "checking for gtkspell-2.0 >= 2.0.0... $ECHO_C" >&6
-
-- if $PKG_CONFIG --exists "gtkspell-2.0 = 2.0.0" ; then
-+ if $PKG_CONFIG --exists "gtkspell-2.0 >= 2.0.0" ; then
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
- succeeded=yes
-
- echo "$as_me:$LINENO: checking GTKSPELL_CFLAGS" >&5
- echo $ECHO_N "checking GTKSPELL_CFLAGS... $ECHO_C" >&6
-- GTKSPELL_CFLAGS=`$PKG_CONFIG --cflags "gtkspell-2.0 = 2.0.0"`
-+ GTKSPELL_CFLAGS=`$PKG_CONFIG --cflags "gtkspell-2.0 >= 2.0.0"`
- echo "$as_me:$LINENO: result: $GTKSPELL_CFLAGS" >&5
- echo "${ECHO_T}$GTKSPELL_CFLAGS" >&6
-
- echo "$as_me:$LINENO: checking GTKSPELL_LIBS" >&5
- echo $ECHO_N "checking GTKSPELL_LIBS... $ECHO_C" >&6
-- GTKSPELL_LIBS=`$PKG_CONFIG --libs "gtkspell-2.0 = 2.0.0"`
-+ GTKSPELL_LIBS=`$PKG_CONFIG --libs "gtkspell-2.0 >= 2.0.0" | sed -e 's|-Wl,--export-dynamic||g'`
- echo "$as_me:$LINENO: result: $GTKSPELL_LIBS" >&5
- echo "${ECHO_T}$GTKSPELL_LIBS" >&6
- else
-@@ -6939,7 +6939,7 @@
- GTKSPELL_LIBS=""
- ## If we have a custom action on failure, don't print errors, but
- ## do set a variable so people can do so.
-- GTKSPELL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtkspell-2.0 = 2.0.0"`
-+ GTKSPELL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtkspell-2.0 >= 2.0.0"`
-
- fi
-