summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-01 15:17:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-01 15:17:10 +0000
commit83b05b039a38ab71785c6c7274029c983ec2b068 (patch)
tree36130e97bbf10d4d1add12a61bdaffd9a1c9c809
parent- Add note that the function "elog" has been removed from (diff)
- Update to 0.6.2
PR: ports/62173 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
Notes
Notes: svn path=/head/; revision=99703
-rw-r--r--net-p2p/giftcurs/Makefile7
-rw-r--r--net-p2p/giftcurs/distinfo2
-rw-r--r--net-p2p/giftcurs/files/patch-src-screen.h15
-rw-r--r--net-p2p/giftcurs/pkg-plist2
-rw-r--r--net/giftcurs/Makefile7
-rw-r--r--net/giftcurs/distinfo2
-rw-r--r--net/giftcurs/files/patch-src-screen.h15
-rw-r--r--net/giftcurs/pkg-plist2
8 files changed, 42 insertions, 10 deletions
diff --git a/net-p2p/giftcurs/Makefile b/net-p2p/giftcurs/Makefile
index f3844211d92a..d1244095eb22 100644
--- a/net-p2p/giftcurs/Makefile
+++ b/net-p2p/giftcurs/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= giFTcurs
-PORTVERSION= 0.6.1
+PORTVERSION= 0.6.2
CATEGORIES= net
-MASTER_SITES= http://stud4.tuwien.ac.at/~e0125637/
-#MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-#MASTER_SITE_SUBDIR= giftcurs/giFTcurs.pkg/${PORTVERSION}/
+MASTER_SITES= ${MASTER_SITE_SAVANNAH}
+MASTER_SITE_SUBDIR= giftcurs
MAINTAINER= shoesoft@gmx.net
COMMENT= A cursed frontend to the giFT daemon
diff --git a/net-p2p/giftcurs/distinfo b/net-p2p/giftcurs/distinfo
index 0f37c0b3df29..54c4b3bb1244 100644
--- a/net-p2p/giftcurs/distinfo
+++ b/net-p2p/giftcurs/distinfo
@@ -1 +1 @@
-MD5 (giFTcurs-0.6.1.tar.gz) = 7ee790659ddd54d16150dbfe869424c1
+MD5 (giFTcurs-0.6.2.tar.gz) = 9a34b924ea10ce0a1d62441ee2bacfff
diff --git a/net-p2p/giftcurs/files/patch-src-screen.h b/net-p2p/giftcurs/files/patch-src-screen.h
new file mode 100644
index 000000000000..77d5b48cdd8a
--- /dev/null
+++ b/net-p2p/giftcurs/files/patch-src-screen.h
@@ -0,0 +1,15 @@
+--- src/screen.h.orig Wed Nov 5 00:40:44 2003
++++ src/screen.h Sun Feb 1 14:47:22 2004
+@@ -71,6 +71,12 @@
+ /* Used for "exporting" the items[] list. */
+ const char *item_name(int);
+
++#include <wchar.h>
++#define __wchar_t
++#define __wint_t
++#define _WCHAR_T
++#define _WINT_T
++
+ #if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
+ # include <ncurses.h>
+ #else
diff --git a/net-p2p/giftcurs/pkg-plist b/net-p2p/giftcurs/pkg-plist
index af7fbea11f07..51d5f47968c4 100644
--- a/net-p2p/giftcurs/pkg-plist
+++ b/net-p2p/giftcurs/pkg-plist
@@ -2,8 +2,10 @@ bin/giFTcurs
share/locale/ca/LC_MESSAGES/giFTcurs.mo
share/locale/da/LC_MESSAGES/giFTcurs.mo
share/locale/de/LC_MESSAGES/giFTcurs.mo
+share/locale/en/LC_MESSAGES/giFTcurs.mo
share/locale/es/LC_MESSAGES/giFTcurs.mo
share/locale/fr/LC_MESSAGES/giFTcurs.mo
+share/locale/it/LC_MESSAGES/giFTcurs.mo
share/locale/nl/LC_MESSAGES/giFTcurs.mo
share/locale/pl/LC_MESSAGES/giFTcurs.mo
share/locale/pt_BR/LC_MESSAGES/giFTcurs.mo
diff --git a/net/giftcurs/Makefile b/net/giftcurs/Makefile
index f3844211d92a..d1244095eb22 100644
--- a/net/giftcurs/Makefile
+++ b/net/giftcurs/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= giFTcurs
-PORTVERSION= 0.6.1
+PORTVERSION= 0.6.2
CATEGORIES= net
-MASTER_SITES= http://stud4.tuwien.ac.at/~e0125637/
-#MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-#MASTER_SITE_SUBDIR= giftcurs/giFTcurs.pkg/${PORTVERSION}/
+MASTER_SITES= ${MASTER_SITE_SAVANNAH}
+MASTER_SITE_SUBDIR= giftcurs
MAINTAINER= shoesoft@gmx.net
COMMENT= A cursed frontend to the giFT daemon
diff --git a/net/giftcurs/distinfo b/net/giftcurs/distinfo
index 0f37c0b3df29..54c4b3bb1244 100644
--- a/net/giftcurs/distinfo
+++ b/net/giftcurs/distinfo
@@ -1 +1 @@
-MD5 (giFTcurs-0.6.1.tar.gz) = 7ee790659ddd54d16150dbfe869424c1
+MD5 (giFTcurs-0.6.2.tar.gz) = 9a34b924ea10ce0a1d62441ee2bacfff
diff --git a/net/giftcurs/files/patch-src-screen.h b/net/giftcurs/files/patch-src-screen.h
new file mode 100644
index 000000000000..77d5b48cdd8a
--- /dev/null
+++ b/net/giftcurs/files/patch-src-screen.h
@@ -0,0 +1,15 @@
+--- src/screen.h.orig Wed Nov 5 00:40:44 2003
++++ src/screen.h Sun Feb 1 14:47:22 2004
+@@ -71,6 +71,12 @@
+ /* Used for "exporting" the items[] list. */
+ const char *item_name(int);
+
++#include <wchar.h>
++#define __wchar_t
++#define __wint_t
++#define _WCHAR_T
++#define _WINT_T
++
+ #if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
+ # include <ncurses.h>
+ #else
diff --git a/net/giftcurs/pkg-plist b/net/giftcurs/pkg-plist
index af7fbea11f07..51d5f47968c4 100644
--- a/net/giftcurs/pkg-plist
+++ b/net/giftcurs/pkg-plist
@@ -2,8 +2,10 @@ bin/giFTcurs
share/locale/ca/LC_MESSAGES/giFTcurs.mo
share/locale/da/LC_MESSAGES/giFTcurs.mo
share/locale/de/LC_MESSAGES/giFTcurs.mo
+share/locale/en/LC_MESSAGES/giFTcurs.mo
share/locale/es/LC_MESSAGES/giFTcurs.mo
share/locale/fr/LC_MESSAGES/giFTcurs.mo
+share/locale/it/LC_MESSAGES/giFTcurs.mo
share/locale/nl/LC_MESSAGES/giFTcurs.mo
share/locale/pl/LC_MESSAGES/giFTcurs.mo
share/locale/pt_BR/LC_MESSAGES/giFTcurs.mo