Date: Sun, 16 Jun 2002 20:21:24 +0200 (CEST) From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39372: maintainer update: mail/sylpheed-claws to upstream version 0.7.8 Message-ID: <200206161821.g5GILO9q041526@elevation.uni.stoert.net>
next in thread | raw e-mail | index | archive | help
>Number: 39372 >Category: ports >Synopsis: maintainer update: mail/sylpheed-claws to upstream version 0.7.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 16 11:30:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD elevation.uni.stoert.net 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #4: Wed May 15 11:13:56 CEST 2002 corecode@elevation.zuhause.stoert.net:/usr/obj/i386/k7/usr/src/sys/ELEVATION i386 >Description: o update to upstream version 0.7.8 o now depend on gettext because of recent upstream changes o depend on new gpgme lib version o use new REINPLACE_CMD >How-To-Repeat: >Fix: Index: sylpheed-claws/Makefile =================================================================== RCS file: /usr/local/cvs/ports/sylpheed-claws/Makefile,v retrieving revision 1.12 retrieving revision 1.15 diff -u -r1.12 -r1.15 --- sylpheed-claws/Makefile 5 Jun 2002 02:12:53 -0000 1.12 +++ sylpheed-claws/Makefile 16 Jun 2002 17:46:38 -0000 1.15 @@ -6,7 +6,7 @@ # PORTNAME= sylpheed-claws -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.8 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -17,6 +17,8 @@ MAINTAINER= corecode@corecode.ath.cx +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext + THEMEVERSION= 2 THEMEFILE= sylpheed-theme-pak${THEMEVERSION}${EXTRACT_SUFX} @@ -26,8 +28,7 @@ USE_LIBTOOL= yes USE_GTK= yes -CONFIGURE_ARGS= --program-suffix="-claws" --with-included-gettext \ - --enable-ipv6 +CONFIGURE_ARGS= --program-suffix="-claws" --enable-ipv6 CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" @@ -40,7 +41,7 @@ CONFIGURE_ARGS+= --disable-gdk-pixbuf .endif .if defined(WITH_GPGME) || defined(WITH_ALL) -LIB_DEPENDS+= gpgme.5:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.8:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+= --enable-gpgme .endif @@ -103,10 +104,10 @@ .endif post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" \ + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl .if defined(NOPORTDOCS) - @${PERL} -pi -e 's|^(SUBDIRS = .*)manual faq (.*)|\1\2|' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|^(SUBDIRS = .*)manual faq (.*)|\1\2|' ${WRKSRC}/Makefile.in .endif pre-build: Index: sylpheed-claws/distinfo =================================================================== RCS file: /usr/local/cvs/ports/sylpheed-claws/distinfo,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sylpheed-claws/distinfo 3 Jun 2002 23:27:04 -0000 1.6 +++ sylpheed-claws/distinfo 16 Jun 2002 17:46:38 -0000 1.7 @@ -1,2 +1,2 @@ -MD5 (sylpheed-0.7.6claws.tar.bz2) = e80a700478b01a00170864c7b59d910e +MD5 (sylpheed-0.7.8claws.tar.bz2) = 94724f28b92a20297783aa29625b558c MD5 (sylpheed-theme-pak2.tar.bz2) = e62d7a6188d1212e0ceac8ed7aaecd62 Index: sylpheed-claws/pkg-plist =================================================================== RCS file: /usr/local/cvs/ports/sylpheed-claws/pkg-plist,v retrieving revision 1.5 retrieving revision 1.7 diff -u -r1.5 -r1.7 --- sylpheed-claws/pkg-plist 3 Jun 2002 23:27:04 -0000 1.5 +++ sylpheed-claws/pkg-plist 16 Jun 2002 18:14:35 -0000 1.7 @@ -2,7 +2,6 @@ bin/sylpheed-switcher bin/sylprint.pl etc/sylprint.rc.example -lib/charset.alias %%PORTDOCS%%share/doc/sylpheed-claws/NEWS %%PORTDOCS%%share/doc/sylpheed-claws/README %%PORTDOCS%%share/doc/sylpheed-claws/README.claws @@ -145,7 +144,6 @@ share/locale/it/LC_MESSAGES/sylpheed-claws.mo share/locale/ja/LC_MESSAGES/sylpheed-claws.mo share/locale/ko/LC_MESSAGES/sylpheed-claws.mo -share/locale/locale.alias share/locale/nl/LC_MESSAGES/sylpheed-claws.mo share/locale/pl/LC_MESSAGES/sylpheed-claws.mo share/locale/pt_BR/LC_MESSAGES/sylpheed-claws.mo Index: sylpheed-claws/files/patch-configure =================================================================== RCS file: /usr/local/cvs/ports/sylpheed-claws/files/patch-configure,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sylpheed-claws/files/patch-configure 30 Apr 2002 17:32:39 -0000 1.4 +++ sylpheed-claws/files/patch-configure 16 Jun 2002 18:03:52 -0000 1.5 @@ -1,26 +1,26 @@ ---- configure.orig Sun Apr 28 09:44:55 2002 -+++ configure Tue Apr 30 14:53:48 2002 -@@ -758,7 +758,7 @@ - fi - +--- configure.orig Sat Jun 15 16:50:09 2002 ++++ configure Sun Jun 16 19:46:53 2002 +@@ -1172,7 +1172,7 @@ + PATH_SEPARATOR="$ac_path_separator" + rm -f conftest.sh -PACKAGE=sylpheed +PACKAGE=sylpheed-claws MAJOR_VERSION=0 MINOR_VERSION=7 -@@ -1148,7 +1148,7 @@ - fi +@@ -1612,7 +1612,7 @@ + fi -if test -d "$gnomedir"; then +if false; then SYLPHEED_GNOME_TRUE= SYLPHEED_GNOME_FALSE='#' else -@@ -7479,9 +7479,9 @@ - localedir='${prefix}/${DATADIRNAME}/locale' +@@ -10019,9 +10019,9 @@ + localedir='${prefix}/${DATADIRNAME}/locale' -manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual' +manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual' @@ -28,9 +28,9 @@ -faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq' +faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq' - if test "x${datadir}" = 'x${prefix}/share'; then -@@ -8948,7 +8948,7 @@ + if test "x${prefix}" = "xNONE"; then +@@ -11633,7 +11633,7 @@ if test "$ac_cv_enable_ldap" = yes; then CFLAGS="$CFLAGS `$GLIB_CONFIG --cflags gthread`" @@ -38,4 +38,4 @@ + LIBS="$LIBS -lldap -llber ${PTHREAD_LIBS} `$GLIB_CONFIG --libs gthread`" fi else - echo "$ac_t""no" 1>&6 + echo "$as_me:11639: result: no" >&5 cvs server: sylpheed-claws/files/patch-src-send.c was removed, no comparison available >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206161821.g5GILO9q041526>