summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2004-12-18 19:07:42 +0000
committerAnton Berezin <tobez@FreeBSD.org>2004-12-18 19:07:42 +0000
commitcff4bed0573fcb51a442fd7707a0ce992f1ee011 (patch)
tree867c54828991687f2c1decc2bd7d52bb11744562 /net
parentUpdates for the latest PHP entry: (diff)
Update to 0.3.2.
PR: 74031 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=124405
Diffstat (limited to 'net')
-rw-r--r--net/bld/Makefile3
-rw-r--r--net/bld/distinfo4
-rw-r--r--net/bld/files/patch-ac11
-rw-r--r--net/bld/files/patch-ad10
-rw-r--r--net/bld/files/patch-ae11
-rw-r--r--net/bld/files/patch-af12
6 files changed, 3 insertions, 48 deletions
diff --git a/net/bld/Makefile b/net/bld/Makefile
index ea75cc2892ae..06c919b6e337 100644
--- a/net/bld/Makefile
+++ b/net/bld/Makefile
@@ -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/
diff --git a/net/bld/distinfo b/net/bld/distinfo
index fa5efcab4118..fb03d1f4b9d6 100644
--- a/net/bld/distinfo
+++ b/net/bld/distinfo
@@ -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
diff --git a/net/bld/files/patch-ac b/net/bld/files/patch-ac
deleted file mode 100644
index 17cde15f6c23..000000000000
--- a/net/bld/files/patch-ac
+++ /dev/null
@@ -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
diff --git a/net/bld/files/patch-ad b/net/bld/files/patch-ad
deleted file mode 100644
index a6c66f24ff92..000000000000
--- a/net/bld/files/patch-ad
+++ /dev/null
@@ -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
diff --git a/net/bld/files/patch-ae b/net/bld/files/patch-ae
deleted file mode 100644
index e92c3efadd65..000000000000
--- a/net/bld/files/patch-ae
+++ /dev/null
@@ -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 */
-
-
diff --git a/net/bld/files/patch-af b/net/bld/files/patch-af
deleted file mode 100644
index 6d367216d086..000000000000
--- a/net/bld/files/patch-af
+++ /dev/null
@@ -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"