diff options
author | flo <flo@FreeBSD.org> | 2011-08-17 02:24:21 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-08-17 02:24:21 +0800 |
commit | 31d916fc3c31f77a66bb8f44d3d9a1e4f41e9584 (patch) | |
tree | 5c42eb09316291b57755f27eab969bc650d0d131 /mail | |
parent | 6500301117efb4cdbd1bc0a40b6ca57c3c8cb00a (diff) | |
download | freebsd-ports-gnome-31d916fc3c31f77a66bb8f44d3d9a1e4f41e9584.tar.gz freebsd-ports-gnome-31d916fc3c31f77a66bb8f44d3d9a1e4f41e9584.tar.zst freebsd-ports-gnome-31d916fc3c31f77a66bb8f44d3d9a1e4f41e9584.zip |
update to 3.1.12
Security: http://www.vuxml.org/freebsd/834591a9-c82f-11e0-897d-6c626dd55a41.html
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird3/Makefile | 8 | ||||
-rw-r--r-- | mail/thunderbird3/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index a4252d88a22a..61c79eac7e4b 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thunderbird -DISTVERSION= 3.1.11 +DISTVERSION= 3.1.12 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source @@ -66,8 +66,6 @@ CFLAGS+= -mminimal-toc .endif .endif -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} - .if ${HAVE_GNOME:Mlibgnomeui}!="" USE_GNOME+= libgnomeui MOZ_OPTIONS+= --enable-gnomeui @@ -82,12 +80,12 @@ LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ notify.1:${PORTSDIR}/devel/libnotify .endif -post-extract:: +post-extract: ${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|' \ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop post-patch: - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \ + ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ ${MOZSRC}/storage/build/Makefile.in \ ${MOZSRC}/db/sqlite3/src/Makefile.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ diff --git a/mail/thunderbird3/distinfo b/mail/thunderbird3/distinfo index 5a7887b45123..22b607f76a7b 100644 --- a/mail/thunderbird3/distinfo +++ b/mail/thunderbird3/distinfo @@ -1,2 +1,2 @@ -SHA256 (thunderbird-3.1.11.source.tar.bz2) = 3e78284661b1be1d35753550b7a183d583d7ee68c8bac683283d3931f90fdd1a -SIZE (thunderbird-3.1.11.source.tar.bz2) = 68716700 +SHA256 (thunderbird-3.1.12.source.tar.bz2) = ae020f6cebf81541e08642f371484c2ae6edbd7db1b70fe51f1e2cb462d48089 +SIZE (thunderbird-3.1.12.source.tar.bz2) = 69096988 |