diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-09-08 18:35:09 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-09-08 18:35:09 +0000 |
commit | 3de56276475c70e2a005095943d75108bbeaf339 (patch) | |
tree | f1340eb77587e5849f253e9c391b6d69905471c6 /misc/menushki | |
parent | 24ffc7e9190d1e98690b0504ddbcc9d512c18f18 (diff) | |
download | ports-3de56276475c70e2a005095943d75108bbeaf339.tar.gz ports-3de56276475c70e2a005095943d75108bbeaf339.zip |
Notes
Diffstat (limited to 'misc/menushki')
-rw-r--r-- | misc/menushki/Makefile | 11 | ||||
-rw-r--r-- | misc/menushki/distinfo | 2 | ||||
-rw-r--r-- | misc/menushki/files/patch-konst.string.h | 10 | ||||
-rw-r--r-- | misc/menushki/files/patch-konst.ui.dlg.h | 13 |
4 files changed, 3 insertions, 33 deletions
diff --git a/misc/menushki/Makefile b/misc/menushki/Makefile index f08cc17c054b..b3df910b2914 100644 --- a/misc/menushki/Makefile +++ b/misc/menushki/Makefile @@ -6,10 +6,9 @@ # PORTNAME= menushki -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= misc x11 -MASTER_SITES= http://www.geocities.com/loki_bg/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@databits.net @@ -19,12 +18,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes DOCS= AUTHORS ChangeLog README TODO -PATCH_CLOSE= editor.cc menushki.cc - -post-patch: -.for files in ${PATCH_CLOSE} - @${PERL} -pi -e "s!(tw\.close);!\1\(\);!" ${WRKSRC}/${files} -.endfor post-install: .ifndef(NOPORTDOCS) diff --git a/misc/menushki/distinfo b/misc/menushki/distinfo index 05b08e68512b..a374faed5b00 100644 --- a/misc/menushki/distinfo +++ b/misc/menushki/distinfo @@ -1 +1 @@ -MD5 (menushki-0.6.tar.gz) = cff44749fe162746c73898459ef0aa4d +MD5 (menushki-0.7.tar.gz) = c98758876652156367c7f1c48c099956 diff --git a/misc/menushki/files/patch-konst.string.h b/misc/menushki/files/patch-konst.string.h deleted file mode 100644 index 56300871d0d6..000000000000 --- a/misc/menushki/files/patch-konst.string.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ktools-1.1/include/konst.string.h.orig Thu Sep 6 10:50:02 2001 -+++ ktools-1.1/include/konst.string.h Thu Sep 6 10:49:40 2001 -@@ -3,6 +3,7 @@ - - #include <string> - #include <vector> -+#include <time.h> - - #include "konst.list.h" - #include "konst.conf.h" diff --git a/misc/menushki/files/patch-konst.ui.dlg.h b/misc/menushki/files/patch-konst.ui.dlg.h deleted file mode 100644 index a4101fb3f4c8..000000000000 --- a/misc/menushki/files/patch-konst.ui.dlg.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ktools-1.1/include/konst.ui.dlg.h.orig Thu Sep 6 10:51:48 2001 -+++ ktools-1.1/include/konst.ui.dlg.h Thu Sep 6 10:53:05 2001 -@@ -4,6 +4,10 @@ - #include <list> - #include <algorithm> - -+#include <time.h> -+#include <unistd.h> -+#include <sys/types.h> -+ - #include "konst.conf.h" - #include "konst.ui.window.h" - #include "konst.ui.menu.h" |