From 0d07de94637c872564ca7930db8797a827201780 Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 15 May 2007 09:10:26 +0000 Subject: [PATCH] shorten COMMENT --- net/nssl/Makefile | 6 +++--- net/p5-Geo-IP/Makefile | 6 +++--- net/p5-Net-CIDR/Makefile | 5 +++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/net/nssl/Makefile b/net/nssl/Makefile index e5381697173..134242a9fdd 100644 --- a/net/nssl/Makefile +++ b/net/nssl/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 05:24:55 jolan Exp $ +# $OpenBSD: Makefile,v 1.2 2007/05/15 09:10:26 steven Exp $ -COMMENT= "netcat-like program with transparent Secure Socket Layer support" +COMMENT= "netcat-like program with transparent SSL support" DISTNAME= nssl.005 -PKGNAME= nssl-005 +PKGNAME= nssl-005p0 CATEGORIES= net HOMEPAGE= http://nssl.sourceforge.net/ diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 48731549bd8..ac704670b5c 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.6 2007/04/12 18:59:36 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2007/05/15 09:10:26 steven Exp $ SHARED_ONLY= Yes -COMMENT= "find the country where an IP address/hostname originates from" +COMMENT= "look up country by IP address/hostname" MODULES= cpan DISTNAME= Geo-IP-1.27 -PKGNAME= p5-${DISTNAME}p0 +PKGNAME= p5-${DISTNAME}p1 CATEGORIES= net geo MAINTAINER= Jasper Lievisse Adriaanse diff --git a/net/p5-Net-CIDR/Makefile b/net/p5-Net-CIDR/Makefile index 0b0fdfdd844..db52d84c8fd 100644 --- a/net/p5-Net-CIDR/Makefile +++ b/net/p5-Net-CIDR/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2007/01/14 20:49:05 simon Exp $ +# $OpenBSD: Makefile,v 1.4 2007/05/15 09:10:26 steven Exp $ -COMMENT= "Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation" +COMMENT= "manipulate IPv4/IPv6 netblocks in CIDR notation" MODULES= cpan DISTNAME= Net-CIDR-0.11 +PKGNAME= p5-${DISTNAME}p0 CATEGORIES= net MAINTAINER= Matteo Cantoni