diff options
author | dholland <dholland@pkgsrc.org> | 2011-08-10 17:43:57 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-08-10 17:43:57 +0000 |
commit | 8f96e60465f6ef070bfc0fcac4d2d2b704872a66 (patch) | |
tree | 853822f4eb576a0e30876dedb8c6d5d3e3dd6693 /graphics/cairo | |
parent | 3e33bba120404f32af5d7276a1f4ed941ba650f4 (diff) | |
download | pkgsrc-8f96e60465f6ef070bfc0fcac4d2d2b704872a66.tar.gz |
Add note that next PKGREVISION bump should be to 3, as 2 was used briefly
a few months ago and then reverted.
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index fabd3541437..2d8d2a79c2b 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.92 2011/02/28 14:52:50 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2011/08/10 17:43:57 dholland Exp $ DISTNAME= cairo-1.10.2 +# note: PKGREVISION of 2 was used briefly in Feb 2011; next bump should use 3. PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ |