diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-12 04:53:52 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-12 04:53:52 +0000 |
commit | fe9c80cfd04dcb256eb8cbf4868dfd774a3f00c8 (patch) | |
tree | aa6b3936778a2e3363496aa38e0f4221d69aecc2 /www/screem | |
parent | 4839f602ebda5e8eeabd290bead9ebdb368ffa37 (diff) | |
download | ports-fe9c80cfd04dcb256eb8cbf4868dfd774a3f00c8.tar.gz ports-fe9c80cfd04dcb256eb8cbf4868dfd774a3f00c8.zip |
Notes
Diffstat (limited to 'www/screem')
-rw-r--r-- | www/screem/Makefile | 2 | ||||
-rw-r--r-- | www/screem/files/patch-plugins::uploadWizard::uploadWizard.c | 13 |
2 files changed, 14 insertions, 1 deletions
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, |