diff options
author | joerg <joerg@pkgsrc.org> | 2012-01-23 00:30:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-01-23 00:30:30 +0000 |
commit | e958fff895ef082864c704eeb65ca55b0064429e (patch) | |
tree | 3816dfb6ea994da67361715048a9492b7bc4631a /net | |
parent | 222a57fac3a470d69e3e9ec8e628ffc74172663c (diff) | |
download | pkgsrc-e958fff895ef082864c704eeb65ca55b0064429e.tar.gz |
Fix mdoc syntax
Diffstat (limited to 'net')
-rw-r--r-- | net/tspc/Makefile | 4 | ||||
-rw-r--r-- | net/tspc/distinfo | 3 | ||||
-rw-r--r-- | net/tspc/patches/patch-man-man8-tspc.8 | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/net/tspc/Makefile b/net/tspc/Makefile index f336fae6894..f52e1d1640c 100644 --- a/net/tspc/Makefile +++ b/net/tspc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2008/02/28 11:58:48 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2012/01/23 00:30:30 joerg Exp $ DISTNAME= tspc-2.1.1-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.hexago.com/files/ EXTRACT_SUFX= .tgz diff --git a/net/tspc/distinfo b/net/tspc/distinfo index 6c204a584f1..8b14ede7f4a 100644 --- a/net/tspc/distinfo +++ b/net/tspc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2005/12/28 12:10:44 ghen Exp $ +$NetBSD: distinfo,v 1.7 2012/01/23 00:30:30 joerg Exp $ SHA1 (tspc-2.1.1-src.tgz) = 55b1385fa860c6f2bbe63a6d2559eb6e8edea64b RMD160 (tspc-2.1.1-src.tgz) = 53031fb1d157d5eae9b828c8fcc632cd01e247c9 @@ -7,3 +7,4 @@ SHA1 (patch-aa) = e51b35c077acc90035ef4e2624002b37fe615f96 SHA1 (patch-ab) = 6dc480d452d433ff4444349bcb1de800cb48e8b5 SHA1 (patch-ac) = a89fda0331837399062c3486306adbd0b0e78474 SHA1 (patch-ad) = e138a9a274607cbf8162868596b7399df9041c51 +SHA1 (patch-man-man8-tspc.8) = 9338dca0267de2b9b7ddd90f9631e0c08043c245 diff --git a/net/tspc/patches/patch-man-man8-tspc.8 b/net/tspc/patches/patch-man-man8-tspc.8 new file mode 100644 index 00000000000..265803a863b --- /dev/null +++ b/net/tspc/patches/patch-man-man8-tspc.8 @@ -0,0 +1,13 @@ +$NetBSD: patch-man-man8-tspc.8,v 1.1 2012/01/23 00:30:30 joerg Exp $ + +--- man/man8/tspc.8.orig 2012-01-20 16:37:23.000000000 +0000 ++++ man/man8/tspc.8 +@@ -45,7 +45,7 @@ specifications inside the configuration + .Nm tspc + currently supports two types of tunnels: + .Pp +-.Bl -tag -width ++.Bl -tag -width v6udpv4 + .It Sy - v6v4 (IPv6 over IPv4) + Supported on FreeBSD, NetBSD, OpenBSD, Linux, Windows, Solaris, Darwin. + .Pp |