Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2006 16:03:22 +0200
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/97040: [maintainer update] mail/sylpheed-claws-vcalendar
Message-ID:  <1147183402.67518@blaviken.slowicza.org>
Resent-Message-ID: <200605091410.k49EAIO0018605@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97040
>Category:       ports
>Synopsis:       [maintainer update] mail/sylpheed-claws-vcalendar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 09 14:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 5.4-RELEASE-p14 i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE-p14 #3: Wed Apr 19 20:01:35 CEST 2006
    root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN



>Description:


- update to version 1.78
- remove obsolete patch
- update plist


>How-To-Repeat:





>Fix:


--- sc-vcalendar.diff begins here ---
diff -urN /usr/ports/mail/sylpheed-claws-vcalendar/Makefile sylpheed-claws-vcalendar/Makefile
--- /usr/ports/mail/sylpheed-claws-vcalendar/Makefile	Sat Apr 29 17:12:29 2006
+++ sylpheed-claws-vcalendar/Makefile	Tue May  9 14:54:03 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	vcalendar
-PORTVERSION=	1.71
+PORTVERSION=	1.78
 CATEGORIES=	mail
 MASTER_SITES=	http://claws.sylpheed.org/downloads/plugins/
 PKGNAMEPREFIX=	sylpheed-claws-
diff -urN /usr/ports/mail/sylpheed-claws-vcalendar/distinfo sylpheed-claws-vcalendar/distinfo
--- /usr/ports/mail/sylpheed-claws-vcalendar/distinfo	Sat Apr 29 17:12:29 2006
+++ sylpheed-claws-vcalendar/distinfo	Tue May  9 14:54:40 2006
@@ -1,3 +1,3 @@
-MD5 (vcalendar-1.71.tar.gz) = 96a72c8020c1458ee83d3cd9569a8f64
-SHA256 (vcalendar-1.71.tar.gz) = e5a11feeaf2791d20e207af04fd14d8458b0c5da5dc6a58b854c7ec84b51094e
-SIZE (vcalendar-1.71.tar.gz) = 664712
+MD5 (vcalendar-1.78.tar.gz) = c62e5b2d3b9a7b778feeb9f464cbcc67
+SHA256 (vcalendar-1.78.tar.gz) = 7874435b9ed771263f2012a40691e4e6d3bf52bed0e5a05e2c619b780345b565
+SIZE (vcalendar-1.78.tar.gz) = 669498
diff -urN /usr/ports/mail/sylpheed-claws-vcalendar/files/patch-configure.ac sylpheed-claws-vcalendar/files/patch-configure.ac
--- /usr/ports/mail/sylpheed-claws-vcalendar/files/patch-configure.ac	Sat Apr 29 17:12:29 2006
+++ sylpheed-claws-vcalendar/files/patch-configure.ac	Thu Jan  1 01:00:00 1970
@@ -1,30 +0,0 @@
---- configure.ac.orig	Mon Mar 27 09:54:25 2006
-+++ configure.ac	Sun Apr  9 17:03:45 2006
-@@ -41,10 +41,16 @@
- PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 2.0.0.94)
- AC_SUBST(SYLPHEED_CLAWS_CFLAGS)
- AC_SUBST(SYLPHEED_CLAWS_LIBS)
--SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
-+if test -z $prefix ; then
-+  SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
-+else
-+  SYLPHEED_CLAWS_PLUGINDIR=${prefix}/lib/sylpheed-claws/plugins
-+fi 
- AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR)
- 
--prefix=$( $PKG_CONFIG --variable=prefix sylpheed-claws )
-+if test -z $prefix ; then
-+  prefix=$( $PKG_CONFIG --variable=prefix sylpheed-claws )
-+fi
- localedir="${prefix}/share/locale"
- AC_ARG_WITH(localedir,
- 	[  --with-localedir=DIR    Locale directory],
-@@ -120,7 +126,7 @@
- AC_DEFINE(ICAL_SAFESAVES, 1, [safesaves])
- AC_DEFINE(ICAL_UNIX_NEWLINE, 1, [unix newline])
- 
--AC_CHECK_HEADERS(time.h sys/types.h assert.h)
-+AC_CHECK_HEADERS(time.h sys/types.h assert.h wchar.h)
- 
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
diff -urN /usr/ports/mail/sylpheed-claws-vcalendar/pkg-plist sylpheed-claws-vcalendar/pkg-plist
--- /usr/ports/mail/sylpheed-claws-vcalendar/pkg-plist	Sat Apr 29 17:12:29 2006
+++ sylpheed-claws-vcalendar/pkg-plist	Tue May  9 14:58:54 2006
@@ -7,6 +7,7 @@
 share/locale/fi/LC_MESSAGES/vcalendar.mo
 share/locale/fr/LC_MESSAGES/vcalendar.mo
 share/locale/it/LC_MESSAGES/vcalendar.mo
+share/locale/pl/LC_MESSAGES/vcalendar.mo
 share/locale/pt_BR/LC_MESSAGES/vcalendar.mo
 share/locale/sk/LC_MESSAGES/vcalendar.mo
 share/locale/sr/LC_MESSAGES/vcalendar.mo
--- sc-vcalendar.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1147183402.67518>