diff options
author | jschauma <jschauma@pkgsrc.org> | 2022-11-28 17:44:41 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2022-11-28 17:44:41 +0000 |
commit | 2f9c9c40738b4146dff61b5466190ccd106af70a (patch) | |
tree | 430f2a817881c2b4405fcf939d88abc1f6a2e086 /net/iana-etc/Makefile | |
parent | 9d0769ee47ec6c172e0b103f4903a863f52c1209 (diff) | |
download | pkgsrc-2f9c9c40738b4146dff61b5466190ccd106af70a.tar.gz |
munge TTP and IPTM into aliases
Some time between 2011 and 2013, IANA assigned protocol 84 to IPTM even
though it had already assigned it to TTP. This was previously merged
manually (e.g., in rev1.25, and rev 1.28), but required the person
regenerating the data to remember to do this. This change here now
makes that change automatic, ugly as it is.
Diffstat (limited to 'net/iana-etc/Makefile')
-rw-r--r-- | net/iana-etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iana-etc/Makefile b/net/iana-etc/Makefile index 56cb28f7989..b3cdb24363c 100644 --- a/net/iana-etc/Makefile +++ b/net/iana-etc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2022/11/28 17:05:08 jschauma Exp $ +# $NetBSD: Makefile,v 1.10 2022/11/28 17:44:41 jschauma Exp $ # DISTNAME= iana-etc-2.30 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= http://sethwklein.net/ EXTRACT_SUFX= .tar.bz2 |