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 <joe@tao.org.uk>
This commit is contained in:
Andreas Klemm 2001-01-23 06:55:47 +00:00
parent 13b6d4066d
commit d2d2b9d783
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37464
3 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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