diff options
-rw-r--r-- | multimedia/moonlight/Makefile | 9 | ||||
-rw-r--r-- | multimedia/moonlight/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/multimedia/moonlight/Makefile b/multimedia/moonlight/Makefile index c9ebfa92ba56..bc133a4ed1ee 100644 --- a/multimedia/moonlight/Makefile +++ b/multimedia/moonlight/Makefile @@ -6,8 +6,7 @@ # PORTNAME= moonlight -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= multimedia www MASTER_SITES= http://ftp.novell.com/pub/mono/sources/moon/ DISTNAME= moon-${PORTVERSION} @@ -28,8 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --with-cairo=system \ --with-debug=yes -BROKEN= bad plist - WEBPLUGINS_DIR= ${PREFIX}/lib/moon/plugin WEBPLUGINS_FILES= libmoonloader.so \ libmoonplugin.so @@ -40,8 +37,6 @@ WEBPLUGINS_FILES= libmoonloader.so \ IGNORE= does not build: not yet ported to sparc64 .endif -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" - .if !defined(WITHOUT_FF2) || exists(${LOCALBASE}/bin/firefox) BUILD_DEPENDS+= ${LOCALBASE}/bin/firefox:${PORTSDIR}/www/firefox RUN_DEPENDS+= ${LOCALBASE}/bin/firefox:${PORTSDIR}/www/firefox @@ -72,6 +67,8 @@ PLIST_SUB+= FF3="@comment " CONFIGURE_ARGS+= --with-ff3=no #.endif +.include "${PORTSDIR}/www/firefox/Makefile.webplugins" + # Building the .xpi doesn't actually require embedded cairo, but it's a safer option # as there's no way for firefox to detect if cairo is already installed apparently. .if defined(WITH_XPI_PLUGIN) diff --git a/multimedia/moonlight/distinfo b/multimedia/moonlight/distinfo index dc5117323985..39ef9d71ad50 100644 --- a/multimedia/moonlight/distinfo +++ b/multimedia/moonlight/distinfo @@ -1,3 +1,3 @@ -MD5 (moon-1.0.tar.bz2) = 3600d96fe421c7713cef8847cca5bb8a -SHA256 (moon-1.0.tar.bz2) = 440133d964120858832133981f4b559cc208fa2bccf20154f62c22318f373645 -SIZE (moon-1.0.tar.bz2) = 8806735 +MD5 (moon-1.0.1.tar.bz2) = 48fafb26a48f15c30fd2d52b2add5660 +SHA256 (moon-1.0.1.tar.bz2) = da3ea10ea85cba126952a6a27f1cdd3e2c83f6e20fe3942819201e6beb80b9b7 +SIZE (moon-1.0.1.tar.bz2) = 8812587 |