diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-17 18:50:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-17 18:50:51 +0000 |
commit | 8f0c32311e86161c30b1a0caea6205bc20c0aedf (patch) | |
tree | b4006e39c1e51fe491444679754e98543a57f90e /www/mplayer-plugin | |
parent | Fix path to /usr/bin/mail (diff) |
Update to 3.15, and fix the build with Firefox.
Notes
Notes:
svn path=/head/; revision=148645
Diffstat (limited to 'www/mplayer-plugin')
-rw-r--r-- | www/mplayer-plugin/Makefile | 5 | ||||
-rw-r--r-- | www/mplayer-plugin/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile index 4aac1e367412..b744f1e95ddf 100644 --- a/www/mplayer-plugin/Makefile +++ b/www/mplayer-plugin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mplayerplug-in -PORTVERSION= 3.11 -PORTREVISION= 3 +PORTVERSION= 3.15 CATEGORIES= www multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mplayerplug-in @@ -74,7 +73,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|make|${GMAKE}|g' \ ${WRKSRC}/Makefile.in -.if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="firefox" +.if !defined(WITH_MOZILLA) || ${WITH_MOZILLA}=="firefox" @${REINPLACE_CMD} -e 's|mozilla-|firefox-|g' ${WRKSRC}/configure .else @${REINPLACE_CMD} -e 's|mozilla-plugin|mozilla-plugin${HEADERS_SUFX}|g' \ diff --git a/www/mplayer-plugin/distinfo b/www/mplayer-plugin/distinfo index 68f726cc8a54..09ba0f38a051 100644 --- a/www/mplayer-plugin/distinfo +++ b/www/mplayer-plugin/distinfo @@ -1,2 +1,3 @@ -MD5 (mplayerplug-in-3.11.tar.gz) = 41970663e6855beb5205077f4cb0ae29 -SIZE (mplayerplug-in-3.11.tar.gz) = 197034 +MD5 (mplayerplug-in-3.15.tar.gz) = 34edc6bff7b4e6d89bdcd8bf9e961580 +SHA256 (mplayerplug-in-3.15.tar.gz) = 9e413347640f4a36bb727802be18d5c6fc01c244f8e20ad121b27df81db55f7b +SIZE (mplayerplug-in-3.15.tar.gz) = 202404 |