diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 74b7d96ceb31..57a0d64f6073 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ \ diff --git a/www/screem-devel/files/patch-plugins::uploadWizard::uploadWizard.c b/www/screem-devel/files/patch-plugins::uploadWizard::uploadWizard.c new file mode 100644 index 000000000000..880eb8443ae7 --- /dev/null +++ b/www/screem-devel/files/patch-plugins::uploadWizard::uploadWizard.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- plugins/uploadWizard/uploadWizard.c 2001/12/12 04:27:17 1.1 ++++ plugins/uploadWizard/uploadWizard.c 2001/12/12 04:28:19 +@@ -53,6 +53,7 @@ + + /* screem stuff */ + #include "site.h" ++#include "support.h" + #include "uploadWizard.h" + + int my_abortable_transfer_wrapper(struct site *site, diff --git a/www/screem/Makefile b/www/screem/Makefile index 74b7d96ceb31..57a0d64f6073 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ \ diff --git a/www/screem/files/patch-plugins::uploadWizard::uploadWizard.c b/www/screem/files/patch-plugins::uploadWizard::uploadWizard.c new file mode 100644 index 000000000000..880eb8443ae7 --- /dev/null +++ b/www/screem/files/patch-plugins::uploadWizard::uploadWizard.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- plugins/uploadWizard/uploadWizard.c 2001/12/12 04:27:17 1.1 ++++ plugins/uploadWizard/uploadWizard.c 2001/12/12 04:28:19 +@@ -53,6 +53,7 @@ + + /* screem stuff */ + #include "site.h" ++#include "support.h" + #include "uploadWizard.h" + + int my_abortable_transfer_wrapper(struct site *site,