Index: head/mail/sylpheed/Makefile =================================================================== --- head/mail/sylpheed/Makefile (revision 70177) +++ head/mail/sylpheed/Makefile (revision 70178) @@ -1,106 +1,106 @@ # New ports collection makefile for: sylpheed # Date created: 15 June 2000 # Whom: shigeri # # $FreeBSD$ # PORTNAME= sylpheed -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ MAINTAINER= lehmann@ans-netz.de USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext .include .if defined(WITH_PIXBUF) LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf CONFIGURE_ARGS+=--disable-imlib .else USE_IMLIB= yes CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else CONFIGURE_ARGS+=--disable-gpgme .endif .if defined(WITH_COMPFACE) LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces CONFIGURE_ARGS+=--enable-compface .else CONFIGURE_ARGS+=--disable-compface .endif .if defined(WITH_JCONV) LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv CONFIGURE_ARGS+=--enable-jconv .else CONFIGURE_ARGS+=--disable-jconv .endif .if defined(WITH_JPILOT) LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot .else CONFIGURE_ARGS+= --disable-jpilot .endif .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 CONFIGURE_ARGS+=--enable-ldap .else CONFIGURE_ARGS+=--disable-ldap .endif .if !defined(WITHOUT_SSL) USE_OPENSSL= yes CONFIGURE_ARGS+=--enable-ssl .else CONFIGURE_ARGS+=--disable-ssl .endif pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" @${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support" @${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME." @${ECHO} " WITH_COMPFACE=yes Enable X-Face support." @${ECHO} " WITH_JCONV=yes Enable Japanese charset conversion" @${ECHO} " library libjconv." @${ECHO} " WITH_JPILOT=yes Enable JPilot support." @${ECHO} " WITH_LDAP=yes Enable LDAP support." @${ECHO} "" @${ECHO} " WITHOUT_SSL=yes Disable OpenSSL support." @${ECHO} "" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g' ${WRKSRC}/configure pre-build: ${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ChangeLog INSTALL README TODO @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} .endfor .endif .include Property changes on: head/mail/sylpheed/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.47 \ No newline at end of property +1.48 \ No newline at end of property Index: head/mail/sylpheed/distinfo =================================================================== --- head/mail/sylpheed/distinfo (revision 70177) +++ head/mail/sylpheed/distinfo (revision 70178) @@ -1 +1 @@ -MD5 (sylpheed-0.8.5.tar.bz2) = e603c1c48c2932d595b775354b550c2e +MD5 (sylpheed-0.8.6.tar.bz2) = cb01f8397c5a1f4dd50e401424f9527d Property changes on: head/mail/sylpheed/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/mail/sylpheed2/Makefile =================================================================== --- head/mail/sylpheed2/Makefile (revision 70177) +++ head/mail/sylpheed2/Makefile (revision 70178) @@ -1,106 +1,106 @@ # New ports collection makefile for: sylpheed # Date created: 15 June 2000 # Whom: shigeri # # $FreeBSD$ # PORTNAME= sylpheed -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ MAINTAINER= lehmann@ans-netz.de USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext .include .if defined(WITH_PIXBUF) LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf CONFIGURE_ARGS+=--disable-imlib .else USE_IMLIB= yes CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else CONFIGURE_ARGS+=--disable-gpgme .endif .if defined(WITH_COMPFACE) LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces CONFIGURE_ARGS+=--enable-compface .else CONFIGURE_ARGS+=--disable-compface .endif .if defined(WITH_JCONV) LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv CONFIGURE_ARGS+=--enable-jconv .else CONFIGURE_ARGS+=--disable-jconv .endif .if defined(WITH_JPILOT) LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot .else CONFIGURE_ARGS+= --disable-jpilot .endif .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 CONFIGURE_ARGS+=--enable-ldap .else CONFIGURE_ARGS+=--disable-ldap .endif .if !defined(WITHOUT_SSL) USE_OPENSSL= yes CONFIGURE_ARGS+=--enable-ssl .else CONFIGURE_ARGS+=--disable-ssl .endif pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" @${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support" @${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME." @${ECHO} " WITH_COMPFACE=yes Enable X-Face support." @${ECHO} " WITH_JCONV=yes Enable Japanese charset conversion" @${ECHO} " library libjconv." @${ECHO} " WITH_JPILOT=yes Enable JPilot support." @${ECHO} " WITH_LDAP=yes Enable LDAP support." @${ECHO} "" @${ECHO} " WITHOUT_SSL=yes Disable OpenSSL support." @${ECHO} "" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g' ${WRKSRC}/configure pre-build: ${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ChangeLog INSTALL README TODO @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} .endfor .endif .include Property changes on: head/mail/sylpheed2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.47 \ No newline at end of property +1.48 \ No newline at end of property Index: head/mail/sylpheed2/distinfo =================================================================== --- head/mail/sylpheed2/distinfo (revision 70177) +++ head/mail/sylpheed2/distinfo (revision 70178) @@ -1 +1 @@ -MD5 (sylpheed-0.8.5.tar.bz2) = e603c1c48c2932d595b775354b550c2e +MD5 (sylpheed-0.8.6.tar.bz2) = cb01f8397c5a1f4dd50e401424f9527d Property changes on: head/mail/sylpheed2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/mail/sylpheed2-devel/Makefile =================================================================== --- head/mail/sylpheed2-devel/Makefile (revision 70177) +++ head/mail/sylpheed2-devel/Makefile (revision 70178) @@ -1,106 +1,106 @@ # New ports collection makefile for: sylpheed # Date created: 15 June 2000 # Whom: shigeri # # $FreeBSD$ # PORTNAME= sylpheed -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ MAINTAINER= lehmann@ans-netz.de USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext .include .if defined(WITH_PIXBUF) LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf CONFIGURE_ARGS+=--disable-imlib .else USE_IMLIB= yes CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else CONFIGURE_ARGS+=--disable-gpgme .endif .if defined(WITH_COMPFACE) LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces CONFIGURE_ARGS+=--enable-compface .else CONFIGURE_ARGS+=--disable-compface .endif .if defined(WITH_JCONV) LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv CONFIGURE_ARGS+=--enable-jconv .else CONFIGURE_ARGS+=--disable-jconv .endif .if defined(WITH_JPILOT) LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot .else CONFIGURE_ARGS+= --disable-jpilot .endif .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 CONFIGURE_ARGS+=--enable-ldap .else CONFIGURE_ARGS+=--disable-ldap .endif .if !defined(WITHOUT_SSL) USE_OPENSSL= yes CONFIGURE_ARGS+=--enable-ssl .else CONFIGURE_ARGS+=--disable-ssl .endif pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" @${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support" @${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME." @${ECHO} " WITH_COMPFACE=yes Enable X-Face support." @${ECHO} " WITH_JCONV=yes Enable Japanese charset conversion" @${ECHO} " library libjconv." @${ECHO} " WITH_JPILOT=yes Enable JPilot support." @${ECHO} " WITH_LDAP=yes Enable LDAP support." @${ECHO} "" @${ECHO} " WITHOUT_SSL=yes Disable OpenSSL support." @${ECHO} "" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g' ${WRKSRC}/configure pre-build: ${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ChangeLog INSTALL README TODO @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} .endfor .endif .include Property changes on: head/mail/sylpheed2-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.47 \ No newline at end of property +1.48 \ No newline at end of property Index: head/mail/sylpheed2-devel/distinfo =================================================================== --- head/mail/sylpheed2-devel/distinfo (revision 70177) +++ head/mail/sylpheed2-devel/distinfo (revision 70178) @@ -1 +1 @@ -MD5 (sylpheed-0.8.5.tar.bz2) = e603c1c48c2932d595b775354b550c2e +MD5 (sylpheed-0.8.6.tar.bz2) = cb01f8397c5a1f4dd50e401424f9527d Property changes on: head/mail/sylpheed2-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/mail/sylpheed3/Makefile =================================================================== --- head/mail/sylpheed3/Makefile (revision 70177) +++ head/mail/sylpheed3/Makefile (revision 70178) @@ -1,106 +1,106 @@ # New ports collection makefile for: sylpheed # Date created: 15 June 2000 # Whom: shigeri # # $FreeBSD$ # PORTNAME= sylpheed -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ MAINTAINER= lehmann@ans-netz.de USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext .include .if defined(WITH_PIXBUF) LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf CONFIGURE_ARGS+=--disable-imlib .else USE_IMLIB= yes CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else CONFIGURE_ARGS+=--disable-gpgme .endif .if defined(WITH_COMPFACE) LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces CONFIGURE_ARGS+=--enable-compface .else CONFIGURE_ARGS+=--disable-compface .endif .if defined(WITH_JCONV) LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv CONFIGURE_ARGS+=--enable-jconv .else CONFIGURE_ARGS+=--disable-jconv .endif .if defined(WITH_JPILOT) LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot .else CONFIGURE_ARGS+= --disable-jpilot .endif .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 CONFIGURE_ARGS+=--enable-ldap .else CONFIGURE_ARGS+=--disable-ldap .endif .if !defined(WITHOUT_SSL) USE_OPENSSL= yes CONFIGURE_ARGS+=--enable-ssl .else CONFIGURE_ARGS+=--disable-ssl .endif pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" @${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support" @${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME." @${ECHO} " WITH_COMPFACE=yes Enable X-Face support." @${ECHO} " WITH_JCONV=yes Enable Japanese charset conversion" @${ECHO} " library libjconv." @${ECHO} " WITH_JPILOT=yes Enable JPilot support." @${ECHO} " WITH_LDAP=yes Enable LDAP support." @${ECHO} "" @${ECHO} " WITHOUT_SSL=yes Disable OpenSSL support." @${ECHO} "" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g' ${WRKSRC}/configure pre-build: ${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ChangeLog INSTALL README TODO @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} .endfor .endif .include Property changes on: head/mail/sylpheed3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.47 \ No newline at end of property +1.48 \ No newline at end of property Index: head/mail/sylpheed3/distinfo =================================================================== --- head/mail/sylpheed3/distinfo (revision 70177) +++ head/mail/sylpheed3/distinfo (revision 70178) @@ -1 +1 @@ -MD5 (sylpheed-0.8.5.tar.bz2) = e603c1c48c2932d595b775354b550c2e +MD5 (sylpheed-0.8.6.tar.bz2) = cb01f8397c5a1f4dd50e401424f9527d Property changes on: head/mail/sylpheed3/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property