mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update yank to 0.2.0
Submitted by: Kelsey Cummings <kc@microshaft.org>
This commit is contained in:
parent
03030cf1ab
commit
9f044fc527
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38705
@ -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/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (yank-0.1.5.tar.bz2) = 90f602f5f6e6177228fd7bd0f7157714
|
||||
MD5 (yank-0.2.0.tar.bz2) = 7813887fda8a8e6b2b95d60046a7d985
|
||||
|
20
deskutils/yank/files/patch-aa
Normal file
20
deskutils/yank/files/patch-aa
Normal file
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user