summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorchristos <christos>2012-08-25 13:01:42 +0000
committerchristos <christos>2012-08-25 13:01:42 +0000
commitb9a47f34d11c9afd3fc075f5863ed717f99c9643 (patch)
tree415df063a3bb0e6368da00fdff37fe336175f592 /net
parent260a475b904794c23aec3ec563cf467cecf321a7 (diff)
downloadpkgsrc-b9a47f34d11c9afd3fc075f5863ed717f99c9643.tar.gz
add comments
Diffstat (limited to 'net')
-rw-r--r--net/iana-etc/patches/patch-Makefile6
-rw-r--r--net/iana-etc/patches/patch-get.gawk5
-rw-r--r--net/iana-etc/patches/patch-services.gawk4
3 files changed, 12 insertions, 3 deletions
diff --git a/net/iana-etc/patches/patch-Makefile b/net/iana-etc/patches/patch-Makefile
index f073e4a7840..863a0a5dbbd 100644
--- a/net/iana-etc/patches/patch-Makefile
+++ b/net/iana-etc/patches/patch-Makefile
@@ -1,4 +1,8 @@
-$NetBSD: patch-Makefile,v 1.2 2012/08/25 11:10:19 christos Exp $
+$NetBSD: patch-Makefile,v 1.3 2012/08/25 13:01:42 christos Exp $
+
+o Automatically get and use the iana files.
+o Disable the install target.
+o Update for the new filenames at IANA's website
--- Makefile 2012-08-25 13:45:59.000000000 +0300
+++ Makefile 2012-08-25 13:10:09.000000000 +0300
diff --git a/net/iana-etc/patches/patch-get.gawk b/net/iana-etc/patches/patch-get.gawk
index c1e71907156..fd13e45d0ef 100644
--- a/net/iana-etc/patches/patch-get.gawk
+++ b/net/iana-etc/patches/patch-get.gawk
@@ -1,4 +1,7 @@
-$NetBSD: patch-get.gawk,v 1.1 2012/08/25 10:59:50 christos Exp $
+$NetBSD: patch-get.gawk,v 1.2 2012/08/25 13:01:42 christos Exp $
+
+o Add a new parameter to specify the name of the url to get the files from.
+ Well, partial name but that is good enough.
--- get.gawk 2008-03-05 20:04:18.000000000 +0200
+++ get.gawk 2012-08-25 13:10:28.000000000 +0300
diff --git a/net/iana-etc/patches/patch-services.gawk b/net/iana-etc/patches/patch-services.gawk
index 30284c02c9e..df6769a00c7 100644
--- a/net/iana-etc/patches/patch-services.gawk
+++ b/net/iana-etc/patches/patch-services.gawk
@@ -1,4 +1,6 @@
-$NetBSD: patch-services.gawk,v 1.1 2012/08/25 10:59:50 christos Exp $
+$NetBSD: patch-services.gawk,v 1.2 2012/08/25 13:01:42 christos Exp $
+
+o New services file has <port> <protocol> instead of <port>/<protocol>
--- services.gawk 2008-03-05 19:51:45.000000000 +0200
+++ services.gawk 2012-08-25 13:36:06.000000000 +0300