From a2cd860ca2272ad824a43a711bb6eb582042a1e7 Mon Sep 17 00:00:00 2001 From: mezz Date: Fri, 23 Sep 2005 20:49:58 +0000 Subject: - Fix the sed for libesd and kill the major version of library (libesd.so.2 -> libesd.so). [1] - Update Java plugins by remove old and correct Java 1.5 plugin path. [2] - Bump the PORTREVISION. PR: ports/86430 [1] Submitted by: Mark Hobden [1] glewis [2] git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4863 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/thunderbird-devel/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail') diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile index f2f3aa54a..c0a98456d 100644 --- a/mail/thunderbird-devel/Makefile +++ b/mail/thunderbird-devel/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/mail/thunderbird-devel/Makefile,v 1.8 2005/09/12 21:01:45 marcus Exp $ +# $MCom: ports/mail/thunderbird-devel/Makefile,v 1.9 2005/09/12 21:07:23 marcus Exp $ # PORTNAME= thunderbird DISTVERSION= 1.5b1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source @@ -44,7 +45,6 @@ NO_MTREE= yes WRKSRC= ${WRKDIR}/mozilla LOCAL_SUBDIR= lib/${PORTNAME} LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} -ESD_LIB= libesd.so.2 THUNDERBIRD= ${PORTNAME} THUNDERBIRD_VER= 1.4 @@ -119,7 +119,7 @@ post-patch: ${WRKSRC}/security/coreconf/FreeBSD.mk \ ${WRKSRC}/directory/c-sdk/config/FreeBSD.mk \ ${WRKSRC}/js/src/Makefile.in - @${REINPLACE_CMD} -E -e 's|libesd\.so\.[0-9]+|${ESD_LIB}|g' \ + @${REINPLACE_CMD} -E -e 's|libesd\.so\.[0-9]+|libesd.so|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp @${REINPLACE_CMD} -E -e 's|libcups\.so\.[0-9]+|libcups.no|g' \ ${WRKSRC}/gfx/src/gtk/nsDeviceContextSpecG.cpp -- cgit v1.2.3