diff options
author | oliver <oliver@FreeBSD.org> | 2005-02-07 00:51:19 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-02-07 00:51:19 +0800 |
commit | c28aac04511acd47f5190fb1be11513d1d522b6e (patch) | |
tree | e384aa48ca9e0dbb4613b75f939914ebe0b474b6 /mail/sylpheed2 | |
parent | 30775797bf89035f9cd53f98ef2130757e6c7e12 (diff) | |
download | freebsd-ports-gnome-c28aac04511acd47f5190fb1be11513d1d522b6e.tar.gz freebsd-ports-gnome-c28aac04511acd47f5190fb1be11513d1d522b6e.tar.zst freebsd-ports-gnome-c28aac04511acd47f5190fb1be11513d1d522b6e.zip |
update to 1.0.1
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 11 | ||||
-rw-r--r-- | mail/sylpheed2/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 283d945f5b35..23ac45b4c9e5 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -6,8 +6,8 @@ # PORTNAME= sylpheed -PORTVERSION= 1.0.0.r.1 -PORTREVISION= 1 +PORTVERSION= 1.0.1 +PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:mime/} \ http://sylpheed.good-day.net/sylpheed/:source \ @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_ICONV= yes USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ @@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--disable-imlib CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme03.9:${PORTSDIR}/security/gpgme03 +LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else @@ -106,8 +106,7 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-lresolv||g; s|-lpisock\"|-liconv &|g; \ - s|gpgme-config|gpgme03-config|' ${WRKSRC}/configure + s|-lresolv||g; s|-lpisock\"|-liconv &|g; ' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|mime\.types|sylpheed-mime\.types|g' \ ${WRKSRC}/src/procmime.c diff --git a/mail/sylpheed2/distinfo b/mail/sylpheed2/distinfo index 476a79d3e14f..e8d1ac0d0f9b 100644 --- a/mail/sylpheed2/distinfo +++ b/mail/sylpheed2/distinfo @@ -1,4 +1,4 @@ -MD5 (sylpheed/sylpheed-1.0.0rc.tar.bz2) = 86a66adc5e3f7d2d2e1c98bd928a4977 -SIZE(sylpheed/sylpheed-1.0.0rc.tar.bz2) = 2354803 +MD5 (sylpheed/sylpheed-1.0.1.tar.bz2) = 0f7c6d12debfbd0e1e41a4f1db4e4e70 +SIZE(sylpheed/sylpheed-1.0.1.tar.bz2) = 2374127 MD5 (sylpheed/mime.types) = 7c0563d85e2e830c0266d54517ad62e8 SIZE(sylpheed/mime.types) = 14979 |