diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-06-04 07:19:23 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-06-04 07:19:23 +0000 |
commit | ac84459c1abe99b1cd60f8a29d899b65c7eab5b9 (patch) | |
tree | d58ab9f58487653a34cb0d85dfb3b966ffb963ae /multimedia/moonlight | |
parent | 82b63f44d9a0821d7da62e4d6bce1726f6633be5 (diff) |
Notes
Diffstat (limited to 'multimedia/moonlight')
-rw-r--r-- | multimedia/moonlight/Makefile | 4 | ||||
-rw-r--r-- | multimedia/moonlight/files/patch-tools_mopen_mopen1.cpp | 10 |
2 files changed, 4 insertions, 10 deletions
diff --git a/multimedia/moonlight/Makefile b/multimedia/moonlight/Makefile index 1de9de46e8c1..8df5828be62f 100644 --- a/multimedia/moonlight/Makefile +++ b/multimedia/moonlight/Makefile @@ -7,6 +7,7 @@ PORTNAME= moonlight PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= multimedia www MASTER_SITES= http://ftp.novell.com/pub/mono/sources/moon/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -51,6 +52,9 @@ OPTIONS= PULSEAUDIO "Build with PA (needed for sound support)" on MAN1= mopen.1 mxap.1 respack.1 sockpol.1 svg2xaml.1 xamlg.1 +# Restrict to stable (even) versions, indicated by the second component. +PORTSCOUT= limitw:1,even + .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/firefox/Makefile.webplugins" diff --git a/multimedia/moonlight/files/patch-tools_mopen_mopen1.cpp b/multimedia/moonlight/files/patch-tools_mopen_mopen1.cpp deleted file mode 100644 index 0c37d7fe5a95..000000000000 --- a/multimedia/moonlight/files/patch-tools_mopen_mopen1.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- tools/mopen/mopen1.cpp.orig 2009-02-13 14:08:20.000000000 +0000 -+++ tools/mopen/mopen1.cpp 2009-02-13 14:08:37.000000000 +0000 -@@ -14,6 +14,7 @@ - // Implement everything mopen implements - // - -+#include <sys/stat.h> - #include <config.h> - #include <gtk/gtk.h> - #include <unistd.h> |