diff options
author | andreas <andreas@FreeBSD.org> | 2001-01-22 21:52:50 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-01-22 21:52:50 +0000 |
commit | a464fe81a50a048dc7ba210b82707229b91df052 (patch) | |
tree | 536983257e07c80c9ad36023a00192d60c8900b5 /net/zebra/Makefile | |
parent | 38e5d27048fc7ac63d3fb597e790424f0a68b628 (diff) | |
download | FreeBSD-ports-a464fe81a50a048dc7ba210b82707229b91df052.zip FreeBSD-ports-a464fe81a50a048dc7ba210b82707229b91df052.tar.gz |
- update to 0.90a
- update md5 checksum
- make PORTVERSION porters handbook compliant,
had to add DISTFILES so source is still fetchable.
Maybe I misunderstood the description how to transpose version numbers,
maybe the description should be changed, that 0.90a should also be
allowed than to use 0.90.a
- remove PORTREVISION, since PORTVERSION changed
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 97f3c4d..b49c867 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -6,10 +6,10 @@ # PORTNAME= zebra -PORTVERSION= 0.90 -PORTREVISION= 1 +PORTVERSION= 0.90.a CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ +DISTFILES= zebra-0.90a.tar.gz MAINTAINER= andreas@FreeBSD.org |