mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to 1.4.1
- Remove unneeded patch
This commit is contained in:
parent
84cfacf0e4
commit
e556eb9938
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365784
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bjoern
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bjoern-1.4.0.tar.gz) = eea48ebd63b8a545f65801d8f3568ac0e5c17c8d80eaa537e463ee38f98d678e
|
||||
SIZE (bjoern-1.4.0.tar.gz) = 25985
|
||||
SHA256 (bjoern-1.4.1.tar.gz) = 92b854a75480776b81e241031fa0b255a41aaecd39730860196acb91ae857630
|
||||
SIZE (bjoern-1.4.1.tar.gz) = 26018
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- ./bjoern/server.c.orig 2013-12-08 21:38:42.000000000 +0000
|
||||
+++ ./bjoern/server.c 2014-08-23 14:45:32.000000000 +0000
|
||||
@@ -1,6 +1,11 @@
|
||||
#ifdef WANT_SIGINT_HANDLING
|
||||
# include <sys/signal.h>
|
||||
#endif
|
||||
+#if defined __FreeBSD__
|
||||
+#include <netinet/in.h> /* struct sockaddr_in */
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
#include <arpa/inet.h>
|
||||
#include <fcntl.h>
|
||||
#include <ev.h>
|
Loading…
Reference in New Issue
Block a user