From d2d2b9d783fb7b1687731082f0d7eaede1610de2 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Tue, 23 Jan 2001 06:55:47 +0000 Subject: [PATCH] unbreak port. note: I tried to build a portname applying to the porters handbook conventions. Unfortunately it doesn't have a good example for version numbers like 0.90a. 0.90-alpha would have to be change to 0.90.a. So I thought it should be done this way for 0.90.a as well. But then you have to set DISTFILES and WRKSRC (the latter I forgot in a last minute change, sorry, which broke the port). And even if you get the port running again, then portlint tells you pretty things how to do it better ... All in all. It would be fine to add an example in porters handbook for cases like 0.90a, which should *not* be changed to 0.90.a ! Submitted by: Josef Karthauser --- net/zebra-devel/Makefile | 3 +-- net/zebra-pj/Makefile | 3 +-- net/zebra/Makefile | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index b49c867ab38c..0ee2757c3736 100644 --- a/net/zebra-devel/Makefile +++ b/net/zebra-devel/Makefile @@ -6,10 +6,9 @@ # PORTNAME= zebra -PORTVERSION= 0.90.a +PORTVERSION= 0.90a CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ -DISTFILES= zebra-0.90a.tar.gz MAINTAINER= andreas@FreeBSD.org diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index b49c867ab38c..0ee2757c3736 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/Makefile @@ -6,10 +6,9 @@ # PORTNAME= zebra -PORTVERSION= 0.90.a +PORTVERSION= 0.90a CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ -DISTFILES= zebra-0.90a.tar.gz MAINTAINER= andreas@FreeBSD.org diff --git a/net/zebra/Makefile b/net/zebra/Makefile index b49c867ab38c..0ee2757c3736 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -6,10 +6,9 @@ # PORTNAME= zebra -PORTVERSION= 0.90.a +PORTVERSION= 0.90a CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ -DISTFILES= zebra-0.90a.tar.gz MAINTAINER= andreas@FreeBSD.org