diff options
author | agc <agc> | 2002-03-22 12:18:00 +0000 |
---|---|---|
committer | agc <agc> | 2002-03-22 12:18:00 +0000 |
commit | a66c1905ee405a2a41578084996205366c1381cf (patch) | |
tree | ee6d2cf666f83dcf2cfb22b959bbb5b92aa8cac4 /net/ORBit | |
parent | 6ff06f9f6eeaa253b63d425a78c0be84e0c9bc7b (diff) | |
download | pkgsrc-a66c1905ee405a2a41578084996205366c1381cf.tar.gz |
Bump PKGREVISION to denote the version with the writev(2) fix. Thanks
for the nudge, Martti.
Diffstat (limited to 'net/ORBit')
-rw-r--r-- | net/ORBit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 73319dbe292..e69d361fa22 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.73 2002/02/18 15:14:35 seb Exp $ +# $NetBSD: Makefile,v 1.74 2002/03/22 12:18:00 agc Exp $ # DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ORBit/} |