Update to 0.3.2.
PR: 74031 Submitted by: maintainer
This commit is contained in:
parent
7d38451068
commit
cff4bed057
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124405
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bld
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.online.redhate.org/bld/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (bld-0.3.1.tar.gz) = 8b3a35f431a575687269aa19db2bc3f0
|
||||
SIZE (bld-0.3.1.tar.gz) = 69256
|
||||
MD5 (bld-0.3.2.tar.gz) = 719e7b700e315f150a77653f2867b688
|
||||
SIZE (bld-0.3.2.tar.gz) = 70133
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.in.orig Thu Oct 28 12:13:49 2004
|
||||
+++ Makefile.in Thu Oct 28 12:13:57 2004
|
||||
@@ -60,7 +60,7 @@
|
||||
$(GZIP) -c bldsubmit.8 > $(DESTDIR)$(mandir)/man8/bldsubmit.8.gz
|
||||
$(GZIP) -c bldinsert.8 > $(DESTDIR)$(mandir)/man8/bldinsert.8.gz
|
||||
$(GZIP) -c blddecr.8 > $(DESTDIR)$(mandir)/man8/blddecr.8.gz
|
||||
- $(GZIP) -c bld-pf_policy.8 > $(DESTDIR)$(mandir)/man8/bld_pf_policy.8.gz
|
||||
+ $(GZIP) -c bld-pf_policy.8 > $(DESTDIR)$(mandir)/man8/bld-pf_policy.8.gz
|
||||
[ -d $(DESTDIR)$(mandir) ] || mkdir -p $(DESTDIR)$(mandir)/man5
|
||||
$(GZIP) -c bld.conf.5 > $(DESTDIR)$(mandir)/man5/bld.conf.5.gz
|
||||
$(GZIP) -c bld_acl.conf.5 > $(DESTDIR)$(mandir)/man5/bld_acl.conf.5.gz
|
@ -1,10 +0,0 @@
|
||||
--- bld.conf.5.in.orig Thu Oct 28 12:06:07 2004
|
||||
+++ bld.conf.5.in Thu Oct 28 12:06:13 2004
|
||||
@@ -56,7 +56,6 @@
|
||||
You need to completely restart \fBbld\fR after any modification of this
|
||||
file.
|
||||
.SH FILES
|
||||
-.SH FILES
|
||||
.PP
|
||||
@sysconfdir@/bld.conf
|
||||
.SH SEE ALSO
|
@ -1,11 +0,0 @@
|
||||
--- netlist.h.orig Thu Nov 4 12:10:08 2004
|
||||
+++ netlist.h Thu Nov 4 12:10:12 2004
|
||||
@@ -27,6 +27,8 @@
|
||||
#ifndef _NETLIST_H
|
||||
#define _NETLIST_H
|
||||
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <netinet/in.h> /* in_addr_t */
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- main.c.orig Thu Nov 4 12:40:05 2004
|
||||
+++ main.c Thu Nov 4 12:40:01 2004
|
||||
@@ -41,8 +41,8 @@
|
||||
#include <sys/wait.h>
|
||||
#include <sys/resource.h>
|
||||
#include <unistd.h>
|
||||
-#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
+#include <arpa/inet.h>
|
||||
#include <syslog.h>
|
||||
#include "options.h"
|
||||
#include "parse_args.h"
|
Loading…
Reference in New Issue
Block a user