diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-02-25 19:12:22 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-02-25 19:12:22 +0000 |
commit | 9f044fc5278661c505318c255149895b145e2faa (patch) | |
tree | ae1ba3809d954d1b332709288d1cba7387b83c47 /deskutils/yank | |
parent | 03030cf1abfc5a5e9bad965caa7911b537365125 (diff) | |
download | ports-9f044fc5278661c505318c255149895b145e2faa.tar.gz ports-9f044fc5278661c505318c255149895b145e2faa.zip |
Notes
Diffstat (limited to 'deskutils/yank')
-rw-r--r-- | deskutils/yank/Makefile | 2 | ||||
-rw-r--r-- | deskutils/yank/distinfo | 2 | ||||
-rw-r--r-- | deskutils/yank/files/patch-aa | 20 | ||||
-rw-r--r-- | deskutils/yank/pkg-plist | 1 |
4 files changed, 23 insertions, 2 deletions
diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile index 42d4ce06a0b9..4af9d9ecc050 100644 --- a/deskutils/yank/Makefile +++ b/deskutils/yank/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yank -PORTVERSION= 0.1.5 +PORTVERSION= 0.2.0 CATEGORIES= deskutils gnome MASTER_SITES= http://home.ins.de/~m.hussmann/software/yank/ diff --git a/deskutils/yank/distinfo b/deskutils/yank/distinfo index 78a60b3d6ebe..77f858c1d0b0 100644 --- a/deskutils/yank/distinfo +++ b/deskutils/yank/distinfo @@ -1 +1 @@ -MD5 (yank-0.1.5.tar.bz2) = 90f602f5f6e6177228fd7bd0f7157714 +MD5 (yank-0.2.0.tar.bz2) = 7813887fda8a8e6b2b95d60046a7d985 diff --git a/deskutils/yank/files/patch-aa b/deskutils/yank/files/patch-aa new file mode 100644 index 000000000000..68eb6d6fdeb4 --- /dev/null +++ b/deskutils/yank/files/patch-aa @@ -0,0 +1,20 @@ +--- src/util.h.orig Wed Jan 24 14:12:54 2001 ++++ src/util.h Sun Feb 25 14:06:03 2001 +@@ -28,6 +28,9 @@ + #include <config.h> + #endif /* HAVE_CONFIG_H */ + ++/* needed for inet stuff */ ++#include <sys/types.h> ++#include <sys/socket.h> + + /* this gives errors */ + /* #include <sys/param.h> */ +@@ -45,6 +48,7 @@ + #include <string.h> + #include <time.h> + ++#include <netinet/in.h> + #include <arpa/inet.h> + #include <netdb.h> + diff --git a/deskutils/yank/pkg-plist b/deskutils/yank/pkg-plist index baab9ccf4ee4..52498a5f9879 100644 --- a/deskutils/yank/pkg-plist +++ b/deskutils/yank/pkg-plist @@ -5,6 +5,7 @@ share/gnome/pixmaps/yank.png share/locale/de/LC_MESSAGES/yank.mo share/locale/ja/LC_MESSAGES/yank.mo share/locale/sv/LC_MESSAGES/yank.mo +share/locale/uk/LC_MESSAGES/yank.mo @dirrm lib/yank/plugins/%%PORTVERSION%% @dirrm lib/yank/plugins @dirrm lib/yank |