diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-02-26 03:12:22 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-02-26 03:12:22 +0800 |
commit | af23b2a26eb3eee3d2b84bdb525c8d7666f3d56e (patch) | |
tree | 2b6867c9537acdd471a883039e32f9b720ee38d9 /deskutils/yank | |
parent | bd52804e0724943e5d236b4266af7e610143e9eb (diff) | |
download | freebsd-ports-graphics-af23b2a26eb3eee3d2b84bdb525c8d7666f3d56e.tar.gz freebsd-ports-graphics-af23b2a26eb3eee3d2b84bdb525c8d7666f3d56e.tar.zst freebsd-ports-graphics-af23b2a26eb3eee3d2b84bdb525c8d7666f3d56e.zip |
Update yank to 0.2.0
Submitted by: Kelsey Cummings <kc@microshaft.org>
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 42d4ce06a0b..4af9d9ecc05 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 78a60b3d6eb..77f858c1d0b 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 00000000000..68eb6d6fdeb --- /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 baab9ccf4ee..52498a5f987 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 |